Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_iteration), | public | :: | Iteration | ||||
class(abst_thermal), | public, | allocatable | :: | Thermal | |||
type(type_bc), | public | :: | bc | ||||
type(type_dp_3d), | public, | pointer | :: | coordinate | |||
type(type_domain), | public | :: | domain | ||||
type(type_ic), | public | :: | ic | ||||
type(type_output), | public | :: | output | ||||
type(type_variable), | public | :: | phi | ||||
type(type_proereties_manager), | public | :: | property | ||||
type(type_time), | public | :: | time |
procedure, public, pass(self) :: initialize => initialize_type_ftdss |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_ftdss), | intent(inout) | :: | self |