![]() |
v0.14.0 |
Post processing. More...
#include <users_modules/basic_finite_elements/src/PostProcOnRefMesh.hpp>
Additional Inherited Members | |
![]() | |
typedef PostProcTemplateOnRefineMesh< MoFEM::VolumeElementForcesAndSourcesCore > | T |
typedef PostProcCommonOnRefMesh::CommonDataForVolume | CommonData |
![]() | |
PostProcTemplateVolumeOnRefinedMesh (MoFEM::Interface &m_field, bool ten_nodes_post_proc_tets=true, int nb_ref_levels=-1) | |
int | getRule (int order) |
virtual PostProcCommonOnRefMesh::CommonData & | getCommonData () |
MoFEMErrorCode | generateReferenceElementMesh () |
Generate reference mesh on single element. More... | |
size_t | getMaxLevel () const |
MoFEMErrorCode | setGaussPts (int order) |
Set integration points. More... | |
MoFEMErrorCode | clearOperators () |
Clear operators list. More... | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | postProcess () |
MoFEMErrorCode | addHdivFunctionsPostProc (const std::string field_name) |
Add operator to post-process Hdiv field. More... | |
![]() | |
PostProcTemplateOnRefineMesh (MoFEM::Interface &m_field) | |
virtual | ~PostProcTemplateOnRefineMesh () |
virtual PostProcCommonOnRefMesh::CommonData & | getCommonData () |
MoFEMErrorCode | addFieldValuesPostProc (const std::string field_name, Vec v=PETSC_NULL) |
Add operator to post-process L2, H1, Hdiv, Hcurl field value. More... | |
MoFEMErrorCode | addFieldValuesPostProc (const std::string field_name, const std::string tag_name, Vec v=PETSC_NULL) |
Add operator to post-process L2 or H1 field value. More... | |
MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, Vec v=PETSC_NULL) |
Add operator to post-process L2 or H1 field gradient. More... | |
MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, const std::string tag_name, Vec v=PETSC_NULL) |
Add operator to post-process L2 or H1 field gradient. More... | |
MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, int space_dim, Vec v=PETSC_NULL) |
Add operator to post-process L2 or H1 field gradient. More... | |
MoFEMErrorCode | writeFile (const std::string file_name, const char *file_type="MOAB", const char *file_options="PARALLEL=WRITE_PART") |
wrote results in (MOAB) format, use "file_name.h5m" More... | |
![]() | |
bool | tenNodesPostProcTets |
int | nbOfRefLevels |
CommonData | commonData |
![]() | |
moab::Core | coreMesh |
moab::Interface & | postProcMesh |
boost::shared_ptr< WrapMPIComm > | wrapRefMeshComm |
std::vector< EntityHandle > | mapGaussPts |
Post processing.
Definition at line 955 of file PostProcOnRefMesh.hpp.