The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Zero Lagrange FE vector at all global grounding node(s)
Public Member Functions | |
procedure | apply (self, a) |
Zero field on boundary nodes. | |
procedure | apply (self, a) |
Zero field at grounding node(s) | |
procedure(oft_bc_proto), deferred | apply (self, a) |
Apply boundary condition to field. | |
procedure | delete (self) |
Destroy BC object. | |
procedure(oft_bc_delete), deferred | delete (self) |
Clean-up internal storage. | |
Public Attributes | |
class(oft_ml_fem_type), pointer | ml_lag_rep => NULL() |
FE representation. | |
|
inherited |
Zero field on boundary nodes.
[in,out] | a | Field to be zeroed |
procedure apply | ( | class(oft_lag_zerogrnd), intent(inout) | self, |
class(oft_vector), intent(inout) | a | ||
) |
Zero field at grounding node(s)
[in,out] | a | Field to be zeroed |
|
pure virtualinherited |
Apply boundary condition to field.
[in,out] | self | Boundary condition object |
[in,out] | a | Field to apply BC to |
|
inherited |
Destroy BC object.
|
pure virtualinherited |
Clean-up internal storage.
[in,out] | self | Boundary condition object |
|
inherited |
FE representation.