|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
#include <petsc/finclude/petsc.h>
Go to the source code of this file.
Modules | |
| module | cartmesh |
Functions/Subroutines | |
| subroutine | cartmesh::createcartmesh (level, sps) |
| subroutine | addseed (i, j, k) |
| logical function | onblock (i, j, k) |
| subroutine | cartmesh::writecartmesh (blankVec, cellDims, xMin, h) |
| subroutine | cartmesh::triplefactor (N, s) |
| subroutine | cartmesh::largefactor (N, f1, f2) |
| subroutine createcartmesh::addseed | ( | integer(kind=inttype), intent(in) | i, |
| integer(kind=inttype), intent(in) | j, | ||
| integer(kind=inttype), intent(in) | k | ||
| ) |
Definition at line 853 of file cartMesh.F90.
Referenced by cartmesh::createcartmesh(), and floodinteriorcells().

| logical function createcartmesh::onblock | ( | integer(kind=inttype), intent(in) | i, |
| integer(kind=inttype), intent(in) | j, | ||
| integer(kind=inttype), intent(in) | k | ||
| ) |
Definition at line 861 of file cartMesh.F90.
References onblock().
