Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | M | ||||
integer, | public | :: | N | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:,:) | :: | avgBoundary | |||
type(c_ptr), | public | :: | avgBoundary_gpu | ||||
character(len=3), | public | :: | backend | = | "gpu" | ||
type(c_ptr), | public | :: | blas_handle | ||||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:,:) | :: | boundary | |||
real(kind=prec), | public, | pointer, contiguous, dimension(:,:,:,:,:) | :: | boundaryNormal | |||
type(c_ptr), | public | :: | boundaryNormal_gpu | ||||
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(c_ptr), | public | :: | interpWork1 | ||||
type(c_ptr), | public | :: | interpWork2 | ||||
type(Metadata), | public, | allocatable | :: | meta(:) | |||
integer, | public | :: | nElem | ||||
integer, | public | :: | nVar |
procedure, public :: AverageSides => AverageSides_Vector3D | |
procedure, public :: BoundaryInterp => BoundaryInterp_Vector3D | |
generic, public :: Curl => Curl_Vector3D_t | |
generic, public :: Divergence => Divergence_Vector3D_t, Divergence_Vector3D | |
procedure, private :: Divergence_Vector3D | |
procedure, public :: Free => Free_Vector3D | |
generic, public :: Gradient => Gradient_Vector3D_t, Gradient_Vector3D | |
procedure, private :: Gradient_Vector3D | |
generic, public :: GridInterp => GridInterp_Vector3D_t, GridInterp_Vector3D | |
procedure, private :: GridInterp_Vector3D | |
procedure, public :: Init => Init_Vector3D | |
procedure, public :: SetDescription => SetDescription_DataObj | |
generic, public :: SetEquation => SetEquation_DataObj, SetEquation_Vector3D_t | |
procedure, public :: SetName => SetName_DataObj | |
procedure, public :: SetUnits => SetUnits_DataObj | |
procedure, public :: UpdateDevice => UpdateDevice_Vector3D | |
procedure, public :: UpdateHost => UpdateHost_Vector3D | |
generic, public :: WriteHDF5 => WriteHDF5_MPI_Vector3D_t, WriteHDF5_Vector3D_t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(in) | :: | this | |||
type(c_ptr), | intent(inout) | :: | df |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(in) | :: | this | |||
type(c_ptr), | intent(inout) | :: | df |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this | |||
type(c_ptr), | intent(inout) | :: | f |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Vector3D), | intent(inout) | :: | this |