Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | damping |
Damping function |
||
character(len=:), | public, | allocatable | :: | input |
Data base input file |
||
character(len=:), | public, | allocatable | :: | method |
Method name |
type, extends(app_config) :: param_config !> Data base input file character(len=:), allocatable :: input !> Method name character(len=:), allocatable :: method !> Damping function character(len=:), allocatable :: damping end type param_config