Chi-Tech
chi_mesh::sweep_management::FaceNodalMapping Struct Reference

#include <FLUDSCommonData.h>

Public Member Functions

 FaceNodalMapping (int ass_face, const std::vector< short > &node_mapping, const std::vector< short > &cell_node_mapping)
 

Data Fields

const int associated_face_
 
const std::vector< short > face_node_mapping_
 
const std::vector< short > cell_node_mapping_
 

Detailed Description

Definition at line 10 of file FLUDSCommonData.h.

Constructor & Destructor Documentation

◆ FaceNodalMapping()

chi_mesh::sweep_management::FaceNodalMapping::FaceNodalMapping ( int  ass_face,
const std::vector< short > &  node_mapping,
const std::vector< short > &  cell_node_mapping 
)
inline

Definition at line 19 of file FLUDSCommonData.h.

Field Documentation

◆ associated_face_

const int chi_mesh::sweep_management::FaceNodalMapping::associated_face_

Face index on the neighbor cell.

Definition at line 13 of file FLUDSCommonData.h.

◆ cell_node_mapping_

const std::vector<short> chi_mesh::sweep_management::FaceNodalMapping::cell_node_mapping_

Cell-node index on the neighbor cell.

Definition at line 17 of file FLUDSCommonData.h.

◆ face_node_mapping_

const std::vector<short> chi_mesh::sweep_management::FaceNodalMapping::face_node_mapping_

Face-node index on the neighbor face.

Definition at line 15 of file FLUDSCommonData.h.


The documentation for this struct was generated from the following file: