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

Detailed Description

Base class for OFT solver boundary condition.

Inheritance diagram for oft_solver_bc:
Inheritance graph
[legend]

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: