type_geometry_settings Derived Type

type, public :: type_geometry_settings


Inherited by

type~~type_geometry_settings~~InheritedByGraph type~type_geometry_settings type_geometry_settings type~input_basic input_basic type~input_basic->type~type_geometry_settings geometry_settings type~type_input type_input type~type_input->type~input_basic basic

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: cell_id_array_name
character(len=:), public, allocatable :: file_name
real(kind=real64), public :: integration_points
character(len=:), public, allocatable :: integration_type

Source Code

    type :: type_geometry_settings
        character(:), allocatable :: file_name
        character(:), allocatable :: cell_id_array_name
        character(:), allocatable :: integration_type
        real(real64) :: integration_points
    end type type_geometry_settings