|
subroutine | fileio_gnuplot_mod::initfileio (this, Mesh, Physics, fmt, fmtname, fpath, filename, extension, stoptime, dtwall, count, fcycles, sepfiles, unit) |
| Generic constructor for file I/O. More...
|
|
subroutine | fileio_gnuplot_mod::initfileio_gnuplot (this, Mesh, Physics, IO, fmt, fpath, filename, stoptime, dtwall, count, fcycles, unit, config) |
| Constructor for the GNUPLOT file I/O. More...
|
|
recursive subroutine | fileio_gnuplot_mod::writeheaderstring (string, root, k, prefix) |
| Creates a string with the configuration (from the dictionary) More...
|
|
recursive subroutine | fileio_gnuplot_mod::getoutputpointer (this, Mesh, node, k) |
| Creates a list of all data arrays which will be written to file. More...
|
|
pure subroutine | fileio_gnuplot_mod::adjusttimestep (this, time, dt, dtcause) |
| Adjust the current timestep. More...
|
|
pure subroutine | fileio_gnuplot_mod::inctime (this) |
| Increments the counter for timesteps and sets the time for next output. More...
|
|
subroutine | fileio_gnuplot_mod::openfile (this, action, fformat) |
| Generic routine to open a file. More...
|
|
subroutine | fileio_gnuplot_mod::openfile_gnuplot (this, action) |
| Specific routine to open a file for gnuplot I/O. More...
|
|
subroutine | fileio_gnuplot_mod::closefile_gnuplot (this) |
| routine to close a file More...
|
|
subroutine | fileio_gnuplot_mod::writeheader (this) |
| Writes the configuration as a header to the file. More...
|
|
subroutine | fileio_gnuplot_mod::readheader_gnuplot (this, success) |
| Reads the header (not yet implemented) More...
|
|
subroutine | fileio_gnuplot_mod::writetimestamp_gnuplot (this, time) |
| Writes the timestep (not yet implemented) More...
|
|
subroutine | fileio_gnuplot_mod::readtimestamp_gnuplot (this, time) |
| Reads the timestep (not yet implemented) More...
|
|
subroutine | fileio_gnuplot_mod::writedataset (this, Mesh) |
| Writes all desired data arrays to a file. More...
|
|
subroutine | fileio_gnuplot_mod::readdataset_gnuplot (this, Mesh, Physics, Timedisc) |
| Reads the data arrays from file (not yet implemented) More...
|
|
subroutine | fileio_gnuplot_mod::error (this, modproc, msg) |
| Closes the file I/O and calls a further error function. More...
|
|
subroutine | fileio_gnuplot_mod::finalize (this) |
| Closes the file I/O. More...
|
|