|  | v0.15.0 | 
Post processing. More...
#include "users_modules/basic_finite_elements/src/PostProcOnRefMesh.hpp"
| Additional Inherited Members | |
|  Public Types inherited from PostProcTemplateVolumeOnRefinedMesh< MoFEM::VolumeElementForcesAndSourcesCore > | |
| typedef PostProcTemplateOnRefineMesh< MoFEM::VolumeElementForcesAndSourcesCore > | T | 
| typedef PostProcCommonOnRefMesh::CommonDataForVolume | CommonData | 
|  Public Member Functions inherited from PostProcTemplateVolumeOnRefinedMesh< MoFEM::VolumeElementForcesAndSourcesCore > | |
| 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. | |
| size_t | getMaxLevel () const | 
| MoFEMErrorCode | setGaussPts (int order) | 
| Set integration points. | |
| MoFEMErrorCode | clearOperators () | 
| Clear operators list. | |
| MoFEMErrorCode | preProcess () | 
| MoFEMErrorCode | postProcess () | 
| MoFEMErrorCode | addHdivFunctionsPostProc (const std::string field_name) | 
| Add operator to post-process Hdiv field. | |
|  Public Member Functions inherited from PostProcTemplateOnRefineMesh< ELEMENT > | |
| PostProcTemplateOnRefineMesh (MoFEM::Interface &m_field) | |
| virtual | ~PostProcTemplateOnRefineMesh () | 
| MoFEMErrorCode | addFieldValuesPostProc (const std::string field_name, Vec v=PETSC_NULLPTR) | 
| Add operator to post-process L2, H1, Hdiv, Hcurl field value. | |
| MoFEMErrorCode | addFieldValuesPostProc (const std::string field_name, const std::string tag_name, Vec v=PETSC_NULLPTR) | 
| Add operator to post-process L2 or H1 field value. | |
| MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, Vec v=PETSC_NULLPTR) | 
| Add operator to post-process L2 or H1 field gradient. | |
| MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, const std::string tag_name, Vec v=PETSC_NULLPTR) | 
| Add operator to post-process L2 or H1 field gradient. | |
| MoFEMErrorCode | addFieldValuesGradientPostProc (const std::string field_name, int space_dim, Vec v=PETSC_NULLPTR) | 
| Add operator to post-process L2 or H1 field gradient. | |
| 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" | |
|  Public Attributes inherited from PostProcTemplateVolumeOnRefinedMesh< MoFEM::VolumeElementForcesAndSourcesCore > | |
| bool | tenNodesPostProcTets | 
| int | nbOfRefLevels | 
| CommonData | commonData | 
|  Public Attributes inherited from PostProcTemplateOnRefineMesh< ELEMENT > | |
| moab::Core | coreMesh | 
| moab::Interface & | postProcMesh | 
| boost::shared_ptr< WrapMPIComm > | wrapRefMeshComm | 
| std::vector< EntityHandle > | mapGaussPts | 
Post processing.
Definition at line 957 of file PostProcOnRefMesh.hpp.
