Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_boundary_local), | public | :: | hydraulic | ||||
integer(kind=int32), | public | :: | id | ||||
type(type_boundary_local), | public | :: | thermal |
type :: type_boundary_conditions integer(int32) :: id type(type_boundary_local) :: thermal type(type_boundary_local) :: hydraulic end type type_boundary_conditions