The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
oft_vlag_zeron Type Referenceabstract

Detailed Description

Zero normal component of vector Lagrange FE vector at all global boundary nodes.

Inheritance diagram for oft_vlag_zeron:

Public Member Functions

procedure apply (self, a)
 Zero all components of vector on boundary nodes.
procedure apply (self, a)
 Zero normal 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.

Member Function/Subroutine Documentation

◆ apply() [1/3]

procedure apply ( class(oft_vlag_zerob), intent(inout) self,
class(oft_vector), intent(inout) a )
inherited

Zero all components of vector on boundary nodes.

Parameters
[in,out]aField to be zeroed

◆ apply() [2/3]

procedure apply ( class(oft_vlag_zeron), intent(inout) self,
class(oft_vector), intent(inout) a )

Zero normal component of vector on boundary nodes.

Parameters
[in,out]aField to be zeroed

◆ apply() [3/3]

procedure(oft_bc_proto), deferred apply ( class(oft_solver_bc), intent(inout) self,
class(oft_vector), intent(inout) a )
pure virtualinherited

Apply boundary condition to field.

Parameters
[in,out]selfBoundary condition object
[in,out]aField to apply BC to

◆ delete() [1/2]

procedure delete ( class(oft_vlag_zerob), intent(inout) self)
inherited

Destroy BC object.

◆ delete() [2/2]

procedure(oft_bc_delete), deferred delete ( class(oft_solver_bc), intent(inout) self)
pure virtualinherited

Clean-up internal storage.

Parameters
[in,out]selfBoundary condition object

Member Data Documentation

◆ ml_vlag_rep

class(oft_ml_fem_comp_type), pointer ml_vlag_rep => NULL()
inherited

FE representation.


The documentation for this type was generated from the following file: