Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree | global treelm mesh info |
||
type(atl_boundary_type), | intent(inout) | :: | bc(:) | Global description of all boundaries |
||
type(atl_level_boundary_type), | intent(in) | :: | boundary_list(tree%global%minLevel:tree%global%maxLevel) | The created boundary information. |
||
integer, | intent(in) | :: | nDim | |||
type(tem_varSys_type), | intent(in) | :: | varSys | The variable system to obtain the variable from. |
||
type(ply_poly_project_type), | intent(inout), | target | :: | poly_proj_list(:) | unique list for projection methods |
|
type(atl_cube_elem_type), | intent(in) | :: | mesh_list(tree%global%minLevel:tree%global%maxLevel) | The mesh you are using. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLevel | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | iBc | ||||
integer, | private | :: | nFaces | ||||
integer, | private | :: | nQuadPnts | ||||
integer, | private, | allocatable | :: | idx(:) | |||
real(kind=rk), | private, | allocatable | :: | BCPnts(:,:) | |||
character, | private, | allocatable | :: | BCoffsetBit(:) | |||
type(ply_poly_project_type), | private, | pointer | :: | poly_proj | |||
integer, | private | :: | varPos |