v0.14.0 |
#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) | |
EntityHandle | getMeshset () const |
int | getCoordSysDim (const int d=0) const |
const BitFieldId & | getId () const |
boost::string_ref | getNameRef () const |
std::string | getName () const |
FieldSpace | getSpace () const |
FieldApproximationBase | getApproxBase () const |
FieldContinuity | getContinuity () const |
auto | getContinuityName () 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 |
FieldOrderTable & | getFieldOrderTable () |
auto & | getDofSideMap () |
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) | |
virtual | ~interface_FieldImpl ()=default |
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 |
Get the Side number. More... | |
const boost::shared_ptr< BasicEntityData > | getBasicDataPtr () const |
Get pointer to basic data struture. More... | |
EntityHandle | getEnt () const |
Get the entity handle. More... | |
EntityType | getParentEntType () const |
Get patent entity. More... | |
EntityHandle | getParentEnt () const |
BitRefLevel * | getBitRefLevelPtr () const |
Get pointer to bit ref level tag. More... | |
const BitRefLevel & | getBitRefLevel () const |
unsigned long int | getBitRefLevelULong () const |
Get entity ref bit refinement as ulong. More... | |
EntityType | getEntType () const |
Get entity type. More... | |
int | getEntDimension () const |
Get the Ent Dimension. More... | |
const char * | getEntTypeName () const |
Get the Ent Type Name. More... | |
EntityID | getEntId () const |
get entity id More... | |
EntityHandle | getOwnerEnt () const |
EntityHandle & | getOwnerEnt () |
int | getOwnerProc () const |
int | getPartProc () const |
int * | getPartProcPtr () const |
Get pointer to partition tag. More... | |
unsigned char | getPStatus () const |
int * | getSharingProcsPtr () const |
get shared processors More... | |
EntityHandle * | getSharingHandlersPtr () const |
get sharid entity handlers More... | |
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 |
Definition at line 330 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 332 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 366 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 386 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 371 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 376 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 341 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 399 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 411 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 407 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 403 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 346 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 337 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 356 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 351 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 381 of file FieldMultiIndices.hpp.
|
inline |
Definition at line 361 of file FieldMultiIndices.hpp.
|
mutableprivate |
Definition at line 414 of file FieldMultiIndices.hpp.