add_broken_field(const std::string name, const FieldSpace space, const FieldApproximationBase base, const FieldCoefficientsNumber nb_of_coefficients, const std::vector< std::pair< EntityType, std::function< MoFEMErrorCode(BaseFunction::DofsSideMap &)>> > list_dof_side_map, const TagType tag_type=MB_TAG_SPARSE, const enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_field_by_dim(const Range &ents, const int dim, const std::string &name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_field_by_dim(const EntityHandle meshset, const int dim, const std::string &name, const bool recursive=true, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_field_by_type(const Range &ents, const EntityType type, const std::string &name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_field_by_type(const EntityHandle meshset, const EntityType type, const std::string &name, const bool recursive=true, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_bit_ref(const BitRefLevel &bit, const BitRefLevel &mask, const std::string &name, EntityType type, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_dim(const EntityHandle entities, const int dim, const std::string &name, const bool recursive=true)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_dim(const Range &ents, const int dim, const std::string &name)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_MESHSET(const EntityHandle meshset, const std::string &name, const bool recursive=false)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_type(const EntityHandle entities, const EntityType type, const std::string &name, const bool recursive=true)=0 | MoFEM::CoreInterface | pure virtual |
add_ents_to_finite_element_by_type(const Range &ents, const EntityType type, const std::string &name)=0 | MoFEM::CoreInterface | pure virtual |
add_field(const std::string name, const FieldSpace space, const FieldApproximationBase base, const FieldCoefficientsNumber nb_of_coefficients, const TagType tag_type=MB_TAG_SPARSE, const enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_finite_element(const std::string &fe_name, enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
add_problem(const std::string &name, enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_adjacencies(const Range &ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_adjacencies(const BitRefLevel &bit, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_adjacencies(const BitRefLevel &bit, const BitRefLevel &mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_field(const std::string field_name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_fields(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_finite_elements(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
build_finite_elements(const string fe_name, const Range *const ents_ptr=nullptr, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
cache_problem_entities(const std::string prb_name, CacheTupleWeakPtr cache_ptr)=0 | MoFEM::CoreInterface | pure virtual |
check_field(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
check_finite_element(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
check_number_of_ents_in_ents_field(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
check_number_of_ents_in_ents_field() const =0 | MoFEM::CoreInterface | pure virtual |
check_number_of_ents_in_ents_finite_element(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
check_number_of_ents_in_ents_finite_element() const =0 | MoFEM::CoreInterface | pure virtual |
check_problem(const std::string name)=0 | MoFEM::CoreInterface | pure virtual |
clear_adjacencies_entities(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_adjacencies_entities(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_adjacencies_entities(const std::string name, const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_adjacencies_finite_elements(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_database(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_dofs_fields(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_dofs_fields(const std::string name, const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_dofs_fields_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_ents_fields(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_ents_fields(const std::string name, const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_ents_fields_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_finite_elements(const Range &ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_finite_elements(const std::string &fe_name, const Range &ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_finite_elements_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_inactive_dofs(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_problem(const std::string name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
clear_problems(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
create_vertices_and_add_to_field(const std::string name, const double coords[], int size, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
delete_ents_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, const bool remove_parent=false, int verb=DEFAULT_VERBOSITY, MoFEMTypes mf=MF_ZERO)=0 | MoFEM::CoreInterface | pure virtual |
delete_field(const std::string name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
delete_finite_element(const std::string name, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
delete_problem(const std::string name)=0 | MoFEM::CoreInterface | pure virtual |
get_basic_entity_data_ptr()=0 | MoFEM::CoreInterface | pure virtual |
get_comm() const =0 | MoFEM::CoreInterface | pure virtual |
get_comm_rank() const =0 | MoFEM::CoreInterface | pure virtual |
get_comm_size() const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs() const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs(const DofEntity_multiIndex **dofs_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_and_ent_begin(const std::string &field_name, const EntityHandle ent) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_and_ent_end(const std::string &field_name, const EntityHandle ent) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_and_type_begin(const std::string &field_name, const EntityType type) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_and_type_end(const std::string &field_name, const EntityType type) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_begin(const std::string &field_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_dofs_by_name_end(const std::string &field_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_ent_field_by_name_begin(const std::string &field_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_ent_field_by_name_end(const std::string &field_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_ents_elements_adjacency(const FieldEntityEntFiniteElementAdjacencyMap_multiIndex **dofs_elements_adjacency) const =0 | MoFEM::CoreInterface | pure virtual |
get_ents_elements_adjacency() const =0 | MoFEM::CoreInterface | pure virtual |
get_ents_finite_elements() const =0 | MoFEM::CoreInterface | pure virtual |
get_ents_finite_elements(const EntFiniteElement_multiIndex **fe_ent_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_fe_by_name_begin(const std::string &fe_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_fe_by_name_end(const std::string &fe_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_bit_number(const std::string name) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_entities_by_dimension(const std::string name, int dim, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_entities_by_handle(const std::string name, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_entities_by_type(const std::string name, EntityType type, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_ents() const =0 | MoFEM::CoreInterface | pure virtual |
get_field_ents(const FieldEntity_multiIndex **field_ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_id(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_meshset(const std::string name) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_name(const BitFieldId id) const =0 | MoFEM::CoreInterface | pure virtual |
get_field_structure(const std::string &name, enum MoFEMTypes bh=MF_EXIST) const =0 | MoFEM::CoreInterface | pure virtual |
get_fields() const =0 | MoFEM::CoreInterface | pure virtual |
get_fields(const Field_multiIndex **fields_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_element_entities_by_dimension(const std::string name, int dim, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_element_entities_by_handle(const std::string name, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_element_entities_by_type(const std::string name, EntityType type, Range &ents) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_element_meshset(const std::string name) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_element_structure(const std::string &name, enum MoFEMTypes bh=MF_EXIST) const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_elements() const =0 | MoFEM::CoreInterface | pure virtual |
get_finite_elements(const FiniteElement_multiIndex **fe_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_meshsets_manager()=0 | MoFEM::CoreInterface | pure virtual |
get_meshsets_manager() const =0 | MoFEM::CoreInterface | pure virtual |
get_meshsets_manager_ptr()=0 | MoFEM::CoreInterface | pure virtual |
get_meshsets_manager_ptr() const =0 | MoFEM::CoreInterface | pure virtual |
get_moab()=0 | MoFEM::CoreInterface | pure virtual |
get_moab() const =0 | MoFEM::CoreInterface | pure virtual |
get_problem(const std::string problem_name) const =0 | MoFEM::CoreInterface | pure virtual |
get_problem(const std::string &problem_name, const Problem **problem_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_problem_finite_elements_entities(const std::string name, const std::string &fe_name, const EntityHandle meshset)=0 | MoFEM::CoreInterface | pure virtual |
get_problems() const =0 | MoFEM::CoreInterface | pure virtual |
get_problems(const Problem_multiIndex **problems_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_ref_ents() const =0 | MoFEM::CoreInterface | pure virtual |
get_ref_ents(const RefEntity_multiIndex **refined_ents_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
get_ref_finite_elements() const =0 | MoFEM::CoreInterface | pure virtual |
get_ref_finite_elements(const RefElement_multiIndex **refined_finite_elements_ptr) const =0 | MoFEM::CoreInterface | pure virtual |
getFileVersion(moab::Interface &moab, Version &version) | MoFEM::UnknownInterface | static |
getInterface(IFACE *&iface) const | MoFEM::UnknownInterface | inline |
getInterface(IFACE **const iface) const | MoFEM::UnknownInterface | inline |
getInterface() const | MoFEM::UnknownInterface | inline |
getInterface() const | MoFEM::UnknownInterface | inline |
getInterface() const | MoFEM::UnknownInterface | inline |
getInterfaceVersion(Version &version) | MoFEM::UnknownInterface | static |
getLibVersion(Version &version) | MoFEM::UnknownInterface | static |
getValue() const =0 | MoFEM::CoreInterface | pure virtual |
iFaceTypeMap | MoFEM::UnknownInterface | mutableprivate |
iFaceTypeMap_multiIndex typedef | MoFEM::UnknownInterface | private |
list_dofs_by_field_name(const std::string &name) const =0 | MoFEM::CoreInterface | pure virtual |
list_fields() const =0 | MoFEM::CoreInterface | pure virtual |
list_finite_elements() const =0 | MoFEM::CoreInterface | pure virtual |
list_problem() const =0 | MoFEM::CoreInterface | pure virtual |
loop_dofs(const Problem *problem_ptr, const std::string &field_name, RowColData rc, DofMethod &method, int lower_rank, int upper_rank, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_dofs(const std::string &problem_name, const std::string &field_name, RowColData rc, DofMethod &method, int lower_rank, int upper_rank, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_dofs(const std::string &problem_name, const std::string &field_name, RowColData rc, DofMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_dofs(const std::string &field_name, DofMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_entities(const std::string field_name, EntityMethod &method, Range const *const ents=nullptr, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_entities(const Problem *problem_ptr, const std::string field_name, RowColData rc, EntityMethod &method, int lower_rank, int upper_rank, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_entities(const std::string problem_name, const std::string field_name, RowColData rc, EntityMethod &method, int lower_rank, int upper_rank, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_entities(const std::string problem_name, const std::string field_name, RowColData rc, EntityMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_finite_elements(const std::string problem_name, const std::string &fe_name, FEMethod &method, boost::shared_ptr< NumeredEntFiniteElement_multiIndex > fe_ptr=nullptr, MoFEMTypes bh=MF_EXIST, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr(), int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_finite_elements(const Problem *problem_ptr, const std::string &fe_name, FEMethod &method, int lower_rank, int upper_rank, boost::shared_ptr< NumeredEntFiniteElement_multiIndex > fe_ptr=nullptr, MoFEMTypes bh=MF_EXIST, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr(), int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
loop_finite_elements(const std::string problem_name, const std::string &fe_name, FEMethod &method, int lower_rank, int upper_rank, boost::shared_ptr< NumeredEntFiniteElement_multiIndex > fe_ptr=nullptr, MoFEMTypes bh=MF_EXIST, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr(), int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
make_shared_ref_entity(const EntityHandle ent)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_add_field_col(const std::string &fe_name, const std::string name_row)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_add_field_data(const std::string &fe_name, const std::string name_field)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_add_field_row(const std::string &fe_name, const std::string name_row)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_adjacency_table(const std::string &fe_name, const EntityType type, ElementAdjacencyFunct function)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_off_field_col(const std::string &fe_name, const std::string name_row)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_off_field_data(const std::string &fe_name, const std::string name_field)=0 | MoFEM::CoreInterface | pure virtual |
modify_finite_element_off_field_row(const std::string &fe_name, const std::string name_row)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_add_finite_element(const std::string name_problem, const std::string &fe_name)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_mask_ref_level_add_bit(const std::string &name_problem, const BitRefLevel &bit)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_mask_ref_level_set_bit(const std::string &name_problem, const BitRefLevel &bit)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_ref_level_add_bit(const std::string &name_problem, const BitRefLevel &bit)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_ref_level_set_bit(const std::string &name_problem, const BitRefLevel &bit)=0 | MoFEM::CoreInterface | pure virtual |
modify_problem_unset_finite_element(const std::string name_problem, const std::string &fe_name)=0 | MoFEM::CoreInterface | pure virtual |
partition_mesh(const Range &ents, const int dim, const int adj_dim, const int n_parts, int verb=-1) | MoFEM::DeprecatedCoreInterface | |
problem_basic_method_postProcess(const Problem *problem_ptr, BasicMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
problem_basic_method_postProcess(const std::string &problem_name, BasicMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
problem_basic_method_preProcess(const Problem *problem_ptr, BasicMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
problem_basic_method_preProcess(const std::string &problem_name, BasicMethod &method, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
query_interface(boost::typeindex::type_index type_index, UnknownInterface **iface) const =0 | MoFEM::UnknownInterface | pure virtual |
rebuild_database(int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
registerInterface(bool error_if_registration_failed=true) | MoFEM::UnknownInterface | inline |
remove_ents(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_field(const std::string name, const EntityHandle meshset, const EntityType type, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_field(const std::string name, const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_field(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_field_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_finite_element(const std::string name, const EntityHandle meshset, const EntityType type, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_finite_element(const std::string name, const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_finite_element(const Range ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_ents_from_finite_element_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_parents_by_bit_ref(const BitRefLevel bit, const BitRefLevel mask, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_parents_by_ents(const Range &ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
remove_parents_by_parents(const Range &ents, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
seed_ref_level(const Range &ents, const BitRefLevel &bit, const bool only_tets=true, int verb=-1) | MoFEM::DeprecatedCoreInterface | |
seed_ref_level_2D(const EntityHandle meshset, const BitRefLevel &bit, int verb=-1) | MoFEM::DeprecatedCoreInterface | virtual |
seed_ref_level_3D(const EntityHandle meshset, const BitRefLevel &bit, int verb=-1) | MoFEM::DeprecatedCoreInterface | |
set_field_order(const EntityHandle meshset, const EntityType type, const std::string &name, const ApproximationOrder order, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
set_field_order(const Range &ents, const std::string &name, const ApproximationOrder order, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
set_field_order_by_entity_type_and_bit_ref(const BitRefLevel &bit, const BitRefLevel &mask, const EntityType type, const std::string &name, const ApproximationOrder order, int verb=DEFAULT_VERBOSITY)=0 | MoFEM::CoreInterface | pure virtual |
set_moab_interface(moab::Interface &new_moab, int verb=VERBOSE)=0 | MoFEM::CoreInterface | pure virtual |
setFileVersion(moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD)) | MoFEM::UnknownInterface | static |
synchronise_entities(Range &ent, int verb=DEFAULT_VERBOSITY) | MoFEM::DeprecatedCoreInterface | |
synchronise_field_entities(const std::string &name, int verb=DEFAULT_VERBOSITY) | MoFEM::DeprecatedCoreInterface | |
~CoreInterface()=default | MoFEM::CoreInterface | virtual |
~UnknownInterface()=default | MoFEM::UnknownInterface | virtual |