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

Detailed Description

Base class for interpolation of a FE field.

Inheritance diagram for fem_interp:

Public Member Functions

procedure delete (self)
 Delete reconstruction object.
procedure(oft_fem_interp), deferred interp (self, cell, f, gop, val)
 Reconstruct field.

Public Attributes

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)

Delete reconstruction object.

◆ interp()

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 virtual

Reconstruct field.

Member Data Documentation

◆ dim

integer(i4) dim = 0

Dimension of field.

◆ mesh

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

Mesh for interpolation.

◆ parent

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

Parent interpolator.


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