![]() |
v0.14.0 |
keeps information about indexed dofs for the problem More...
#include <src/multi_indices/DofsMultiIndices.hpp>
Public Types | |
using | interface_type_Field = interface_FieldImpl< DofEntity, DofEntity > |
using | interface_type_FieldEntity = interface_FieldEntity< DofEntity > |
using | interface_type_DofEntity = interface_DofEntity< DofEntity > |
using | interface_type_RefEntity = interface_RefEntity< DofEntity > |
![]() | |
using | interface_type_FieldImpl = interface_FieldImpl< T, T > |
![]() | |
using | interface_type_RefEntity = interface_RefEntity< T > |
Public Member Functions | |
virtual | ~NumeredDofEntity ()=default |
DofIdx | getDofIdx () const |
DofIdx | getPetscGlobalDofIdx () const |
DofIdx | getPetscLocalDofIdx () const |
unsigned int | getPart () const |
bool | getHasLocalIndex () const |
NumeredDofEntity (const boost::shared_ptr< DofEntity > &dof_entity_ptr, const int dof_idx=-1, const int petsc_gloabl_dof_idx=-1, const int petsc_local_dof_idx=-1, const int part=-1) | |
![]() | |
virtual | ~interface_DofEntity ()=default |
interface_DofEntity (const boost::shared_ptr< DofEntity > &sptr) | |
UId | getGlobalUniqueId () const |
const UId & | getEntGlobalUniqueId () const |
UId | getLocalUniqueId () const |
const UId & | getEntLocalUniqueId () const |
ShortId | getNonNonuniqueShortId () const |
DofIdx | getEntDofIdx () const |
FieldData & | getFieldData () const |
EntityHandle | getEnt () const |
ApproximationOrder | getDofOrder () const |
FieldCoefficientsNumber | getDofCoeffIdx () const |
char | getActive () const |
boost::shared_ptr< DofEntity > & | getDofEntityPtr () const |
boost::shared_ptr< FieldEntity > & | getFieldEntityPtr () const |
![]() | |
interface_FieldEntity (const boost::shared_ptr< T > &sptr) | |
int | getNbDofsOnEnt () const |
VectorAdaptor | getEntFieldData () const |
int | getOrderNbDofs (ApproximationOrder order) const |
int | getOrderNbDofsDiff (ApproximationOrder order) const |
ApproximationOrder | getMaxOrder () const |
UId | getGlobalUniqueId () const |
UId & | getLocalUniqueId () const |
boost::shared_ptr< RefEntity > & | getRefEntityPtr () const |
boost::shared_ptr< FieldEntity > & | getFieldEntityPtr () const |
const std::array< int, MAX_DOFS_ON_ENTITY > & | getDofOrderMap () const |
get hash-map relating dof index on entity with its order More... | |
template<typename S = EntityStorage> | |
boost::shared_ptr< S > | getSharedStoragePtr () const |
Get the Weak Storage pointer. More... | |
boost::weak_ptr< EntityStorage > & | getWeakStoragePtr () const |
![]() | |
interface_Field (const boost::shared_ptr< T > &ptr) | |
EntityHandle | getMeshset () const |
const BitFieldId & | getId () const |
boost::string_ref | getNameRef () const |
std::string | getName () const |
FieldSpace | getSpace () const |
auto | getSpaceName () const |
FieldApproximationBase | getApproxBase () const |
auto | getApproxBaseName () const |
FieldCoefficientsNumber | getNbOfCoeffs () const |
FieldBitNumber | getBitNumber () const |
std::array< ApproximationOrder, MAX_DOFS_ON_ENTITY > & | getDofOrderMap (const EntityType type) const |
get hash-map relating dof index on entity with its order More... | |
const Field * | getFieldRawPtr () const |
![]() | |
interface_FieldImpl (const boost::shared_ptr< T > &field_ptr, const boost::shared_ptr< T > &ref_ents_ptr) | |
virtual | ~interface_FieldImpl ()=default |
![]() | |
interface_RefEntity (const boost::shared_ptr< T > &sptr) | |
interface_RefEntity (const interface_RefEntity< T > &interface) | |
virtual | ~interface_RefEntity ()=default |
int | getSideNumber () const |
boost::shared_ptr< SideNumber > | getSideNumberPtr () const |
const boost::shared_ptr< BasicEntityData > | getBasicDataPtr () const |
EntityHandle | getEnt () const |
EntityType | getParentEntType () const |
EntityHandle | getParentEnt () const |
BitRefLevel * | getBitRefLevelPtr () const |
const BitRefLevel & | getBitRefLevel () const |
unsigned long int | getBitRefLevelULong () const |
EntityType | getEntType () const |
int | getEntDimension () const |
const char * | getEntTypeName () const |
EntityID | getEntId () const |
EntityHandle | getOwnerEnt () const |
EntityHandle & | getOwnerEnt () |
int | getOwnerProc () const |
int | getPartProc () const |
int * | getPartProcPtr () const |
unsigned char | getPStatus () const |
int * | getSharingProcsPtr () const |
EntityHandle * | getSharingHandlersPtr () const |
boost::shared_ptr< T > & | getRefEntityPtr () const |
Public Attributes | |
DofIdx | dofIdx |
DofIdx | petscGloablDofIdx |
DofIdx | petscLocalDofIdx |
unsigned int | pArt |
![]() | |
boost::shared_ptr< T > | sPtr |
Friends | |
std::ostream & | operator<< (std::ostream &os, const NumeredDofEntity &e) |
keeps information about indexed dofs for the problem
FIXME: Is too many iterator, this has to be manage more efficiently, some iterators could be moved to multi_indices views.
Definition at line 226 of file DofsMultiIndices.hpp.
Definition at line 232 of file DofsMultiIndices.hpp.
Definition at line 230 of file DofsMultiIndices.hpp.
Definition at line 231 of file DofsMultiIndices.hpp.
Definition at line 233 of file DofsMultiIndices.hpp.
|
virtualdefault |
MoFEM::NumeredDofEntity::NumeredDofEntity | ( | const boost::shared_ptr< DofEntity > & | dof_entity_ptr, |
const int | dof_idx = -1 , |
||
const int | petsc_gloabl_dof_idx = -1 , |
||
const int | petsc_local_dof_idx = -1 , |
||
const int | part = -1 |
||
) |
Definition at line 66 of file DofsMultiIndices.cpp.
|
inline |
|
inline |
Definition at line 253 of file DofsMultiIndices.hpp.
|
inline |
Definition at line 250 of file DofsMultiIndices.hpp.
|
inline |
|
inline |
|
friend |
Definition at line 77 of file DofsMultiIndices.cpp.
DofIdx MoFEM::NumeredDofEntity::dofIdx |
Definition at line 235 of file DofsMultiIndices.hpp.
unsigned int MoFEM::NumeredDofEntity::pArt |
Definition at line 238 of file DofsMultiIndices.hpp.
DofIdx MoFEM::NumeredDofEntity::petscGloablDofIdx |
Definition at line 236 of file DofsMultiIndices.hpp.
DofIdx MoFEM::NumeredDofEntity::petscLocalDofIdx |
Definition at line 237 of file DofsMultiIndices.hpp.