ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Modules | Functions/Subroutines
cartMesh.F90 File Reference
#include <petsc/finclude/petsc.h>
Include dependency graph for cartMesh.F90:

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)
 

Function/Subroutine Documentation

◆ addseed()

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

Here is the caller graph for this function:

◆ onblock()

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

Here is the call graph for this function: