field_physics_config Derived Type

type, public :: field_physics_config


Inherited by

type~~field_physics_config~~InheritedByGraph type~field_physics_config field_physics_config type~app_config app_config type~app_config->type~field_physics_config field

Components

Type Visibility Attributes Name Initial
character(len=32), public :: backend = 'auto'
character(len=32), public :: normalization = 'si'

Source Code

  type, public :: field_physics_config
    character(len=32) :: backend = 'auto'
    character(len=32) :: normalization = 'si'
  end type field_physics_config