Struct FaceNodalMapping

Struct Documentation

struct FaceNodalMapping

Public Functions

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

Public Members

const int associated_face_

Face index on the neighbor cell.

const std::vector<short> face_node_mapping_

Face-node index on the neighbor face.

const std::vector<short> cell_node_mapping_

Cell-node index on the neighbor cell.