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

Functions/Subroutines

subroutine allocpcmem (level)
 
subroutine setuppcmatrix (useAD, useTranspose, frozenTurb, level)
 
subroutine testpc ()
 
subroutine factorpcmatrix ()
 
subroutine pcmatmult (A, vecX, vecY, ierr)
 
subroutine myshellpcapply (pc, vecX, vecY, ierr)
 
subroutine setpcvec (vecX)
 

Function/Subroutine Documentation

◆ allocpcmem()

subroutine fortranpc::allocpcmem ( integer(kind=inttype), intent(in)  level)

◆ factorpcmatrix()

subroutine fortranpc::factorpcmatrix

Definition at line 539 of file fortranPC.F90.

References utils::echk(), and utils::setpointers().

Here is the call graph for this function:

◆ myshellpcapply()

subroutine fortranpc::myshellpcapply (   pc,
  vecX,
  vecY,
integer(kind=inttype)  ierr 
)

Definition at line 729 of file fortranPC.F90.

◆ pcmatmult()

subroutine fortranpc::pcmatmult (   A,
  vecX,
  vecY,
integer(kind=inttype)  ierr 
)

◆ setpcvec()

subroutine fortranpc::setpcvec (   vecX)

Definition at line 761 of file fortranPC.F90.

References utils::echk(), and utils::setpointers().

Referenced by pcmatmult().

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

◆ setuppcmatrix()

subroutine fortranpc::setuppcmatrix ( logical, intent(in)  useAD,
logical, intent(in)  useTranspose,
logical, intent(in)  frozenTurb,
integer(kind=inttype), intent(in)  level 
)

◆ testpc()

subroutine fortranpc::testpc

Definition at line 478 of file fortranPC.F90.