|
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 | determinedonors (level, sps, fringeList, nFringe, useWall) |
| subroutine determinedonors | ( | integer(kind=inttype), intent(in) | level, |
| integer(kind=inttype), intent(in) | sps, | ||
| type(fringetype), dimension(nfringe), intent(inout) | fringeList, | ||
| integer(kind=inttype), intent(in) | nFringe, | ||
| logical, intent(in) | useWall | ||
| ) |
Definition at line 9 of file determineDonors.F90.
References communication::adflow_comm_world, oversetdata::clusters, oversetutilities::computefringeprocarray(), utils::echk(), block::flowdoms, communication::myid, oversetdata::nclusters, oversetdata::ndomtotal, communication::nproc, oversetutilities::qsortfringetype(), communication::recvrequests, communication::sendrequests, oversetutilities::setisdonor(), oversetutilities::setiswalldonor(), utils::setpointers(), constants::sortbydonor, and oversetutilities::unwindindex().
Referenced by oversetapi::oversetcomm().

