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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_ftdss), | intent(inout) | :: | self |
type :: type_ftdss ! type(Type_Input) :: Input type(type_dp_3d), pointer :: coordinate type(type_domain) :: domain ! type(Belonging), allocatable :: NodeBelonging(:) class(abst_thermal), allocatable :: Thermal type(type_proereties_manager) :: property type(type_bc) :: bc type(type_ic) :: ic type(type_variable) :: phi type(type_time) :: time type(type_iteration) :: Iteration type(Type_output) :: output contains procedure, pass(self) :: initialize => initialize_type_ftdss end type type_ftdss