Definition at line 15 of file mesh_cut_test.cpp.
◆ TestBitLevel()
◆ operator()()
Definition at line 18 of file mesh_cut_test.cpp.
18 {
23 <<
"bit_level nb ents " <<
bit <<
" " << ents.size();
24 if (expected_size != -1 && expected_size != static_cast<int>(ents.size())) {
26 "Wrong bit ref size %d!=%d", expected_size, ents.size());
27 }
29 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
@ MOFEM_ATOM_TEST_INVALID
#define CHKERR
Inline error check.
#define MoFEMFunctionBeginHot
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
MoFEMErrorCode getEntitiesByRefLevel(const BitRefLevel bit, const BitRefLevel mask, const EntityHandle meshset, const int verb=QUIET) const
add all ents from ref level given by bit to meshset
#define MOFEM_LOG(channel, severity)
Log.
std::bitset< BITREFLEVEL_SIZE > BitRefLevel
Bit structure attached to each entity identifying to what mesh entity is attached.
◆ mngPtr
The documentation for this struct was generated from the following file: