LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Information about possible parent entities. More...
#include <lf/refinement/mesh_hierarchy.h>
Public Member Functions | |
ParentInfo ()=default | |
Public Attributes | |
const mesh::Entity * | parent_ptr |
glb_idx_t | parent_index |
sub_idx_t | child_number {idx_nil} |
std::unique_ptr< const lf::geometry::Geometry > | rel_ref_geo_ {nullptr} |
Information about possible parent entities.
Also contains "relative geometry information" with respect to the reference coordinate system of the parent entity.
Definition at line 87 of file mesh_hierarchy.h.
|
explicitdefault |
sub_idx_t lf::refinement::ParentInfo::child_number {idx_nil} |
local index in the parent entity
Definition at line 94 of file mesh_hierarchy.h.
glb_idx_t lf::refinement::ParentInfo::parent_index |
index of parent entity w.r.t. coarse mesh
Definition at line 92 of file mesh_hierarchy.h.
const mesh::Entity* lf::refinement::ParentInfo::parent_ptr |
parent entity, not necessarily the same type
Definition at line 90 of file mesh_hierarchy.h.
std::unique_ptr<const lf::geometry::Geometry> lf::refinement::ParentInfo::rel_ref_geo_ {nullptr} |
geometry object describing shape in parent entity in relative coordinates
Definition at line 97 of file mesh_hierarchy.h.