type_initial_local Derived Type

type, public :: type_initial_local


Inherits

type~~type_initial_local~~InheritsGraph type~type_initial_local type_initial_local type~type_boundary_local_initial type_boundary_local_initial type~type_initial_local->type~type_boundary_local_initial boundary type~type_boundary_local type_boundary_local type~type_boundary_local_initial->type~type_boundary_local

Inherited by

type~~type_initial_local~~InheritedByGraph type~type_initial_local type_initial_local type~type_initail_conditions type_initail_conditions type~type_initail_conditions->type~type_initial_local thermal, hydraulic, porosity type~type_conditions type_conditions type~type_conditions->type~type_initail_conditions initial_conditions type~type_input type_input type~type_input->type~type_conditions conditions

Components

Type Visibility Attributes Name Initial
type(type_boundary_local_initial), public, allocatable :: boundary(:)
character(len=:), public, allocatable :: field_name
character(len=:), public, allocatable :: type
real(kind=real64), public :: value

Source Code

    type :: type_initial_local
        character(:), allocatable :: type
        real(real64) :: value
        type(type_boundary_local_initial), allocatable :: boundary(:)
        character(:), allocatable :: field_name
    end type type_initial_local