Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | cell_id_array_name | |||
character(len=:), | public, | allocatable | :: | file_name | |||
real(kind=real64), | public | :: | integration_points | ||||
character(len=:), | public, | allocatable | :: | integration_type |
type :: type_geometry_settings character(:), allocatable :: file_name character(:), allocatable :: cell_id_array_name character(:), allocatable :: integration_type real(real64) :: integration_points end type type_geometry_settings