|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Interpolate \( \nabla \times \) of a Lagrange vector field.

Public Member Functions | |
| procedure | delete (self) |
| Delete reconstruction object. | |
| procedure | delete (self) |
| Destroy interpolation object. | |
| procedure(oft_fem_interp), deferred | interp (self, cell, f, gop, val) |
| Reconstruct field. | |
| procedure | interp (self, cell, f, gop, val) |
| Reconstruct field. | |
| procedure | interp (self, cell, f, gop, val) |
| Reconstruct field. | |
| procedure | setup (self, lag_rep) |
| Retrieve local values for interpolation. | |
Public Attributes | |
| integer(i4), dimension(:), pointer | cache_cell => NULL() |
| real(r8), dimension(:,:,:), pointer | cache_vals => NULL() |
| integer(i4) | dim = 0 |
| Dimension of field. | |
| class(oft_scalar_fem), pointer | lag_rep => NULL() |
| Lagrange FE representation. | |
| class(oft_mesh), pointer | mesh => NULL() |
| Mesh for interpolation. | |
| class(fem_interp), pointer | parent => NULL() |
| Parent interpolator. | |
| class(oft_vector), pointer | u => NULL() |
| Field for interpolation. | |
| real(r8), dimension(:,:), pointer | vals => NULL() |
| Local values. | |
|
inherited |
Delete reconstruction object.
|
inherited |
Destroy interpolation object.
|
pure virtualinherited |
Reconstruct field.
|
inherited |
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 [3] |
| procedure interp | ( | class(oft_lag_vcinterp), 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 [3] |
|
inherited |
Retrieve local values for interpolation.
Fetches local representation used for interpolation from vector object
|
inherited |
|
inherited |
|
inherited |
Dimension of field.
|
inherited |
Lagrange FE representation.
|
inherited |
Mesh for interpolation.
|
inherited |
Parent interpolator.
|
inherited |
Field for interpolation.
|
inherited |
Local values.