Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(xml_writer_abstract), | public, | allocatable | :: | xml_writer |
procedure, public, pass(self) :: get_xml_volatile | |
procedure, public, pass(self) :: initialize | |
procedure, public, pass(self) :: finalize | |
procedure, public, pass(self) :: free |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vtk_file), | intent(inout) | :: | self | |||
character, | intent(in) | :: | format | |||
character, | intent(in) | :: | filename | |||
character, | intent(in) | :: | mesh_topology | |||
logical, | intent(in), | optional | :: | is_volatile | ||
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 | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vtk_file), | intent(in) | :: | self | |||
character(len=:), | intent(out), | allocatable | :: | xml_volatile | ||
integer(kind=I4P), | intent(out), | optional | :: | error |