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

Detailed Description

Base class for OFT solver boundary condition.

Inheritance diagram for oft_solver_bc:

Public Member Functions

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

Member Function/Subroutine Documentation

◆ apply()

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

Apply boundary condition to field.

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

◆ delete()

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

Clean-up internal storage.

Parameters
[in,out]selfBoundary condition object

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