|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | buildclusterwalls (level, sps, useDual, walls, famList, nFamList) |
| subroutine buildclusterwalls | ( | integer(kind=inttype), intent(in) | level, |
| integer(kind=inttype), intent(in) | sps, | ||
| logical, intent(in) | useDual, | ||
| type(oversetwall), dimension(nclusters), intent(inout), target | walls, | ||
| integer(kind=inttype), dimension(nfamlist), intent(in) | famList, | ||
| integer(kind=inttype), intent(in) | nFamList | ||
| ) |
Definition at line 1 of file buildClusterWalls.F90.
References communication::adflow_comm_world, blockpointers::bcfaceid, adtbuild::buildserialquad(), oversetdata::clusters, oversetdata::cumdomproc, utils::echk(), sorting::faminlist(), warping::getcgnsmeshindices(), blockpointers::globalcell, blockpointers::globalnode, blockpointers::ie, blockpointers::il, blockpointers::je, blockpointers::jl, blockpointers::ke, blockpointers::kl, communication::myid, blockpointers::nbocos, oversetdata::nclusters, communication::nproc, utils::pointreduce(), blockpointers::righthanded, utils::setpointers(), and blockpointers::x.
Referenced by walldistance::determinewallassociation(), gapboundaries::makegapboundarystrings(), and oversetapi::oversetcomm().

