![]() |
NLMech
0.1.0
|
Datatype to hold instructions for post-processing operation. More...
#include <util.h>

Data Fields | |
| bool | d_calculateInRefConfig |
| Calculate in reference configuration. | |
| std::string | d_compressType |
| Compression type for .vtu files. | |
| tools::pp::ComputeStrain * | d_compStrain_p |
| Compute strain and its magnitude operation. | |
| tools::pp::ComputeJIntegral * | d_computeJInt_p |
| J-integral calculation operation. | |
| bool | d_damageAtNodes |
| Computing damage at nodes operation. | |
| int | d_end |
| End output step. | |
| tools::pp::FindCrackTip * | d_findCrackTip_p |
| Find crack tip and compute velocity operation. | |
| int | d_interval |
| Number which indicates how many simulation file we skip after processing 1 simulation file. Default is 1. Valid number >= 1. | |
| std::string | d_outFormat |
| Specify format of the output file, e.g. msh, vtu, legacy_vtk. More... | |
| bool | d_outOnlyNodes |
| Flag for performing only nodal output and not full fem output (for large mesh, vtk produces error when writing element-node connectivity) | |
| bool | d_removeElements |
| Flag for removing elements which contain damages quadrature point (currently this is not implemented) | |
| int | d_start |
| Start output step. | |
| std::string | d_tagFilename |
| Tag assigned to this compute instruction (used for creating output filename) | |
| tools::pp::TransformU * | d_transformU_p |
| Transforming of displacement operation. | |
| tools::pp::TransformVelocity * | d_transformV_p |
| Transform velocity operation. | |
Datatype to hold instructions for post-processing operation.
| std::string tools::pp::InstructionData::d_outFormat |
Specify format of the output file, e.g. msh, vtu, legacy_vtk.
Default is vtu format