dynLattice
Loading...
Searching...
No Matches
Classes
ParaViewModule.h File Reference

Module for exporting simulation data to ParaView format. More...

Include dependency graph for ParaViewModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParaViewModule
 Module for exporting simulation data to ParaView format. More...
 
struct  ParaViewModule::ElementInfo
 Structure containing element group export information. More...
 

Detailed Description

Author
Til Gärtner

This module provides functionality to export mesh data, displacement fields, and other simulation results to VTK/VTU format files that can be visualized in ParaView. It supports multiple element groups, time series output, and flexible data selection for post-processing visualization.

Note
The current implementation is only tested for line elements, other elements are implemented to the best of our knowledge.