|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Functions/Subroutines | |
| subroutine | fractoweights_d (frac, fracd, weights, weightsd) |
| subroutine | fractoweights (frac, weights) |
| subroutine | fractoweights2 (frac, weights) |
| subroutine | newtonupdate_d (xcen, xcend, blk, blkd, frac0, frac, fracd) |
| subroutine | newtonupdate (xcen, blk, frac0, frac) |
| subroutine oversetutilities_d::fractoweights | ( | real(kind=realtype), dimension(3), intent(in) | frac, |
| real(kind=realtype), dimension(8), intent(out) | weights | ||
| ) |
Definition at line 57 of file oversetUtilities_d.f90.
References constants::one.
| subroutine oversetutilities_d::fractoweights2 | ( | real(kind=realtype), dimension(3), intent(in) | frac, |
| real(kind=realtype), dimension(8), intent(out) | weights | ||
| ) |
Definition at line 72 of file oversetUtilities_d.f90.
References constants::one.
| subroutine oversetutilities_d::fractoweights_d | ( | real(kind=realtype), dimension(3), intent(in) | frac, |
| real(kind=realtype), dimension(3), intent(in) | fracd, | ||
| real(kind=realtype), dimension(8), intent(out) | weights, | ||
| real(kind=realtype), dimension(8), intent(out) | weightsd | ||
| ) |
Definition at line 15 of file oversetUtilities_d.f90.
References constants::one.
Referenced by oversetcommutilities::updateoversetconnectivity_d().

| subroutine oversetutilities_d::newtonupdate | ( | real(kind=realtype), dimension(3), intent(in) | xcen, |
| real(kind=realtype), dimension(3, 3, 3, 3), intent(in) | blk, | ||
| real(kind=realtype), dimension(3), intent(in) | frac0, | ||
| real(kind=realtype), dimension(3), intent(out) | frac | ||
| ) |
Definition at line 339 of file oversetUtilities_d.f90.
References constants::eighth, and constants::one.
| subroutine oversetutilities_d::newtonupdate_d | ( | real(kind=realtype), dimension(3), intent(in) | xcen, |
| real(kind=realtype), dimension(3), intent(in) | xcend, | ||
| real(kind=realtype), dimension(3, 3, 3, 3), intent(in) | blk, | ||
| real(kind=realtype), dimension(3, 3, 3, 3), intent(in) | blkd, | ||
| real(kind=realtype), dimension(3), intent(in) | frac0, | ||
| real(kind=realtype), dimension(3), intent(out) | frac, | ||
| real(kind=realtype), dimension(3), intent(out) | fracd | ||
| ) |
Definition at line 91 of file oversetUtilities_d.f90.
References constants::eighth, and constants::one.
Referenced by oversetcommutilities::updateoversetconnectivity_d().
