| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | M | ||||
| integer, | public | :: | N | ||||
| character(len=3), | public | :: | backend | = | "cpu" | ||
| type(EquationParser), | public, | allocatable | :: | eqn(:) | |||
| type(SEMHex), | public, | pointer | :: | geometry | => | null() | |
| logical, | public | :: | geometry_associated | = | .false. | ||
| 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 :: AssociateGeometry => AssociateGeometry_MappedTwoPointVector3D_t | |
| procedure, public :: DissociateGeometry => DissociateGeometry_MappedTwoPointVector3D_t | |
| generic, public :: Divergence => Divergence_TwoPointVector3D_t | |
| procedure, public :: Free => Free_TwoPointVector3D_t | |
| procedure, public :: Init => Init_TwoPointVector3D_t | |
| generic, public :: MappedDivergence => MappedDivergence_MappedTwoPointVector3D_t, MappedDivergence_MappedTwoPointVector3D | |
| procedure, private :: MappedDivergence_MappedTwoPointVector3D | |
| procedure, public :: SetDescription => SetDescription_DataObj | |
| generic, public :: SetEquation => SetEquation_DataObj | |
| procedure, public :: SetName => SetName_DataObj | |
| procedure, public :: SetUnits => SetUnits_DataObj | |
| procedure, public :: UpdateDevice => UpdateDevice_TwoPointVector3D_t | |
| procedure, public :: UpdateHost => UpdateHost_TwoPointVector3D_t |
GPU implementation of the physical-space split-form divergence for a 3-D two-point vector on a curvilinear mesh.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MappedTwoPointVector3D), | intent(inout) | :: | this | |||
| type(c_ptr), | intent(out) | :: | df |