|
| v0.14.0
|
Go to the documentation of this file.
13 return getInterface<BitRefManager>()->setBitRefLevelByDim(meshset, 2,
bit,
20 return getInterface<BitRefManager>()->setBitRefLevelByDim(meshset, 3,
bit,
28 return getInterface<BitRefManager>()->setBitRefLevel(ents,
bit, only_tets,
37 return getInterface<CommInterface>()->partitionMesh(
38 ents, dim, adj_dim, n_parts, NULL, NULL, NULL, verb);
43 return getInterface<CommInterface>()->synchroniseEntities(ent,
nullptr, verb);
49 return getInterface<CommInterface>()->synchroniseFieldEntities(name, verb);
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
implementation of Data Operators for Forces and Sources
DEPRECATED MoFEMErrorCode synchronise_entities(Range &ent, int verb=DEFAULT_VERBOSITY)
DEPRECATED MoFEMErrorCode seed_ref_level(const Range &ents, const BitRefLevel &bit, const bool only_tets=true, int verb=-1)
seed entities in the range and their adjacencies in a particular BitRefLevel
DEPRECATED MoFEMErrorCode seed_ref_level_3D(const EntityHandle meshset, const BitRefLevel &bit, int verb=-1)
seed 2D entities in the meshset and their adjacencies (only TETs adjacencies) in a particular BitRefL...
DEPRECATED MoFEMErrorCode synchronise_field_entities(const std::string &name, int verb=DEFAULT_VERBOSITY)
std::bitset< BITREFLEVEL_SIZE > BitRefLevel
Bit structure attached to each entity identifying to what mesh entity is attached.
DEPRECATED MoFEMErrorCode partition_mesh(const Range &ents, const int dim, const int adj_dim, const int n_parts, int verb=-1)
Set partition tag to each finite element in the problem.
virtual DEPRECATED MoFEMErrorCode seed_ref_level_2D(const EntityHandle meshset, const BitRefLevel &bit, int verb=-1)
seed 2D entities (Triangles entities only) in the meshset and their adjacencies (only TRIs adjacencie...