40 const std::vector<std::tuple<dof_id_type, unsigned short int>> & primary_boundary_info,
41 const std::vector<std::tuple<dof_id_type, unsigned short int>> & secondary_boundary_info,
42 const Point & axis_point,
43 const RealVectorValue & axis_direction);
62 const std::vector<Real> &
getPrimaryArea(
const dof_id_type primary_elem_id)
const;
Builds mapping between a 2D boundary and a 3D boundary.
void 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, const Point &axis_point, const RealVectorValue &axis_direction)
Extracts mesh information and builds the mapping.
const std::vector< Real > & getPrimaryArea(const dof_id_type primary_elem_id) const
Gets the area for each quadrature point on a primary element.
void buildCoupledElemQpIndexMapSecondary(Assembly &assembly)
Builds the map used for getting the coupled quadrature point index.
std::map< dof_id_type, std::vector< Real > > _primary_elem_id_to_area
Map of primary element ID to area for each quadrature point.
Builds mapping between a 1D/2D boundary and a 3D boundary.