![]() |
v0.14.0 |
Create adjacency to parent skeleton elements. More...
#include <src/finite_elements/MeshProjectionDataOperators.hpp>
Public Member Functions | |
| ParentFiniteElementAdjacencyFunctionSkeleton (BitRefLevel bit_parent, BitRefLevel bit_parent_mask, BitRefLevel bit_ent, BitRefLevel bit_ent_mask) | |
| MoFEMErrorCode | operator() (moab::Interface &moab, const Field &field, const EntFiniteElement &fe, std::vector< EntityHandle > &adjacency) |
| Function setting adjacencies to DOFs of parent element. More... | |
Public Member Functions inherited from MoFEM::ParentFiniteElementAdjacencyFunction< DIM > | |
| ParentFiniteElementAdjacencyFunction (BitRefLevel bit_parent, BitRefLevel bit_parent_mask, BitRefLevel bit_ent, BitRefLevel bit_ent_mask) | |
| MoFEMErrorCode | operator() (moab::Interface &moab, const Field &field, const EntFiniteElement &fe, std::vector< EntityHandle > &adjacency) |
| Function setting adjacencies to DOFs of parent element. More... | |
Protected Attributes | |
| std::vector< EntityHandle > | brideAdjacencyEdge |
Protected Attributes inherited from MoFEM::ParentFiniteElementAdjacencyFunction< DIM > | |
| BitRefLevel | bitParent |
| BitRefLevel | bitParentMask |
| BitRefLevel | bitEnt |
| BitRefLevel | bitEntMask |
| std::vector< EntityHandle > | adjTmp |
Additional Inherited Members | |
Protected Member Functions inherited from MoFEM::ParentFiniteElementAdjacencyFunction< DIM > | |
| MoFEMErrorCode | getParent (EntityHandle fe, std::vector< EntityHandle > &parents, moab::Interface &moab, Tag th_parent_handle, Tag th_bit_level) |
| MoFEMErrorCode | getParentsAdjacencies (const Field &field, moab::Interface &moab, std::vector< EntityHandle > &parents, std::vector< EntityHandle > &adjacency) |
| MoFEMErrorCode | getDefaultAdjacencies (moab::Interface &moab, const Field &field, const EntFiniteElement &fe, std::vector< EntityHandle > &adjacency) |
Create adjacency to parent skeleton elements.
That class is used during entity finite element construction.
| DIM | dimension of parent element |
Definition at line 313 of file MeshProjectionDataOperators.hpp.
|
inline |
Definition at line 316 of file MeshProjectionDataOperators.hpp.
|
inline |
Function setting adjacencies to DOFs of parent element.
| DIM | dimension of the element entity |
| moab | |
| field | |
| fe | |
| adjacency |
Definition at line 336 of file MeshProjectionDataOperators.hpp.
|
protected |
Definition at line 387 of file MeshProjectionDataOperators.hpp.