| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | id | |||
| character(len=:), | public, | allocatable | :: | type | |||
| type(signal_t), | public | :: | value | ||||
| real(kind=dp), | public | :: | SurfaceRegion | ||||
| real(kind=dp), | public | :: | LengthBC | ||||
| class(material_t), | public, | pointer | :: | mat |
type lab_prop_t character(:), allocatable :: id, type type(signal_t) :: value real(kind=dp) :: SurfaceRegion, LengthBC class(material_t), pointer :: mat end type lab_prop_t