dynLattice
Loading...
Searching...
No Matches
Public Attributes | List of all members
ParaViewModule::ElementInfo Struct Reference

Structure containing element group export information. More...

#include "ParaViewModule.h"

Collaboration diagram for ParaViewModule::ElementInfo:
Collaboration graph
[legend]

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.
 

Detailed Description

Stores configuration for each element group to be exported, including shape information and data field specifications

Member Data Documentation

◆ dispData

StringVector ParaViewModule::ElementInfo::dispData

◆ dofData

StringVector ParaViewModule::ElementInfo::dofData

◆ elemData

StringVector ParaViewModule::ElementInfo::elemData

◆ name

String ParaViewModule::ElementInfo::name

◆ nodeData

StringVector ParaViewModule::ElementInfo::nodeData

◆ shape

String ParaViewModule::ElementInfo::shape