Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | M | ||||
integer, | public | :: | N | ||||
character(len=3), | public | :: | backend | = | "gpu" | ||
type(c_ptr), | public | :: | blas_handle | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:,:) | :: | boundary | |||
type(c_ptr), | public | :: | boundary_gpu | ||||
type(EquationParser), | public, | allocatable | :: | eqn(:) | |||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:,:) | :: | extBoundary | |||
type(c_ptr), | public | :: | extBoundary_gpu | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:,:) | :: | interior | |||
type(c_ptr), | public | :: | interior_gpu | ||||
type(Lagrange), | public, | pointer | :: | interp | |||
type(Metadata), | public, | allocatable | :: | meta(:) | |||
integer, | public | :: | nElem | ||||
integer, | public | :: | nVar |
procedure, public :: BoundaryInterp => BoundaryInterp_Tensor2D_t | |
generic, public :: Determinant => Determinant_Tensor2D_t | |
procedure, public :: Free => Free_Tensor2D | |
procedure, public :: Init => Init_Tensor2D | |
procedure, public :: SetDescription => SetDescription_DataObj | |
generic, public :: SetEquation => SetEquation_DataObj | |
procedure, public :: SetName => SetName_DataObj | |
procedure, public :: SetUnits => SetUnits_DataObj | |
procedure, public :: UpdateDevice => UpdateDevice_Tensor2D | |
procedure, public :: UpdateHost => UpdateHost_Tensor2D |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tensor2D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tensor2D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Tensor2D), | intent(inout) | :: | this |