Fetches a pointer to the val array describing the Dirichlet or Neumann BC of a given variable on a given region.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_set), | intent(in) | :: | this |
Boundary conditions |
||
character(len=*), | intent(in) | :: | region |
Region name |
||
character(len=*), | intent(in) | :: | var |
Variable name |
||
real(kind=wp), | intent(inout), | pointer | :: | val(:,:,:) |
Pointer |