The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
oft_hcurl_orthog Type Referenceabstract

Detailed Description

Orthogonalize a H(Curl) vector against a library of given modes.

Inheritance diagram for oft_hcurl_orthog:
Inheritance graph
[legend]

Public Member Functions

procedure apply (self, a)
 Perform orthoganlization.
 
procedure(oft_bc_proto), deferred apply (self, a)
 Apply boundary condition to field.
 
procedure delete (self)
 Clean-up internal variables.
 
procedure(oft_bc_delete), deferred delete (self)
 Clean-up internal storage.
 

Public Attributes

class(oft_ml_fem_type), pointer ml_hcurl_rep => NULL()
 
integer(i4nm = 0
 Number of modes to orthogonalize against.
 
type(oft_vector_ptr), dimension(:,:), pointer orthog => NULL()
 Library of modes.
 
class(oft_matrix), pointer wop => NULL()
 H(Curl) \( \nabla \times \nabla \times \), used as metric.
 

Member Function/Subroutine Documentation

◆ apply() [1/2]

procedure apply ( class(oft_hcurl_orthog), intent(inout)  self,
class(oft_vector), intent(inout)  a 
)

Perform orthoganlization.

Note
Used as a member function of oft_hcurl_orthog only
Parameters
[in,out]aField to orthogonalize

◆ apply() [2/2]

procedure(oft_bc_proto), deferred apply ( class(oft_solver_bc), intent(inout)  self,
class(oft_vector), intent(inout)  a 
)
pure virtualinherited

Apply boundary condition to field.

Parameters
[in,out]selfBoundary condition object
[in,out]aField to apply BC to

◆ delete() [1/2]

procedure delete ( class(oft_hcurl_orthog), intent(inout)  self)

Clean-up internal variables.

Note
Used as a member function of oft_hcurl_orthog only

◆ delete() [2/2]

procedure(oft_bc_delete), deferred delete ( class(oft_solver_bc), intent(inout)  self)
pure virtualinherited

Clean-up internal storage.

Parameters
[in,out]selfBoundary condition object

Member Data Documentation

◆ ml_hcurl_rep

class(oft_ml_fem_type), pointer ml_hcurl_rep => NULL()

◆ nm

integer(i4) nm = 0

Number of modes to orthogonalize against.

◆ orthog

type(oft_vector_ptr), dimension(:,:), pointer orthog => NULL()

Library of modes.

◆ wop

class(oft_matrix), pointer wop => NULL()

H(Curl) \( \nabla \times \nabla \times \), used as metric.


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