|
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.
Modules | |
| module | adtbuild |
Functions/Subroutines | |
| subroutine | adtbuild::buildadt (ADT) |
| subroutine | adtbuild::buildsurfaceadt (nTria, nQuads, nNodes, coor, triaConn, quadsConn, BBox, useBBox, comm, adtID) |
| subroutine | setsurfacepointers (ll) |
| subroutine | adtbuild::buildvolumeadt (nTetra, nPyra, nPrisms, nHexa, nNodes, coor, tetraConn, pyraConn, prismsConn, hexaConn, BBox, useBBox, comm, adtID) |
| subroutine | setvolumepointers (ll) |
| subroutine | adtbuild::buildserialhex (nHexa, nNodes, coor, hexaConn, ADT) |
| subroutine | adtbuild::destroyserialhex (ADT) |
| subroutine | adtbuild::buildserialquad (nQuad, nNodes, coor, quadsConn, ADT) |
| subroutine | adtbuild::destroyserialquad (ADT) |
| subroutine buildsurfaceadt::setsurfacepointers | ( | integer, intent(in) | ll | ) |
Definition at line 730 of file adtBuild.F90.
References constants::adtquadrilateral, and constants::adttriangle.
Referenced by adtbuild::buildsurfaceadt().

| subroutine buildvolumeadt::setvolumepointers | ( | integer, intent(in) | ll | ) |
Definition at line 1106 of file adtBuild.F90.
References constants::adthexahedron, constants::adtprism, constants::adtpyramid, and constants::adttetrahedron.
Referenced by adtbuild::buildvolumeadt().
