The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Interpolate a surface Lagrange field.
Public Member Functions | |
procedure | delete (self) |
Delete reconstruction object. | |
procedure | delete (self) |
Delete reconstruction object. | |
procedure | interp (self, cell, f, gop, val) |
Reconstruct field. | |
procedure(oft_bfem_interp), deferred | interp (self, cell, f, gop, val) |
Reconstruct field. | |
procedure | setup (self, lag_rep) |
Retrieve local values for interpolation. | |
procedure | shared_setup (self, source_obj) |
Setup interpolator by linking to another interpolator of the same class. | |
Public Attributes | |
integer(i4) | dim = 0 |
Dimension of field. | |
class(oft_scalar_bfem), pointer | lag_rep => NULL() |
Lagrange FE representation. | |
class(oft_bmesh), pointer | mesh => NULL() |
Mesh for interpolation. | |
logical | own_vals = .TRUE. |
class(bfem_interp), pointer | parent => NULL() |
Parent interpolator. | |
class(oft_vector), pointer | u => NULL() |
Field for interpolation. | |
real(r8), dimension(:), pointer | vals => NULL() |
Local values. | |
procedure delete | ( | class(oft_lag_brinterp), intent(inout) | self | ) |
Delete reconstruction object.
|
inherited |
Delete reconstruction object.
procedure interp | ( | class(oft_lag_brinterp), intent(inout) | self, |
integer(i4), intent(in) | cell, | ||
real(r8), dimension(:), intent(in) | f, | ||
real(r8), dimension(3,3), intent(in) | gop, | ||
real(r8), dimension(:), intent(out) | val | ||
) |
Reconstruct field.
[in] | cell | Cell for interpolation |
[in] | f | Position in cell in logical coord [3] |
[in] | gop | Logical gradient vectors at f [3,3] |
[out] | val | Reconstructed field at f [1] |
|
pure virtualinherited |
Reconstruct field.
procedure setup | ( | class(oft_lag_brinterp), intent(inout) | self, |
class(oft_afem_type), intent(inout), target | lag_rep | ||
) |
Retrieve local values for interpolation.
Fetches local representation used for interpolation from solution vector
procedure shared_setup | ( | class(oft_lag_brinterp), intent(inout) | self, |
class(oft_lag_brinterp), intent(in) | source_obj | ||
) |
Setup interpolator by linking to another interpolator of the same class.
|
inherited |
Dimension of field.
class(oft_scalar_bfem), pointer lag_rep => NULL() |
Lagrange FE representation.
|
inherited |
Mesh for interpolation.
logical own_vals = .TRUE. |
|
inherited |
Parent interpolator.
class(oft_vector), pointer u => NULL() |
Field for interpolation.
real(r8), dimension(:), pointer vals => NULL() |
Local values.