![]() |
v0.15.0 |
#include "src/post_proc/PostProcBrokenMeshInMoabBase.hpp"
Public Member Functions | |
PostProcBrokenMeshInMoabBaseEndImpl (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr, std::string opts_prefix="") | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | operator() () |
MoFEMErrorCode | postProcess () |
FEMethod * | getFEMethod () |
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 () |
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. | |
![]() | |
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 911 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 914 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 932 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 920 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 921 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 919 of file PostProcBrokenMeshInMoabBase.hpp.