The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
dot_interp Type Referenceabstract

Detailed Description

Interpolator for dot-product of two fields.

Inheritance diagram for dot_interp:

Public Member Functions

procedure delete (self)
 Delete reconstruction object.
procedure interp (self, cell, f, gop, val)
 Reconstruct field.
procedure(oft_fem_interp), deferred 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(i4dim = 0
 Dimension of field.
class(oft_mesh), pointer mesh => NULL()
 Mesh for interpolation.
class(fem_interp), pointer parent => NULL()
 Parent interpolator.

Member Function/Subroutine Documentation

◆ delete()

procedure delete ( class(fem_interp), intent(inout) self)
inherited

Delete reconstruction object.

◆ interp() [1/2]

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.

Parameters
[in]cellCell for interpolation
[in]fPosition in cell in logical coord [4]
[in]gopLogical gradient vectors at f [3,4]
[out]valReconstructed field at f [1]

◆ interp() [2/2]

procedure(oft_fem_interp), deferred interp ( class(fem_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 )
pure virtualinherited

Reconstruct field.

Member Data Documentation

◆ a

class(fem_interp), pointer a => NULL()

Field 1.

◆ b

class(fem_interp), pointer b => NULL()

Field 2.

◆ dim

integer(i4) dim = 0
inherited

Dimension of field.

◆ mesh

class(oft_mesh), pointer mesh => NULL()
inherited

Mesh for interpolation.

◆ parent

class(fem_interp), pointer parent => NULL()
inherited

Parent interpolator.


The documentation for this type was generated from the following file: