The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Interpolation class for a uniform vector field.
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 magnetic field. | |
Public Attributes | |
integer(i4) | dim = 0 |
Dimension of field. | |
class(oft_mesh), pointer | mesh => NULL() |
Mesh for interpolation. | |
integer(i4) | n =3 |
class(fem_interp), pointer | parent => NULL() |
Parent interpolator. | |
Static Public Attributes | |
procedure(poss_vec_eval), pointer, nopass | func => NULL() |
|
inherited |
Delete reconstruction object.
|
pure virtualinherited |
Reconstruct field.
procedure interp | ( | class(poss_vec_field), 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 magnetic field.
|
inherited |
Dimension of field.
|
static |
|
inherited |
Mesh for interpolation.
integer(i4) n =3 |
|
inherited |
Parent interpolator.