BTableau Derived Type

type, public :: BTableau

Butcher tableau derived type


Components

Type Visibility Attributes Name Initial
type(RealArray), public, allocatable, dimension(:) :: a

Lower triangular matrix of coefficients

real(kind=rk), public, allocatable, dimension(:) :: b

Coefficients for summing over intermediate values

real(kind=rk), public, allocatable, dimension(:) :: c

Time coefficients