#include "src/multi_indices/RefEntsMultiIndices.hpp"
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent) |
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent, EntityHandle *ent_parent_tag_ptr) |
|
virtual const boost::shared_ptr< BasicEntityData > | getBasicDataPtr () const |
| Get pointer to basic data struture.
|
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent) |
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent, EntityHandle *ent_parent_tag_ptr) |
|
virtual | ~RefEntityTmp ()=default |
|
int | getSideNumber () const |
|
boost::shared_ptr< SideNumber > | getSideNumberPtr () const |
| Get the Side number.
|
|
EntityHandle | getEnt () const |
| Get the entity handle.
|
|
EntityType | getEntType () const |
| Get entity type.
|
|
int | getEntDimension () const |
| Get the Ent Dimension.
|
|
const char * | getEntTypeName () const |
| Get the Ent Type Name.
|
|
EntityID | getEntId () const |
| get entity id
|
|
EntityHandle | getOwnerEnt () const |
| Owner handle on this or other processors.
|
|
int | getOwnerProc () const |
|
int | getPartProc () const |
| Get processor.
|
|
int * | getPartProcPtr () const |
| Get pointer to partition tag.
|
|
unsigned char | getPStatus () const |
| get pstatus This tag stores various aspects of parallel status in bits; see also define following, to be used in bit mask operations. If an entity is not shared with any other processors, the pstatus is 0, otherwise it's > 0
|
|
int * | getSharingProcsPtr () const |
| get shared processors
|
|
EntityHandle * | getSharingHandlersPtr () const |
| get sharid entity handlers
|
|
EntityHandle * | getParentEntPtr () const |
| Get pointer to parent entity tag.
|
|
BitRefLevel * | getBitRefLevelPtr () const |
| Get pointer to bit ref level tag.
|
|
EntityType | getParentEntType () const |
| Get patent entity.
|
|
EntityHandle | getParentEnt () const |
| Get parent entity, i.e. entity form one refinement level up.
|
|
const BitRefLevel & | getBitRefLevel () const |
| Get entity ref bit refinement signature.
|
|
unsigned long int | getBitRefLevelULong () const |
| Get entity ref bit refinement as ulong.
|
|
|
static EntityHandle | getOwnerEnt (const EntityHandle ent, boost::shared_ptr< BasicEntityData > basic_ent_data) |
|
static int | getOwnerProc (const EntityHandle ent, boost::shared_ptr< BasicEntityData > basic_ent_data) |
|
static int | getPartProc (const EntityHandle ent, const Tag th, const boost::shared_ptr< BasicEntityData > &basic_ptr) |
|
static MoFEMErrorCode | getParentEnt (Interface &moab, Range ents, std::vector< EntityHandle > vec_patent_ent) |
|
static MoFEMErrorCode | getBitRefLevel (Interface &moab, Range ents, std::vector< BitRefLevel > &vec_bit_ref_level) |
|
static MoFEMErrorCode | getBitRefLevel (Interface &moab, Range ents, std::vector< const BitRefLevel * > &vec_ptr_bit_ref_level) |
|
static MoFEMErrorCode | getBitRefLevel (Interface &moab, std::vector< EntityHandle > &ents, std::vector< const BitRefLevel * > &vec_ptr_bit_ref_level) |
|
EntityHandle | ent |
|
static boost::weak_ptr< BasicEntityData > | basicDataPtr |
|
Definition at line 544 of file RefEntsMultiIndices.hpp.
◆ RefEntityTmp() [1/2]
◆ RefEntityTmp() [2/2]
◆ getBasicDataPtr()
◆ basicDataPtr
The documentation for this struct was generated from the following file: