block_t Derived Type

type, public :: block_t

Discretization descriptor for one block of the 1D domain.


Components

Type Visibility Attributes Name Initial
character(len=8), public :: method = method_fdm

Spatial-discretization method token: 'fdm' (default) or 'fvm'. Mirrors config_t % method; see option_registry method_* tokens.

integer, public :: n_cell = 0

Number of cells this block spans (mirrors config_t % n_cell).