Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | private, | allocatable | :: | dir_output_field | |||
character(len=:), | private, | allocatable | :: | file_extension | |||
character(len=:), | private, | allocatable | :: | format_output | |||
character(len=:), | private, | allocatable | :: | variable_names(:) | |||
type(type_output_vtk), | private | :: | vtk | ||||
procedure(abst_output_overall_cell), | private, | pointer, pass(self) | :: | write_cell | => | null() | |
procedure(abst_output_overall_fields), | private, | pointer, pass(self) | :: | write_fields | => | null() |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_output_overall), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
type(type_dp_3d), | intent(in) | :: | coordinate | |||
type(type_domain), | intent(inout) | :: | domain | |||
character(len=*), | intent(in) | :: | dir_output |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_output_overall), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
type(type_dp_3d), | intent(in) | :: | coordinate | |||
type(type_domain), | intent(inout) | :: | domain |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_output_overall), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
type(type_dp_3d), | intent(in) | :: | coordinate | |||
type(type_domain), | intent(inout) | :: | domain |