#include "src/interfaces/CutMeshInterface.hpp"
Definition at line 497 of file CutMeshInterface.hpp.
◆ SaveData()
| MoFEM::CutMeshInterface::SaveData::SaveData |
( |
moab::Interface & |
moab | ) |
|
|
inline |
◆ operator()()
| MoFEMErrorCode MoFEM::CutMeshInterface::SaveData::operator() |
( |
const std::string |
name, |
|
|
const Range & |
ents |
|
) |
| |
|
inline |
Definition at line 500 of file CutMeshInterface.hpp.
500 {
503 CHKERR moab.create_meshset(MESHSET_SET, meshset);
505 CHKERR moab.write_file(name.c_str(),
"VTK",
"", &meshset, 1);
508 }
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
◆ moab
| moab::Interface& MoFEM::CutMeshInterface::SaveData::moab |
The documentation for this struct was generated from the following file: