This is the complete list of members for MeshAlignment, including all inherited members.
| _coupled_elem_ids | MeshAlignment | protected |
| _coupled_elem_qp_indices | MeshAlignment | protected |
| _coupled_node_ids | MeshAlignment | protected |
| _mesh | MeshAlignmentBase | protected |
| _meshes_are_aligned | MeshAlignmentBase | protected |
| _meshes_are_coincident | MeshAlignment | protected |
| _meshes_have_same_translation | MeshAlignment | protected |
| _primary_elem_ids | MeshAlignmentBase | protected |
| _primary_elem_points | MeshAlignmentBase | protected |
| _primary_node_ids | MeshAlignmentBase | protected |
| _primary_node_points | MeshAlignmentBase | protected |
| _primary_side_ids | MeshAlignmentBase | protected |
| _require_same_translation | MeshAlignment | protected |
| _secondary_elem_ids | MeshAlignmentBase | protected |
| _secondary_elem_points | MeshAlignmentBase | protected |
| _secondary_node_ids | MeshAlignmentBase | protected |
| _secondary_node_points | MeshAlignmentBase | protected |
| _secondary_side_ids | MeshAlignmentBase | protected |
| buildCoupledElemQpIndexMap(Assembly &assembly) | MeshAlignment | |
| buildMapping() | MeshAlignment | protected |
| extractFrom1DElements(const std::vector< dof_id_type > &elem_ids, std::vector< Point > &elem_points, std::vector< dof_id_type > &node_ids, std::vector< Point > &node_points) const | MeshAlignmentBase | protected |
| extractFromBoundaryInfo(const std::vector< std::tuple< dof_id_type, unsigned short int >> &boundary_info, std::vector< dof_id_type > &elem_ids, std::vector< unsigned short int > &side_ids, std::vector< Point > &side_points, std::vector< dof_id_type > &node_ids, std::vector< Point > &node_points) const | MeshAlignmentBase | protected |
| getCoupledElemID(const dof_id_type &elem_id) const | MeshAlignment | |
| getCoupledElemQpIndex(const dof_id_type &elem_id, const unsigned int &qp) const | MeshAlignment | |
| getCoupledNodeID(const dof_id_type &node_id) const | MeshAlignment | |
| getLocalQuadraturePointMap(Assembly &assembly, const std::vector< dof_id_type > &elem_ids, const std::vector< unsigned short int > &side_ids) const | MeshAlignment | protected |
| getPrimaryElemIDs() const | MeshAlignmentBase | inline |
| getSecondaryElemIDs() const | MeshAlignmentBase | inline |
| hasCoupledElemID(const dof_id_type &elem_id) const | MeshAlignment | |
| hasCoupledNodeID(const dof_id_type &node_id) const | MeshAlignment | |
| initialize(const std::vector< dof_id_type > &primary_elem_ids, const std::vector< std::tuple< dof_id_type, unsigned short int >> &secondary_boundary_info) | MeshAlignment | |
| initialize(const std::vector< std::tuple< dof_id_type, unsigned short int >> &primary_boundary_info, const std::vector< std::tuple< dof_id_type, unsigned short int >> &secondary_boundary_info) | MeshAlignment | |
| MeshAlignment(const MooseMesh &mesh, bool require_same_translation=false) | MeshAlignment | |
| MeshAlignmentBase(const MooseMesh &mesh) | MeshAlignmentBase | |
| meshesAreAligned() const | MeshAlignmentBase | inline |
| meshesAreCoincident() const | MeshAlignment | inline |
1.8.14