Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | M | ||||
integer, | public | :: | N | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:) | :: | avgBoundary | |||
character(len=3), | public | :: | backend | = | "apu" | ||
type(c_ptr), | public | :: | blas_handle | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:) | :: | boundary | |||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:) | :: | boundarynormal | |||
type(EquationParser), | public, | allocatable | :: | eqn(:) | |||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:) | :: | extBoundary | |||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:) | :: | interior | |||
type(Lagrange), | public, | pointer | :: | interp | |||
type(Metadata), | public, | allocatable | :: | meta(:) | |||
integer, | public | :: | nElem | ||||
integer, | public | :: | nVar |
procedure, public :: AverageSides => AverageSides_Scalar1D_t | |
procedure, public :: BoundaryInterp => BoundaryInterp_Scalar1D | |
generic, public :: Derivative => Derivative_Scalar1D_t | |
procedure, public :: Free => Free_Scalar1D | |
generic, public :: GridInterp => GridInterp_Scalar1D_t | |
procedure, public :: Init => Init_Scalar1D | |
procedure, public :: SetDescription => SetDescription_DataObj | |
generic, public :: SetEquation => SetEquation_DataObj | |
procedure, public :: SetName => SetName_DataObj | |
procedure, public :: SetUnits => SetUnits_DataObj | |
procedure, public :: UpdateDevice => UpdateDevice_Scalar1D_t | |
procedure, public :: UpdateHost => UpdateHost_Scalar1D_t | |
generic, public :: WriteHDF5 => WriteHDF5_Scalar1D_t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Scalar1D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Scalar1D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Scalar1D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Scalar1D), | intent(inout) | :: | this |