Functions | |
| void | compute_surface_normals_2d (Mesh *aMesh, const Vector< id_t > &aGroupIDs, const GroupType aGroupType) |
| void | compute_surface_normals_3d (Mesh *aMesh, const Vector< id_t > &aGroupIDs, const GroupType aGroupType) |
| void | create_normal_fields (Mesh *aMesh) |
| void | collect_elements (Mesh *aMesh, const id_t aGroupID, const GroupType aGroupType, Cell< Element * > &aElements) |
| void | send_surface_normals_2d (Mesh *aMesh) |
| void | send_surface_normals_3d (Mesh *aMesh) |
| void | receive_surface_normals_2d (Mesh *aMesh, const Vector< id_t > &aGroupIDs, const GroupType aGroupType) |
| void | receive_surface_normals_3d (Mesh *aMesh, const Vector< id_t > &aGroupIDs, const GroupType aGroupType) |
| void | get_node_ids (Mesh *aMesh, const Vector< id_t > &aGroupIDs, const GroupType aGroupType, Vector< id_t > &aNodeIDs) |
| void belfem::mesh::normals::collect_elements | ( | Mesh * | aMesh, |
| const id_t | aGroupID, | ||
| const GroupType | aGroupType, | ||
| Cell< Element * > & | aElements ) |
| void belfem::mesh::normals::compute_surface_normals_2d | ( | Mesh * | aMesh, |
| const Vector< id_t > & | aGroupIDs, | ||
| const GroupType | aGroupType ) |
| void belfem::mesh::normals::compute_surface_normals_3d | ( | Mesh * | aMesh, |
| const Vector< id_t > & | aGroupIDs, | ||
| const GroupType | aGroupType ) |
| void belfem::mesh::normals::create_normal_fields | ( | Mesh * | aMesh | ) |
| void belfem::mesh::normals::get_node_ids | ( | Mesh * | aMesh, |
| const Vector< id_t > & | aGroupIDs, | ||
| const GroupType | aGroupType, | ||
| Vector< id_t > & | aNodeIDs ) |
| void belfem::mesh::normals::receive_surface_normals_2d | ( | Mesh * | aMesh, |
| const Vector< id_t > & | aGroupIDs, | ||
| const GroupType | aGroupType ) |
| void belfem::mesh::normals::receive_surface_normals_3d | ( | Mesh * | aMesh, |
| const Vector< id_t > & | aGroupIDs, | ||
| const GroupType | aGroupType ) |
| void belfem::mesh::normals::send_surface_normals_2d | ( | Mesh * | aMesh | ) |
| void belfem::mesh::normals::send_surface_normals_3d | ( | Mesh * | aMesh | ) |