holder_bcs Derived Type

type, public :: holder_bcs


Inherits

type~~holder_bcs~~InheritsGraph type~holder_bcs holder_bcs type~abst_bc_thermal abst_bc_thermal type~holder_bcs->type~abst_bc_thermal t

Inherited by

type~~holder_bcs~~InheritedByGraph type~holder_bcs holder_bcs type~type_bc type_bc type~type_bc->type~holder_bcs bc type~type_ftdss type_ftdss type~type_ftdss->type~type_bc bc

Components

Type Visibility Attributes Name Initial
class(abst_bc_thermal), public, allocatable :: t

Source Code

    type :: holder_bcs
        class(abst_bc_thermal), allocatable :: t
    end type holder_bcs