|
procedure | apply (self, a) |
| Zero a H(Curl) + Grad(H^1) vector field at all boundary nodes.
|
|
procedure | apply (self, a) |
| Zero the gradient components of a H(Curl) + Grad(H^1) vector field at all boundary nodes.
|
|
procedure(oft_bc_proto), deferred | apply (self, a) |
| Apply boundary condition to field.
|
|
procedure | delete (self) |
| Zero a H(Curl) + Grad(H^1) vector field at all boundary nodes.
|
|
procedure(oft_bc_delete), deferred | delete (self) |
| Clean-up internal storage.
|
|
◆ apply() [1/3]
Zero a H(Curl) + Grad(H^1) vector field at all boundary nodes.
- Parameters
-
[in,out] | a | Field to be zeroed |
◆ apply() [2/3]
Zero the gradient components of a H(Curl) + Grad(H^1) vector field at all boundary nodes.
- Parameters
-
[in,out] | a | Field 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] | self | Boundary condition object |
[in,out] | a | Field to apply BC to |
◆ delete() [1/2]
Zero a H(Curl) + Grad(H^1) vector field at all boundary nodes.
◆ 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] | self | Boundary condition object |
◆ ml_hcurl_grad_rep
The documentation for this type was generated from the following file: