This routine setup indices for boundary variables in bc_State_type pntIndex for the points on which boundaries are treated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(boundary_type), | intent(inout), | target | :: | bc | Field boundary type |
|
type(glob_boundary_type), | intent(in) | :: | globBC | for number of elements in boundary and position in buffer |
||
type(treelmesh_type), | intent(in) | :: | tree | global treelm mesh |
||
type(tem_stencilHeader_type), | intent(in) | :: | stencil | for directions |
||
type(tem_levelDesc_type), | intent(in) | :: | levelDesc(minLevel:maxLevel) | global pdf type |
||
type(tem_varSys_type), | intent(in) | :: | varSys | Global variable system |
||
integer, | intent(in) | :: | minLevel | Min and Max level in mesh |
||
integer, | intent(in) | :: | maxLevel | Min and Max level in mesh |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nPoints | Number of points |
|||
real(kind=rk), | private, | allocatable | :: | points(:,:) | 3-d real coordinates on which boundary variables are evaluated |
||
character, | private, | allocatable | :: | offset_bit(:) | Offset bit encodes direction of boundary. used by apesmate to translate space coordinate in the offset direction to determine the treeID in remote domain |
||
integer, | private, | allocatable | :: | idx(:) | |||
integer, | private | :: | iLevel | ||||
integer, | private | :: | iVar | ||||
character(len=labelLen), | private | :: | bc_varName | ||||
type(tem_bc_state_type), | private, | pointer | :: | bc_state | => | NULL() | |
character(len=pathLen), | private | :: | isSurface |