Class handles the output for CSV files.
More...
Class handles the output for CSV files.
§ __init__()
def IO.output.OutputCSV.__init__ |
( |
|
self, |
|
|
|
outType, |
|
|
|
dataType, |
|
|
|
inputFile |
|
) |
| |
Constructor.
- Parameters
-
outType | Type of the output |
dataType | The data, which is written to the CSV file |
inputFile | The file where the output is written |
§ write()
def IO.output.OutputCSV.write |
( |
|
self, |
|
|
|
deck, |
|
|
|
problem |
|
) |
| |
Writes the data to the CSV file.
- Parameters
-
deck | The object containing the configuration of the yaml file |
problem | The object containing the computational values |
The documentation for this class was generated from the following file:
- /calculs/git/peridynamics_1D/IO/output.py