ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Modules | Functions/Subroutines
adtBuild.F90 File Reference

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)
 

Function/Subroutine Documentation

◆ setsurfacepointers()

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().

Here is the caller graph for this function:

◆ setvolumepointers()

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().

Here is the caller graph for this function: