![]() |
v0.13.2 |
#include <src/post_proc/PostProcBrokenMeshInMoabBase.hpp>
Public Member Functions | |
PostProcBrokenMeshInMoabBaseEndImpl (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr) | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | operator() () |
MoFEMErrorCode | postProcess () |
FEMethod * | getFEMethod () |
Additional Inherited Members | |
![]() | |
MoFEMErrorCode | setGaussPts (int order) |
MoFEMErrorCode | preProcess () |
Generate vertices and elements. More... | |
MoFEMErrorCode | postProcess () |
int | getRule (int order) |
virtual int | getMaxLevel () const |
Determine refinement level based on fields approx ordre. More... | |
PostProcBrokenMeshInMoabBase (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr) | |
virtual MoFEMErrorCode | preProcPostProc () |
virtual MoFEMErrorCode | postProcPostProc () |
virtual MoFEMErrorCode | transferTags () |
PostProcBrokenMeshInMoabBase (MoFEM::Interface &m_field) | |
virtual | ~PostProcBrokenMeshInMoabBase () |
auto & | getMapGaussPts () |
Get vector of vectors associated to integration points. More... | |
auto & | getPostProcMesh () |
Get postprocessing mesh. More... | |
auto & | getPostProcElements () |
Get postprocessing elements. More... | |
MoFEMErrorCode | writeFile (const std::string file_name) |
wrote results in (MOAB) format, use "file_name.h5m" More... | |
MoFEMErrorCode | setTagsToTransfer (std::vector< Tag > tags_to_transfer) |
Set tags to be transferred to post-processing mesh. More... | |
![]() | |
boost::shared_ptr< moab::Core > | coreMeshPtr = boost::make_shared<moab::Core>() |
std::vector< EntityHandle > | mapGaussPts |
Range | postProcElements |
std::map< EntityType, PostProcGenerateRefMeshPtr > | refElementsMap |
std::vector< Tag > | tagsToTransfer |
Definition at line 898 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 901 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 918 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 906 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 907 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 905 of file PostProcBrokenMeshInMoabBase.hpp.