Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(xml_writer_abstract), | public, | allocatable | :: | xml_writer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pvtk_file), | intent(inout) | :: | self | |||
character, | intent(in) | :: | filename | |||
character, | intent(in) | :: | mesh_topology | |||
character, | intent(in) | :: | mesh_kind | |||
integer(kind=I4P), | intent(in), | optional | :: | nx1 | ||
integer(kind=I4P), | intent(in), | optional | :: | nx2 | ||
integer(kind=I4P), | intent(in), | optional | :: | ny1 | ||
integer(kind=I4P), | intent(in), | optional | :: | ny2 | ||
integer(kind=I4P), | intent(in), | optional | :: | nz1 | ||
integer(kind=I4P), | intent(in), | optional | :: | nz2 |
type :: pvtk_file
!< VTK parallel (partioned) file class.
private
class(xml_writer_abstract), allocatable, public :: xml_writer !< XML writer.
contains
procedure, pass(self) :: initialize !< Initialize file.
procedure, pass(self) :: finalize !< Finalize file.
endtype pvtk_file