This is the complete list of members for MeshAlignment2D2D, including all inherited members.
_max_coupling_size | MeshAlignmentOneToMany | protected |
_mesh | MeshAlignmentBase | protected |
_meshes_are_aligned | MeshAlignmentBase | protected |
_n_qp_primary | MeshAlignmentOneToMany | protected |
_n_qp_secondary | MeshAlignmentOneToMany | protected |
_primary_elem_id_to_secondary_elem_ids | MeshAlignmentOneToMany | 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 |
_secondary_elem_id_to_primary_elem_id | MeshAlignmentOneToMany | protected |
_secondary_elem_id_to_qp_indices | MeshAlignmentOneToMany | 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 |
buildMapping() | MeshAlignmentOneToMany | protected |
checkAlignment(const Point &axis_point, const RealVectorValue &axis_direction) | MeshAlignmentOneToMany | 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 |
getCoupledPrimaryElemID(const dof_id_type &secondary_elem_id) const | MeshAlignmentOneToMany | |
getCoupledPrimaryElemQpIndex(const dof_id_type &secondary_elem_id, const unsigned int &secondary_qp) const | MeshAlignmentOneToMany | |
getCoupledSecondaryElemIDs(const dof_id_type &primary_elem_id) const | MeshAlignmentOneToMany | |
getMaxCouplingSize() const | MeshAlignmentOneToMany | inline |
getPrimaryElemIDs() const | MeshAlignmentBase | inline |
getPrimaryNumberOfQuadraturePoints() const | MeshAlignmentOneToMany | inline |
getSecondaryElemIDs() const | MeshAlignmentBase | inline |
getSecondaryNumberOfQuadraturePoints() const | MeshAlignmentOneToMany | inline |
hasCoupledPrimaryElemID(const dof_id_type &secondary_elem_id) const | MeshAlignmentOneToMany | |
hasCoupledSecondaryElemIDs(const dof_id_type &primary_elem_id) const | MeshAlignmentOneToMany | |
initialize(const std::vector< std::vector< std::tuple< dof_id_type, unsigned short int >>> &boundary_infos, const Point &axis_point, const RealVectorValue &axis_direction) | MeshAlignment2D2D | |
MeshAlignment2D2D(const MooseMesh &mesh) | MeshAlignment2D2D | |
MeshAlignmentBase(const MooseMesh &mesh) | MeshAlignmentBase | |
MeshAlignmentOneToMany(const MooseMesh &mesh) | MeshAlignmentOneToMany | |
meshesAreAligned() const | MeshAlignmentBase | inline |