v0.14.0 |
Files | |
file | PostProc.hpp |
Post-process fields on refined mesh. | |
file | PostProcOnRefMesh.cpp |
Postprocess fields on refined mesh made for 10 Node tets. | |
file | PostProcOnRefMesh.hpp |
Post-process fields on refined mesh. | |
Functions | |
MoFEMErrorCode | MoFEM::PostProcBrokenMeshInMoabBase< E >::writeFile (const std::string file_name) |
wrote results in (MOAB) format, use "file_name.h5m" More... | |
MoFEMErrorCode | PostProcTemplateOnRefineMesh< ELEMENT >::addFieldValuesPostProc (const std::string field_name, Vec v=PETSC_NULL) |
Add operator to post-process L2, H1, Hdiv, Hcurl field value. More... | |
MoFEMErrorCode | PostProcTemplateOnRefineMesh< ELEMENT >::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 | PostProcTemplateOnRefineMesh< ELEMENT >::addFieldValuesGradientPostProc (const std::string field_name, Vec v=PETSC_NULL) |
Add operator to post-process L2 or H1 field gradient. More... | |
MoFEMErrorCode | PostProcTemplateOnRefineMesh< ELEMENT >::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 | PostProcTemplateOnRefineMesh< ELEMENT >::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 | PostProcTemplateOnRefineMesh< ELEMENT >::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... | |
|
inline |
Add operator to post-process L2 or H1 field gradient.
field_name | |
tag_name | to store results on post-process mesh |
v | If vector is given, values from vector are used to set tags on mesh |
Definition at line 214 of file PostProcOnRefMesh.hpp.
|
inline |
Add operator to post-process L2 or H1 field gradient.
field_name | |
space_dim | the dimension of the problem |
v | If vector is given, values from vector are used to set tags on mesh |
Definition at line 234 of file PostProcOnRefMesh.hpp.
|
inline |
Add operator to post-process L2 or H1 field gradient.
field_name | |
v | If vector is given, values from vector are used to set tags on mesh |
Note: Name of the tag to store values on post-process mesh is the same as field name
Definition at line 195 of file PostProcOnRefMesh.hpp.
|
inline |
Add operator to post-process L2 or H1 field value.
field_name | |
tag_name | to store results on post-process mesh |
v | If vector is given, values from vector are used to set tags on mesh |
Definition at line 172 of file PostProcOnRefMesh.hpp.
|
inline |
Add operator to post-process L2, H1, Hdiv, Hcurl field value.
field_name | |
v | If vector is given, values from vector are used to set tags on mesh |
Note: Name of the tag to store values on post-process mesh is the same as field name
Definition at line 153 of file PostProcOnRefMesh.hpp.
MoFEMErrorCode MoFEM::PostProcBrokenMeshInMoabBase< E >::writeFile | ( | const std::string | file_name | ) |
wrote results in (MOAB) format, use "file_name.h5m"
file_name | file name (should always end with .h5m) |
Definition at line 655 of file PostProcBrokenMeshInMoabBase.hpp.
|
inline |
wrote results in (MOAB) format, use "file_name.h5m"
file_name | file name (should always end with .h5m) |
Definition at line 253 of file PostProcOnRefMesh.hpp.