| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(sim_authoring_spec), | public | :: | sim | ||||
| integer(kind=i32), | public | :: | n_groups | = | 0_i32 | ||
| type(mesh_group_authoring_spec), | public, | allocatable | :: | groups(:) | |||
| type(particle_authoring_spec), | public, | allocatable | :: | particle_species(:) | |||
| type(template_authoring_spec), | public, | allocatable | :: | templates(:) |
type :: app_config_authoring type(sim_authoring_spec) :: sim integer(i32) :: n_groups = 0_i32 type(mesh_group_authoring_spec), allocatable :: groups(:) type(particle_authoring_spec), allocatable :: particle_species(:) type(template_authoring_spec), allocatable :: templates(:) end type app_config_authoring