![]() |
v0.15.0 |
#include "src/post_proc/PostProcBrokenMeshInMoabBase.hpp"
Public Member Functions | |
| PostProcBrokenMeshInMoabBaseBeginImpl (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr, std::string opts_prefix="") | |
| MoFEMErrorCode | preProcess () |
| FEMethod * | getFEMethod () |
| MoFEMErrorCode | operator() () |
| MoFEMErrorCode | postProcess () |
Additional Inherited Members | |
Protected Member Functions inherited from MoFEM::PostProcBrokenMeshInMoabBase< E > | |
| 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. | |
Protected Attributes inherited from MoFEM::PostProcBrokenMeshInMoabBase< E > | |
| 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 864 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 867 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 884 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 886 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 887 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
Definition at line 872 of file PostProcBrokenMeshInMoabBase.hpp.