DT for writing Exodus 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 an exodus data structure and writes the exodus 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 |