The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Base class for OFT solver boundary condition.
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. | |
|
pure virtual |
Apply boundary condition to field.
[in,out] | self | Boundary condition object |
[in,out] | a | Field to apply BC to |
|
pure virtual |
Clean-up internal storage.
[in,out] | self | Boundary condition object |