NLMech  0.1.0
tools::pp::InstructionData Struct Reference

Datatype to hold instructions for post-processing operation. More...

#include <util.h>

Collaboration diagram for tools::pp::InstructionData:
Collaboration graph

Data Fields

bool d_calculateInRefConfig
 Calculate in reference configuration.
 
std::string d_compressType
 Compression type for .vtu files.
 
tools::pp::ComputeStraind_compStrain_p
 Compute strain and its magnitude operation.
 
tools::pp::ComputeJIntegrald_computeJInt_p
 J-integral calculation operation.
 
bool d_damageAtNodes
 Computing damage at nodes operation.
 
int d_end
 End output step.
 
tools::pp::FindCrackTipd_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::TransformUd_transformU_p
 Transforming of displacement operation.
 
tools::pp::TransformVelocityd_transformV_p
 Transform velocity operation.
 

Detailed Description

Datatype to hold instructions for post-processing operation.

Field Documentation

◆ d_outFormat

std::string tools::pp::InstructionData::d_outFormat

Specify format of the output file, e.g. msh, vtu, legacy_vtk.

Default is vtu format


The documentation for this struct was generated from the following file: