The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Zero tangential component of vector Lagrange FE vector at all global boundary nodes.
Public Member Functions | |
procedure | apply (self, a) |
Zero all components of vector on boundary nodes. | |
procedure | apply (self, a) |
Zero tangential component of vector on boundary nodes. | |
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_comp_type), pointer | ml_vlag_rep => NULL() |
FE representation. | |
|
inherited |
Zero all components of vector on boundary nodes.
[in,out] | a | Field to be zeroed |
procedure apply | ( | class(oft_vlag_zerot), intent(inout) | self, |
class(oft_vector), intent(inout) | a | ||
) |
Zero tangential component of vector on boundary nodes.
[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.