Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | initial_values(:,:) | |||
character(len=:), | public, | allocatable | :: | point_data_names(:) | |||
type(type_vtk), | public | :: | vtk |
type :: type_geometry type(type_vtk) :: vtk character(:), allocatable :: point_data_names(:) real(real64), allocatable :: initial_values(:, :) end type type_geometry