Specifies boundary conditions for a given variable
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=str8), | public | :: | name |
Name of variable |
|||
| integer, | public | :: | type | = | BC_UNDEFINED |
Type of BC |
|
| real(kind=wp), | public, | pointer | :: | val(:,:,:) | => | null() |
Values on the parent region |
type :: bc_obj !> Specifies boundary conditions for a given variable character(str8) :: name !! Name of variable integer :: type = BC_UNDEFINED !! Type of BC real(wp), pointer :: val(:,:,:) => null() !! Values on the parent region end type bc_obj