|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Interpolate a Taylor state field.
Taylor state fields consist of a gradient component, the vacuum field, and a curl component, the plasma 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 field. | |
| procedure | setup (self) |
| Setup reconstruction object. | |
| procedure | setup (self) |
| Retrieve local values for interpolation. | |
Public Attributes | |
| real(r8), dimension(:), pointer | acurl => NULL() |
| Local vector potential. | |
| integer(i4) | dim = 0 |
| Dimension of field. | |
| class(oft_hcurl_fem), pointer | hcurl_rep => NULL() |
| H1(Curl) FE representation. | |
| class(oft_h0_fem), pointer | hgrad_rep => NULL() |
| H1(Grad) FE representation. | |
| class(fem_interp), pointer | parent => NULL() |
| Parent interpolator. | |
| class(oft_vector), pointer | ua => NULL() |
| Plasma vector potential. | |
| class(oft_vector), pointer | uvac => NULL() |
| Vacuum magnectic field. | |
| real(r8), dimension(:), pointer | vac_curl => NULL() |
| Local vacuum field (curl) | |
| real(r8), dimension(:), pointer | vac_grad => NULL() |
| Local vacuum field (gradient) | |
|
inherited |
Delete reconstruction object.
|
pure virtualinherited |
Reconstruct field.
| procedure interp | ( | class(oft_taylor_rinterp), 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 | Possition in cell in logical coord [4] |
| [in] | gop | Logical gradient vectors at f [3,4] |
| [out] | val | Reconstructed field at f [3] |
|
inherited |
Setup reconstruction object.
| procedure setup | ( | class(oft_taylor_rinterp), intent(inout) | self | ) |
Retrieve local values for interpolation.
Fetches local representation used for interpolation from vector object
| real(r8), dimension(:), pointer acurl => NULL() |
Local vector potential.
|
inherited |
Dimension of field.
| class(oft_hcurl_fem), pointer hcurl_rep => NULL() |
H1(Curl) FE representation.
| class(oft_h0_fem), pointer hgrad_rep => NULL() |
H1(Grad) FE representation.
|
inherited |
Parent interpolator.
| class(oft_vector), pointer ua => NULL() |
Plasma vector potential.
| class(oft_vector), pointer uvac => NULL() |
Vacuum magnectic field.
| real(r8), dimension(:), pointer vac_curl => NULL() |
Local vacuum field (curl)
| real(r8), dimension(:), pointer vac_grad => NULL() |
Local vacuum field (gradient)