date 12/12/2019
This module implements the routines for writing an exodus file with mesh and results
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vtk_output_), | intent(inout) | :: | out | DT of output file info |
||
type(mesh), | intent(in) | :: | msh | DT of mesh info |
||
type(scalar_field), | intent(in), | optional | dimension(:) | :: | sfield | DT of scalar info |
type(vector_field), | intent(in), | optional | dimension(:) | :: | vfield | DT of vector info |
type(iterating), | intent(in), | optional | :: | iter | DT of iteration info |