#include <src/interfaces/CutMeshInterface.hpp>
Definition at line 498 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 501 of file CutMeshInterface.hpp.
501 {
504 CHKERR moab.create_meshset(MESHSET_SET, meshset);
506 CHKERR moab.write_file(name.c_str(),
"VTK",
"", &meshset, 1);
509 }
#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: