DT for writing vtk files
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input_file | |||
character(len=*), | intent(in) | :: | sec |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(output), | intent(in) | :: | out |
Returns a scalar field
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(scalar_field), | intent(in) | :: | fld |
Returns a vector field
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector_field), | intent(in) | :: | fld |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(output), | intent(in) | :: | out |
This subroutine translates morfeus data structure into a vtkmofo data structure and writes the vtk file
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 |
TYPE, EXTENDS(output) :: vtk_output_
!! DT for writing vtk files
CONTAINS
PROCEDURE :: write_output => write_vtk_morfeus
END TYPE vtk_output_