The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Orthogonalize a H(Curl) + Grad(H^1) vector field by zeroing the gradient subspace.
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. | |
procedure apply | ( | class(oft_hcurl_grad_gzero), intent(inout) | self, |
class(oft_vector), intent(inout) | a | ||
) |
Perform orthoganlization.
|
pure virtualinherited |
Apply boundary condition to field.
[in,out] | self | Boundary condition object |
[in,out] | a | Field to apply BC to |
procedure delete | ( | class(oft_hcurl_grad_gzero), intent(inout) | self | ) |
Clean-up internal variables.
|
pure virtualinherited |
Clean-up internal storage.
[in,out] | self | Boundary condition object |