ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Functions/Subroutines
cartmesh Module Reference

Functions/Subroutines

subroutine createcartmesh (level, sps)
 
subroutine writecartmesh (blankVec, cellDims, xMin, h)
 
subroutine triplefactor (N, s)
 
subroutine largefactor (N, f1, f2)
 

Function/Subroutine Documentation

◆ createcartmesh()

subroutine cartmesh::createcartmesh ( integer(kind=inttype), intent(in)  level,
integer(kind=inttype), intent(in)  sps 
)

◆ largefactor()

subroutine cartmesh::largefactor ( integer(kind=inttype)  N,
integer(kind=inttype)  f1,
integer(kind=inttype)  f2 
)

Definition at line 1011 of file cartMesh.F90.

Referenced by triplefactor().

Here is the caller graph for this function:

◆ triplefactor()

subroutine cartmesh::triplefactor ( integer(kind=inttype), intent(in)  N,
integer(kind=inttype), dimension(3), intent(out)  s 
)

Definition at line 978 of file cartMesh.F90.

References largefactor(), and sorting::qsortintegers().

Referenced by createcartmesh().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writecartmesh()

subroutine cartmesh::writecartmesh (   blankVec,
integer(kind=inttype), dimension(3), intent(in)  cellDims,
real(kind=realtype), dimension(3), intent(in)  xMin,
real(kind=realtype), intent(in)  h 
)

Definition at line 877 of file cartMesh.F90.

References utils::echk(), and communication::myid.

Referenced by createcartmesh().

Here is the call graph for this function:
Here is the caller graph for this function: