v0.15.0
Loading...
Searching...
No Matches
Pointers to multi-indices

Get direct access to multi-indices in database. More...

Collaboration diagram for Pointers to multi-indices:

Get pointers to multi-index database

virtual const Field_multiIndexMoFEM::CoreInterface::get_fields () const =0
 Get the fields object.
 
virtual const RefEntity_multiIndexMoFEM::CoreInterface::get_ref_ents () const =0
 Get the ref ents object.
 
virtual const RefElement_multiIndexMoFEM::CoreInterface::get_ref_finite_elements () const =0
 Get the ref finite elements object.
 
virtual const FiniteElement_multiIndexMoFEM::CoreInterface::get_finite_elements () const =0
 Get the finite elements object.
 
virtual const EntFiniteElement_multiIndexMoFEM::CoreInterface::get_ents_finite_elements () const =0
 Get the ents finite elements object.
 
virtual const FieldEntity_multiIndexMoFEM::CoreInterface::get_field_ents () const =0
 Get the field ents object.
 
virtual const DofEntity_multiIndexMoFEM::CoreInterface::get_dofs () const =0
 Get the dofs object.
 
virtual const ProblemMoFEM::CoreInterface::get_problem (const std::string problem_name) const =0
 Get the problem object.
 
virtual const Problem_multiIndexMoFEM::CoreInterface::get_problems () const =0
 Get the problems object.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_fields (const Field_multiIndex **fields_ptr) const =0
 Get fields multi-index from database.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_ref_ents (const RefEntity_multiIndex **refined_ents_ptr) const =0
 Get ref entities multi-index from database.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_ref_finite_elements (const RefElement_multiIndex **refined_finite_elements_ptr) const =0
 Get ref finite elements multi-index form database.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_finite_elements (const FiniteElement_multiIndex **fe_ptr) const =0
 Get finite elements multi-index.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_ents_finite_elements (const EntFiniteElement_multiIndex **fe_ent_ptr) const =0
 Get entities finite elements multi-index.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_problem (const std::string &problem_name, const Problem **problem_ptr) const =0
 Get problem database (data structure)
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_problems (const Problem_multiIndex **problems_ptr) const =0
 Get pointer to problems multi-index.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_field_ents (const FieldEntity_multiIndex **field_ents) const =0
 Get field multi index.
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_dofs (const DofEntity_multiIndex **dofs_ptr) const =0
 Get dofs multi index.
 
virtual EntFiniteElement_multiIndex::index< Unique_mi_tag >::type::iterator MoFEM::CoreInterface::get_fe_by_name_begin (const std::string &fe_name) const =0
 get begin iterator of finite elements of given name (instead you can use IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual EntFiniteElement_multiIndex::index< Unique_mi_tag >::type::iterator MoFEM::CoreInterface::get_fe_by_name_end (const std::string &fe_name) const =0
 get end iterator of finite elements of given name (instead you can use IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual MoFEMErrorCode MoFEM::CoreInterface::get_ents_elements_adjacency (const FieldEntityEntFiniteElementAdjacencyMap_multiIndex **dofs_elements_adjacency) const =0
 Get the dofs elements adjacency object.
 
virtual const FieldEntityEntFiniteElementAdjacencyMap_multiIndexMoFEM::CoreInterface::get_ents_elements_adjacency () const =0
 Get the dofs elements adjacency object.
 
virtual FieldEntityByUId::iterator MoFEM::CoreInterface::get_ent_field_by_name_begin (const std::string &field_name) const =0
 get begin iterator of field ents of given name (instead you can use IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual FieldEntityByUId::iterator MoFEM::CoreInterface::get_ent_field_by_name_end (const std::string &field_name) const =0
 get end iterator of field ents of given name (instead you can use IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_begin (const std::string &field_name) const =0
 get begin iterator of field dofs of given name (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_end (const std::string &field_name) const =0
 get begin iterator of field dofs of given name (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_ent_begin (const std::string &field_name, const EntityHandle ent) const =0
 get begin iterator of field dofs of given name and ent(instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,ENT,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_ent_end (const std::string &field_name, const EntityHandle ent) const =0
 get end iterator of field dofs of given name and ent (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,ENT,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_type_begin (const std::string &field_name, const EntityType type) const =0
 get begin iterator of field dofs of given name and ent type (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,TYPE,IT)
 
virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_type_end (const std::string &field_name, const EntityType type) const =0
 get end iterator of field dofs of given name and ent type(instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,TYPE,IT)
 
#define _IT_GET_DOFS_FIELD_BY_NAME_AND_ENT_FOR_LOOP_(MFIELD, NAME, ENT, IT)
 loop over all dofs from a moFEM field and particular field
 
#define _IT_GET_FES_BY_NAME_FOR_LOOP_(MFIELD, NAME, IT)
 loop over all finite elements from a moFEM field and FE
 
#define _IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP_(MFIELD, NAME, IT)
 loop over all dofs from a moFEM field and particular field
 
#define _IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP_(MFIELD, NAME, IT)
 
#define _IT_GET_DOFS_FIELD_BY_NAME_AND_TYPE_FOR_LOOP_(MFIELD, NAME, TYPE, IT)
 loop over all dofs from a moFEM field and particular field
 

Detailed Description

Get direct access to multi-indices in database.

Macro Definition Documentation

◆ _IT_GET_DOFS_FIELD_BY_NAME_AND_ENT_FOR_LOOP_

#define _IT_GET_DOFS_FIELD_BY_NAME_AND_ENT_FOR_LOOP_ (   MFIELD,
  NAME,
  ENT,
  IT 
)

#include <src/interfaces/Interface.hpp>

Value:
DofEntityByUId::iterator IT = \
(MFIELD).get_dofs_by_name_and_ent_begin(NAME, ENT); \
IT != (MFIELD).get_dofs_by_name_and_ent_end(NAME, ENT); \
IT++
constexpr IntegrationType IT

loop over all dofs from a moFEM field and particular field

Examples
mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 2022 of file Interface.hpp.

◆ _IT_GET_DOFS_FIELD_BY_NAME_AND_TYPE_FOR_LOOP_

#define _IT_GET_DOFS_FIELD_BY_NAME_AND_TYPE_FOR_LOOP_ (   MFIELD,
  NAME,
  TYPE,
  IT 
)

#include <src/interfaces/Interface.hpp>

Value:
DofEntityByUId::iterator IT = \
(MFIELD).get_dofs_by_name_and_type_begin(NAME, TYPE); \
IT != (MFIELD).get_dofs_by_name_and_type_end(NAME, TYPE); \
IT++

loop over all dofs from a moFEM field and particular field

Definition at line 2071 of file Interface.hpp.

◆ _IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP_

#define _IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP_ (   MFIELD,
  NAME,
  IT 
)

#include <src/interfaces/Interface.hpp>

Value:
DofEntityByUId::iterator IT = (MFIELD).get_dofs_by_name_begin(NAME); \
IT != (MFIELD).get_dofs_by_name_end(NAME); \
IT++

loop over all dofs from a moFEM field and particular field

Definition at line 1981 of file Interface.hpp.

◆ _IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP_

#define _IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP_ (   MFIELD,
  NAME,
  IT 
)

#include <src/interfaces/Interface.hpp>

Value:
auto IT = (MFIELD).get_ent_field_by_name_begin(NAME); \
IT != (MFIELD).get_ent_field_by_name_end(NAME); \
IT++

loop over all dofs from a moFEM field and particular field

Examples
mofem/tools/mesh_smoothing.cpp.

Definition at line 1945 of file Interface.hpp.

◆ _IT_GET_FES_BY_NAME_FOR_LOOP_

#define _IT_GET_FES_BY_NAME_FOR_LOOP_ (   MFIELD,
  NAME,
  IT 
)

#include <src/interfaces/Interface.hpp>

Value:
auto IT = (MFIELD).get_fe_by_name_begin(NAME); \
IT != (MFIELD).get_fe_by_name_end(NAME); \
IT++

loop over all finite elements from a moFEM field and FE

Definition at line 2113 of file Interface.hpp.

Function Documentation

◆ get_dofs() [1/2]

virtual const DofEntity_multiIndex * MoFEM::CoreInterface::get_dofs ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the dofs object.

Returns
const DofEntity_multiIndex* Const pointer to DOF entities multi-index

Implemented in MoFEM::CoreTmp< 0 >.

Examples
mofem/atom_tests/field_blas.cpp, mofem/atom_tests/field_blas_axpy.cpp, and mofem/tutorials/vec-5/free_surface.cpp.

◆ get_dofs() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_dofs ( const DofEntity_multiIndex **  dofs_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get dofs multi index.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_and_ent_begin()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_ent_begin ( const std::string &  field_name,
const EntityHandle  ent 
) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of field dofs of given name and ent(instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,ENT,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_AND_ENT_FOR_LOOP(MFIELD,NAME,ENT,IT)) { ... }

Parameters
field_name

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_and_ent_end()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_ent_end ( const std::string &  field_name,
const EntityHandle  ent 
) const
pure virtual

#include <src/interfaces/Interface.hpp>

get end iterator of field dofs of given name and ent (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,ENT,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_AND_ENT_FOR_LOOP(MFIELD,NAME,ENT,IT)) { ... }

Parameters
field_nameName of the field
entEntity handle to get DOFs for
Returns
DofEntityByUId::iterator End iterator for field DOFs on entity

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_and_type_begin()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_type_begin ( const std::string &  field_name,
const EntityType  type 
) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of field dofs of given name and ent type (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,TYPE,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_AND_TYPE_FOR_LOOP(MFIELD,NAME,TYPE,IT)) { ... }

Parameters
field_nameName of the field
typeEntity type to filter DOFs by
Returns
DofEntityByUId::iterator Begin iterator for field DOFs of specified type

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_and_type_end()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_and_type_end ( const std::string &  field_name,
const EntityType  type 
) const
pure virtual

#include <src/interfaces/Interface.hpp>

get end iterator of field dofs of given name and ent type(instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,TYPE,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_AND_TYPE_FOR_LOOP(MFIELD,NAME,TYPE,IT)) { ... }

Parameters
field_nameName of the field
typeEntity type to filter DOFs by
Returns
DofEntityByUId::iterator End iterator for field DOFs of specified type

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_begin()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_begin ( const std::string &  field_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of field dofs of given name (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
field_name

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_dofs_by_name_end()

virtual DofEntityByUId::iterator MoFEM::CoreInterface::get_dofs_by_name_end ( const std::string &  field_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of field dofs of given name (instead you can use IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
field_name

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ent_field_by_name_begin()

virtual FieldEntityByUId::iterator MoFEM::CoreInterface::get_ent_field_by_name_begin ( const std::string &  field_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of field ents of given name (instead you can use IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
field_nameName of the field to get iterator for
Returns
FieldEntityByUId::iterator Begin iterator for field entities

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ent_field_by_name_end()

virtual FieldEntityByUId::iterator MoFEM::CoreInterface::get_ent_field_by_name_end ( const std::string &  field_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get end iterator of field ents of given name (instead you can use IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_ENT_FIELD_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
field_nameName of the field to get iterator for
Returns
FieldEntityByUId::iterator End iterator for field entities

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ents_elements_adjacency() [1/2]

virtual const FieldEntityEntFiniteElementAdjacencyMap_multiIndex * MoFEM::CoreInterface::get_ents_elements_adjacency ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the dofs elements adjacency object.

Returns
const FieldEntityEntFiniteElementAdjacencyMap_multiIndex* Const pointer to adjacency map multi-index

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ents_elements_adjacency() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_ents_elements_adjacency ( const FieldEntityEntFiniteElementAdjacencyMap_multiIndex **  dofs_elements_adjacency) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the dofs elements adjacency object.

Parameters
dofs_elements_adjacencyPointer to store the adjacency map multi-index
Returns
MoFEMErrorCode Error code indicating success or failure

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ents_finite_elements() [1/2]

virtual const EntFiniteElement_multiIndex * MoFEM::CoreInterface::get_ents_finite_elements ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the ents finite elements object.

Returns
const EntFiniteElement_multiIndex* Const pointer to entity-finite element multi-index

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ents_finite_elements() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_ents_finite_elements ( const EntFiniteElement_multiIndex **  fe_ent_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get entities finite elements multi-index.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_fe_by_name_begin()

virtual EntFiniteElement_multiIndex::index< Unique_mi_tag >::type::iterator MoFEM::CoreInterface::get_fe_by_name_begin ( const std::string &  fe_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get begin iterator of finite elements of given name (instead you can use IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
fe_nameName of the finite element to get iterator for
Returns
EntFiniteElement_multiIndex::index<Unique_mi_tag>::type::iterator Begin iterator for finite elements

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_fe_by_name_end()

virtual EntFiniteElement_multiIndex::index< Unique_mi_tag >::type::iterator MoFEM::CoreInterface::get_fe_by_name_end ( const std::string &  fe_name) const
pure virtual

#include <src/interfaces/Interface.hpp>

get end iterator of finite elements of given name (instead you can use IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)

for(IT_GET_FES_BY_NAME_FOR_LOOP(MFIELD,NAME,IT)) { ... }

Parameters
fe_name

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_field_ents() [1/2]

virtual const FieldEntity_multiIndex * MoFEM::CoreInterface::get_field_ents ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the field ents object.

Returns
const FieldEntity_multiIndex* Const pointer to field entities multi-index

Implemented in MoFEM::CoreTmp< 0 >.

Examples
mofem/atom_tests/continuity_check_on_skeleton_3d.cpp, mofem/atom_tests/dm_build_partitioned_mesh.cpp, and mofem/atom_tests/dm_partitioned_no_field.cpp.

◆ get_field_ents() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_field_ents ( const FieldEntity_multiIndex **  field_ents) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get field multi index.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_fields() [1/2]

virtual const Field_multiIndex * MoFEM::CoreInterface::get_fields ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the fields object.

Returns
const Field_multiIndex* Const pointer to fields multi-index

Implemented in MoFEM::CoreTmp< 0 >.

Examples
mofem/tools/field_to_vertices.cpp, and mofem/tools/remove_mofem_meshsets.cpp.

◆ get_fields() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_fields ( const Field_multiIndex **  fields_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get fields multi-index from database.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_finite_elements() [1/2]

virtual const FiniteElement_multiIndex * MoFEM::CoreInterface::get_finite_elements ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the finite elements object.

Returns
const FiniteElement_multiIndex* Const pointer to finite elements multi-index

Implemented in MoFEM::CoreTmp< 0 >.

Examples
mofem/tools/remove_mofem_meshsets.cpp.

◆ get_finite_elements() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_finite_elements ( const FiniteElement_multiIndex **  fe_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get finite elements multi-index.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_problem() [1/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_problem ( const std::string &  problem_name,
const Problem **  problem_ptr 
) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get problem database (data structure)

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_problem() [2/2]

virtual const Problem * MoFEM::CoreInterface::get_problem ( const std::string  problem_name) const
pure virtual

◆ get_problems() [1/2]

virtual const Problem_multiIndex * MoFEM::CoreInterface::get_problems ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the problems object.

Returns
const Problem_multiIndex* Const pointer to problems multi-index

Implemented in MoFEM::CoreTmp< 0 >.

Examples
mofem/tools/remove_mofem_meshsets.cpp.

◆ get_problems() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_problems ( const Problem_multiIndex **  problems_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get pointer to problems multi-index.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ref_ents() [1/2]

virtual const RefEntity_multiIndex * MoFEM::CoreInterface::get_ref_ents ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the ref ents object.

Returns
const RefEntity_multiIndex* Const pointer to refined entities multi-index

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ref_ents() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_ref_ents ( const RefEntity_multiIndex **  refined_ents_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get ref entities multi-index from database.

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ref_finite_elements() [1/2]

virtual const RefElement_multiIndex * MoFEM::CoreInterface::get_ref_finite_elements ( ) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get the ref finite elements object.

Returns
const RefElement_multiIndex* Const pointer to refined finite elements multi-index

Implemented in MoFEM::CoreTmp< 0 >.

◆ get_ref_finite_elements() [2/2]

virtual MoFEMErrorCode MoFEM::CoreInterface::get_ref_finite_elements ( const RefElement_multiIndex **  refined_finite_elements_ptr) const
pure virtual

#include <src/interfaces/Interface.hpp>

Get ref finite elements multi-index form database.

Implemented in MoFEM::CoreTmp< 0 >.