![]() |
v0.15.0 |
Field interface with separate field and reference entity types. More...
#include "src/multi_indices/FieldMultiIndices.hpp"
Public Member Functions | |
| interface_Field (const boost::shared_ptr< FIELD > &field_ptr, const boost::shared_ptr< REFENT > &ref_ents_ptr) | |
| Constructor. | |
| EntityHandle | getMeshset () const |
| Get field meshset handle. | |
| int | getCoordSysDim (const int d=0) const |
| Get coordinate system dimension. | |
| const BitFieldId & | getId () const |
| Get field ID. | |
| boost::string_ref | getNameRef () const |
| Get field name reference. | |
| std::string | getName () const |
| Get field name. | |
| FieldSpace | getSpace () const |
| Get approximation space. | |
| FieldApproximationBase | getApproxBase () const |
| Get approximation basis. | |
| FieldContinuity | getContinuity () const |
| Get space continuity. | |
| auto | getContinuityName () const |
| Get space continuity name. | |
| FieldCoefficientsNumber | getNbOfCoeffs () const |
| Get number of coefficients per DOF. | |
| FieldBitNumber | getBitNumber () const |
| Get bit number for field ID. | |
| std::array< ApproximationOrder, MAX_DOFS_ON_ENTITY > & | getDofOrderMap (const EntityType type) const |
| Get DOF order mapping for entity type. | |
| const Field * | getFieldRawPtr () const |
| Get raw field pointer. | |
| FieldOrderTable & | getFieldOrderTable () |
| Get field order table. | |
| auto & | getDofSideMap () |
| Get DOF side mapping for broken spaces. | |
Public Member Functions inherited from MoFEM::interface_FieldImpl< FIELD, REFENT > | |
| interface_FieldImpl (const boost::shared_ptr< FIELD > &field_ptr, const boost::shared_ptr< REFENT > &ref_ents_ptr) | |
| Constructor with field and reference entity pointers. | |
| virtual | ~interface_FieldImpl ()=default |
| Virtual destructor. | |
Public Member Functions inherited from MoFEM::interface_RefEntity< REFENT > | |
| interface_RefEntity (const boost::shared_ptr< REFENT > &sptr) | |
| interface_RefEntity (const interface_RefEntity< REFENT > &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< REFENT > & | getRefEntityPtr () const |
Private Attributes | |
| boost::shared_ptr< FIELD > | sFieldPtr |
Additional Inherited Members | |
Public Types inherited from MoFEM::interface_FieldImpl< FIELD, REFENT > | |
| using | interface_type_RefEntity = interface_RefEntity< REFENT > |
Public Attributes inherited from MoFEM::interface_RefEntity< REFENT > | |
| boost::shared_ptr< REFENT > | sPtr |
Field interface with separate field and reference entity types.
| FIELD | Field type |
| REFENT | Reference entity type |
Definition at line 310 of file FieldMultiIndices.hpp.
|
inline |
Constructor.
| field_ptr | Shared pointer to field |
| ref_ents_ptr | Shared pointer to reference entity |
Definition at line 317 of file FieldMultiIndices.hpp.
|
inline |
Get approximation basis.
Definition at line 353 of file FieldMultiIndices.hpp.
|
inline |
Get bit number for field ID.
Definition at line 373 of file FieldMultiIndices.hpp.
|
inline |
Get space continuity.
Definition at line 358 of file FieldMultiIndices.hpp.
|
inline |
Get space continuity name.
Definition at line 363 of file FieldMultiIndices.hpp.
|
inline |
Get coordinate system dimension.
Definition at line 328 of file FieldMultiIndices.hpp.
|
inline |
Get DOF order mapping for entity type.
| type | Entity type |
Definition at line 383 of file FieldMultiIndices.hpp.
|
inline |
Get DOF side mapping for broken spaces.
Maps interior DOFs in broken spaces to entities where their traces are non-zero. Used for discontinuous Galerkin methods.
Definition at line 405 of file FieldMultiIndices.hpp.
|
inline |
Get field order table.
Definition at line 393 of file FieldMultiIndices.hpp.
|
inline |
Get raw field pointer.
Definition at line 388 of file FieldMultiIndices.hpp.
|
inline |
Get field ID.
Definition at line 333 of file FieldMultiIndices.hpp.
|
inline |
Get field meshset handle.
Definition at line 323 of file FieldMultiIndices.hpp.
|
inline |
Get field name.
Definition at line 343 of file FieldMultiIndices.hpp.
|
inline |
Get field name reference.
Definition at line 338 of file FieldMultiIndices.hpp.
|
inline |
Get number of coefficients per DOF.
Definition at line 368 of file FieldMultiIndices.hpp.
|
inline |
Get approximation space.
Definition at line 348 of file FieldMultiIndices.hpp.
|
mutableprivate |
Definition at line 408 of file FieldMultiIndices.hpp.