![]() |
v0.14.0 |
#include <src/multi_indices/FieldMultiIndices.hpp>
Public Types | |
using | interface_type_FieldImpl = interface_FieldImpl< T, T > |
![]() | |
using | interface_type_RefEntity = interface_RefEntity< T > |
Public Member Functions | |
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 |
Additional Inherited Members | |
![]() | |
boost::shared_ptr< T > | sPtr |
Definition at line 377 of file FieldMultiIndices.hpp.
using MoFEM::interface_Field< T, T >::interface_type_FieldImpl = interface_FieldImpl<T,T> |
Definition at line 381 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 378 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 411 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 416 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 426 of file FieldMultiIndices.hpp.
|
inline |
get hash-map relating dof index on entity with its order
Dofs of given field are indexed on entity of the same type, same space, approximation base and number of coefficients, are sorted in the way.
Definition at line 439 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 443 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 388 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 383 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 398 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 393 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 421 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 403 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 408 of file FieldMultiIndices.hpp.