v0.15.0
Loading...
Searching...
No Matches
MoFEM::interface_EntFiniteElement< T > Struct Template Reference

interface to EntFiniteElement More...

#include "src/multi_indices/FEMultiIndices.hpp"

Inheritance diagram for MoFEM::interface_EntFiniteElement< T >:
[legend]
Collaboration diagram for MoFEM::interface_EntFiniteElement< T >:
[legend]

Public Member Functions

 interface_EntFiniteElement (const boost::shared_ptr< T > &sptr)
 
virtual ~interface_EntFiniteElement ()=default
 
auto getDataDofsPtr () const
 
auto getDataVectorDofsPtr () const
 
FieldEntity_vector_viewgetDataFieldEnts () const
 
boost::shared_ptr< FieldEntity_vector_view > & getDataFieldEntsPtr ()
 
FieldEntity_vector_viewgetRowFieldEnts () const
 
boost::shared_ptr< FieldEntity_vector_view > & getRowFieldEntsPtr () const
 
FieldEntity_vector_viewgetColFieldEnts () const
 
boost::shared_ptr< FieldEntity_vector_view > & getColFieldEntsPtr () const
 
UId getLocalUniqueId () const
 Get unique UId for finite element entity.
 
SideNumber_multiIndexgetSideNumberTable () const
 
MoFEMErrorCode getElementAdjacency (const Field *field_ptr, Range &adjacency)
 
const boost::shared_ptr< RefElement > & getRefElement () const
 
- Public Member Functions inherited from MoFEM::interface_FiniteElement< T, T >
 interface_FiniteElement (const boost::shared_ptr< T > fe_ptr, const boost::shared_ptr< T > ref_ents_ptr)
 
const UIdgetFEUId () const
 Get finite element uid.
 
BitFEId getId () const
 Get finite element id.
 
EntityHandle getMeshset () const
 Get meshset containing element entities.
 
boost::string_ref getNameRef () const
 Get finite element name.
 
std::string getName () const
 Get finite element name.
 
BitFieldId getBitFieldIdCol () const
 Get field ids on columns.
 
BitFieldId getBitFieldIdRow () const
 Get field ids on rows.
 
BitFieldId getBitFieldIdData () const
 Get field ids on data.
 
unsigned int getBitNumber () const
 Get bit identifying this element.
 
boost::shared_ptr< FiniteElement > & getFiniteElementPtr () const
 
- Public Member Functions inherited from MoFEM::interface_FiniteElementImpl< T, T >
 interface_FiniteElementImpl (const boost::shared_ptr< T > fe_ptr, const boost::shared_ptr< T > ref_ents_ptr)
 
virtual ~interface_FiniteElementImpl ()=default
 
- Public Member Functions inherited from MoFEM::interface_RefElement< T >
 interface_RefElement (const boost::shared_ptr< T > &sptr)
 
virtual ~interface_RefElement ()=default
 
int getBitRefEdgesUlong () const
 
SideNumber_multiIndexgetSideNumberTable () const
 
const boost::shared_ptr< SideNumber > & getSideNumberPtr (const EntityHandle ent) const
 
boost::shared_ptr< RefEntity > & getRefEntityPtr () const
 
boost::shared_ptr< T > & getRefElement () const
 
- Public Member Functions inherited from MoFEM::interface_RefEntity< T >
 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< SideNumbergetSideNumberPtr () const
 
const boost::shared_ptr< BasicEntityDatagetBasicDataPtr () const
 
EntityHandle getEnt () const
 
EntityType getParentEntType () const
 
EntityHandle getParentEnt () const
 
BitRefLevelgetBitRefLevelPtr () const
 
const BitRefLevelgetBitRefLevel () const
 
unsigned long int getBitRefLevelULong () const
 
EntityType getEntType () const
 
int getEntDimension () const
 
const char * getEntTypeName () const
 
EntityID getEntId () const
 
EntityHandle getOwnerEnt () const
 
EntityHandlegetOwnerEnt ()
 
int getOwnerProc () const
 
int getPartProc () const
 
int * getPartProcPtr () const
 
unsigned char getPStatus () const
 
int * getSharingProcsPtr () const
 
EntityHandlegetSharingHandlersPtr () const
 
boost::shared_ptr< T > & getRefEntityPtr () const
 

Additional Inherited Members

- Public Types inherited from MoFEM::interface_RefElement< T >
typedef interface_RefEntity< T > interface_type_RefEntity
 
typedef interface_RefElement< T > interface_type_RefElement
 
- Public Attributes inherited from MoFEM::interface_RefEntity< T >
boost::shared_ptr< T > sPtr
 

Detailed Description

template<typename T>
struct MoFEM::interface_EntFiniteElement< T >

interface to EntFiniteElement

Definition at line 710 of file FEMultiIndices.hpp.

Constructor & Destructor Documentation

◆ interface_EntFiniteElement()

template<typename T >
MoFEM::interface_EntFiniteElement< T >::interface_EntFiniteElement ( const boost::shared_ptr< T > & sptr)
inline

Definition at line 712 of file FEMultiIndices.hpp.

713 : interface_FiniteElement<T, T>(sptr, sptr) {}

◆ ~interface_EntFiniteElement()

template<typename T >
virtual MoFEM::interface_EntFiniteElement< T >::~interface_EntFiniteElement ( )
virtualdefault

Member Function Documentation

◆ getColFieldEnts()

template<typename T >
FieldEntity_vector_view & MoFEM::interface_EntFiniteElement< T >::getColFieldEnts ( ) const
inline

Definition at line 739 of file FEMultiIndices.hpp.

739 {
740 return this->sPtr->getColFieldEnts();
741 };

◆ getColFieldEntsPtr()

template<typename T >
boost::shared_ptr< FieldEntity_vector_view > & MoFEM::interface_EntFiniteElement< T >::getColFieldEntsPtr ( ) const
inline

Definition at line 744 of file FEMultiIndices.hpp.

744 {
745 return this->sPtr->getColFieldEntsPtr();
746 };

◆ getDataDofsPtr()

template<typename T >
auto MoFEM::interface_EntFiniteElement< T >::getDataDofsPtr ( ) const
inline

Definition at line 716 of file FEMultiIndices.hpp.

716{ return this->sPtr->getDataDofsPtr(); }

◆ getDataFieldEnts()

template<typename T >
FieldEntity_vector_view & MoFEM::interface_EntFiniteElement< T >::getDataFieldEnts ( ) const
inline

Definition at line 722 of file FEMultiIndices.hpp.

722 {
723 return this->sPtr->getDataFieldEnts();
724 };

◆ getDataFieldEntsPtr()

template<typename T >
boost::shared_ptr< FieldEntity_vector_view > & MoFEM::interface_EntFiniteElement< T >::getDataFieldEntsPtr ( )
inline

Definition at line 726 of file FEMultiIndices.hpp.

726 {
727 return this->sPtr->getDataFieldEntsPtr();
728 };

◆ getDataVectorDofsPtr()

template<typename T >
auto MoFEM::interface_EntFiniteElement< T >::getDataVectorDofsPtr ( ) const
inline

Definition at line 718 of file FEMultiIndices.hpp.

718 {
719 return this->sPtr->getDataVectorDofsPtr();
720 };

◆ getElementAdjacency()

template<typename T >
MoFEMErrorCode MoFEM::interface_EntFiniteElement< T >::getElementAdjacency ( const Field * field_ptr,
Range & adjacency )
inline

Definition at line 758 of file FEMultiIndices.hpp.

759 {
760 return this->getElementAdjacency(field_ptr, adjacency);
761 }
MoFEMErrorCode getElementAdjacency(const Field *field_ptr, Range &adjacency)

◆ getLocalUniqueId()

template<typename T >
UId MoFEM::interface_EntFiniteElement< T >::getLocalUniqueId ( ) const
inline

Get unique UId for finite element entity.

Returns
UId

Definition at line 752 of file FEMultiIndices.hpp.

752{ return this->sPtr->getLocalUniqueId(); }

◆ getRefElement()

template<typename T >
const boost::shared_ptr< RefElement > & MoFEM::interface_EntFiniteElement< T >::getRefElement ( ) const
inline

Definition at line 763 of file FEMultiIndices.hpp.

763 {
764 return this->sPtr->getRefElement();
765 }

◆ getRowFieldEnts()

template<typename T >
FieldEntity_vector_view & MoFEM::interface_EntFiniteElement< T >::getRowFieldEnts ( ) const
inline

Definition at line 730 of file FEMultiIndices.hpp.

730 {
731 return this->sPtr->getRowFieldEnts();
732 };

◆ getRowFieldEntsPtr()

template<typename T >
boost::shared_ptr< FieldEntity_vector_view > & MoFEM::interface_EntFiniteElement< T >::getRowFieldEntsPtr ( ) const
inline

Definition at line 735 of file FEMultiIndices.hpp.

735 {
736 return this->sPtr->getRowFieldEntsPtr();
737 }

◆ getSideNumberTable()

template<typename T >
SideNumber_multiIndex & MoFEM::interface_EntFiniteElement< T >::getSideNumberTable ( ) const
inline

Definition at line 754 of file FEMultiIndices.hpp.

754 {
755 return this->sPtr->getSideNumberTable();
756 }

The documentation for this struct was generated from the following file: