|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Data Types | |
| type | indirecthalotype |
| interface | operator(<=) |
| interface | operator(<) |
Variables | |
| integer(kind=inttype) | nindhalo |
| type(indirecthalotype), dimension(:), allocatable | indhalo |
| integer(kind=inttype) | nlevofind |
| integer(kind=inttype), dimension(:), allocatable | nhaloperlev |
| integer(kind=inttype), dimension(:), allocatable | nhaloperproc |
| type(indirecthalotype), dimension(:), allocatable indirecthalo::indhalo |
Definition at line 50 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::closestdirecthalos(), pointmatchedcommpattern::determineindirecthalos(), pointmatchedcommpattern::fillsendbuf(), pointmatchedcommpattern::indirecthalosperlevel(), and pointmatchedcommpattern::storehalosinlist().
| integer(kind=inttype), dimension(:), allocatable indirecthalo::nhaloperlev |
Definition at line 64 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determineindirecthalos(), pointmatchedcommpattern::fillsendbuf(), pointmatchedcommpattern::indirecthalosperlevel(), and pointmatchedcommpattern::storehalosinlist().
| integer(kind=inttype), dimension(:), allocatable indirecthalo::nhaloperproc |
Definition at line 65 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determineindirecthalos(), pointmatchedcommpattern::fillsendbuf(), pointmatchedcommpattern::indirecthalosperlevel(), and pointmatchedcommpattern::storehalosinlist().
| integer(kind=inttype) indirecthalo::nindhalo |
Definition at line 49 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::closestdirecthalos(), and pointmatchedcommpattern::determineindirecthalos().
| integer(kind=inttype) indirecthalo::nlevofind |
Definition at line 63 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determineindirecthalos().