|
dynLattice
|
Structure containing element group export information. More...
#include "ParaViewModule.h"

Public Attributes | |
| String | name |
| Name of the element group. | |
| String | shape |
| Element shape identifier. | |
| StringVector | elemData |
| Element-based data fields to export. | |
| StringVector | nodeData |
| Node-based data fields to export. | |
| StringVector | dispData |
| Displacement component names. | |
| StringVector | dofData |
| Additional DOF data to export. | |
Stores configuration for each element group to be exported, including shape information and data field specifications
| StringVector ParaViewModule::ElementInfo::dispData |
| StringVector ParaViewModule::ElementInfo::dofData |
| StringVector ParaViewModule::ElementInfo::elemData |
| String ParaViewModule::ElementInfo::name |
| StringVector ParaViewModule::ElementInfo::nodeData |
| String ParaViewModule::ElementInfo::shape |