![]() |
v0.15.0 |
#include "src/post_proc/PostProcBrokenMeshInMoabBase.hpp"
Public Member Functions | |
PostProcBrokenMeshInMoabBaseContImpl (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr, std::string opts_prefix="") | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | postProcess () |
![]() | |
PostProcBrokenMeshInMoabBase (MoFEM::Interface &m_field, std::string opts_prefix="") | |
PostProcBrokenMeshInMoabBase (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr, std::string opts_prefix="") | |
virtual | ~PostProcBrokenMeshInMoabBase () |
auto & | getMapGaussPts () |
Get vector of vectors associated to integration points. | |
auto & | getPostProcMesh () |
Get postprocessing mesh. | |
auto & | getPostProcElements () |
Get postprocessing elements. | |
MoFEMErrorCode | writeFile (const std::string file_name) |
wrote results in (MOAB) format, use "file_name.h5m" | |
MoFEMErrorCode | setTagsToTransfer (std::vector< Tag > tags_to_transfer) |
Set tags to be transferred to post-processing mesh. | |
Additional Inherited Members | |
![]() | |
MoFEMErrorCode | setGaussPts (int order) |
MoFEMErrorCode | preProcess () |
Generate vertices and elements. | |
MoFEMErrorCode | postProcess () |
int | getRule (int order) |
virtual int | getMaxLevel () const |
Determine refinement level based on fields approx ordre. | |
virtual MoFEMErrorCode | preProcPostProc () |
virtual MoFEMErrorCode | postProcPostProc () |
virtual MoFEMErrorCode | transferTags () |
![]() | |
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 |
std::string | optionsPrefix = "" |
Prefix for options. | |
Definition at line 893 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 896 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 902 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 901 of file PostProcBrokenMeshInMoabBase.hpp.