The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Interpolator for dot-product of two fields.
Public Member Functions | |
procedure | delete (self) |
Delete reconstruction object. | |
procedure(oft_fem_interp), deferred | interp (self, cell, f, gop, val) |
Reconstruct field. | |
procedure | interp (self, cell, f, gop, val) |
Reconstruct field. | |
Public Attributes | |
class(fem_interp), pointer | a => NULL() |
Field 1. | |
class(fem_interp), pointer | b => NULL() |
Field 2. | |
integer(i4) | dim = 0 |
Dimension of field. | |
class(oft_mesh), pointer | mesh => NULL() |
Mesh for interpolation. | |
class(fem_interp), pointer | parent => NULL() |
Parent interpolator. | |
|
inherited |
Delete reconstruction object.
|
pure virtualinherited |
Reconstruct field.
procedure interp | ( | class(dot_interp), intent(inout) | self, |
integer(i4), intent(in) | cell, | ||
real(r8), dimension(:), intent(in) | f, | ||
real(r8), dimension(3,4), intent(in) | gop, | ||
real(r8), dimension(:), intent(out) | val | ||
) |
Reconstruct field.
[in] | cell | Cell for interpolation |
[in] | f | Position in cell in logical coord [4] |
[in] | gop | Logical gradient vectors at f [3,4] |
[out] | val | Reconstructed field at f [1] |
class(fem_interp), pointer a => NULL() |
Field 1.
class(fem_interp), pointer b => NULL() |
Field 2.
|
inherited |
Dimension of field.
|
inherited |
Mesh for interpolation.
|
inherited |
Parent interpolator.