Handles the output of the simulation results to vtk unstrucutred grids.
More...
Handles the output of the simulation results to vtk unstrucutred grids.
§ __init__() [1/2]
def IO.vis.vtk_writer.__init__ |
( |
|
self, |
|
|
|
path = "" , |
|
|
|
types = "" , |
|
|
|
slice_length = -1 |
|
) |
| |
Constructor.
- Parameters
-
path | The path where the output is written |
types | The simulation attributes considered as output |
slice_length | Every n-th time step is written |
§ __init__() [2/2]
def IO.vis.vtk_writer.__init__ |
( |
|
self, |
|
|
|
path = "" , |
|
|
|
types = "" , |
|
|
|
slice_length = -1 |
|
) |
| |
Constructor.
- Parameters
-
path | The path where the output is written |
types | The simulation attributes considered as output |
slice_length | Every n-th time step is written |
§ write_data()
def IO.vis.vtk_writer.write_data |
( |
|
self, |
|
|
|
deck, |
|
|
|
problem, |
|
|
|
ccm_class |
|
) |
| |
Writes the data to a vtk unstrucutred grid files.
- Parameters
-
deck | The deck with the input from the yaml file |
problem | The problem contains the simulation results |
ccm_class | The results from the computation from ccm |
The documentation for this class was generated from the following file:
- /calculs/git/peridynamics_1D/IO/vis.py