Version with default variant DIM = 3 is deprecated, keep for back compatibility. Should be removed in future. Use of default variant make code implicit, what can be source of some hidden error. Explict interface is better, when user see and control outcome, and is aware of existing variants.
Use the function with the same name and a parameter swap_type, permitting to swap the order of each triangle's nodes or alternatively swap nodes between top and bottom triangles, which is required for the canonical ordering if surface normal is pointing inwards
Member MoFEM::ProblemsManager::markDofs (const std::string problem_name, RowColData rc, const Range ents, std::vector< unsigned char > &marker) const
use function with MarkOP
Member MoFEM::ProblemsManager::partitionMesh (const Range &ents, const int dim, const int adj_dim, const int n_parts, Tag *th_vertex_weights=nullptr, Tag *th_edge_weights=nullptr, Tag *th_part_weights=nullptr, int verb=VERBOSE, const bool debug=false)