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

| subroutine oversetutilities_b::fractoweights2 | ( | real(kind=realtype), dimension(3), intent(in) | frac, |
| real(kind=realtype), dimension(8), intent(out) | weights | ||
| ) |
Definition at line 77 of file oversetUtilities_b.f90.
References constants::one.
| subroutine oversetutilities_b::fractoweights_b | ( | real(kind=realtype), dimension(3), intent(in) | frac, |
| real(kind=realtype), dimension(3) | fracd, | ||
| real(kind=realtype), dimension(8) | weights, | ||
| real(kind=realtype), dimension(8) | weightsd | ||
| ) |
Definition at line 15 of file oversetUtilities_b.f90.
References constants::one.
Referenced by oversetcommutilities::updateoversetconnectivity_b().

| subroutine oversetutilities_b::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 483 of file oversetUtilities_b.f90.
References constants::eighth, and constants::one.
Referenced by oversetcommutilities::updateoversetconnectivity_b().

| subroutine oversetutilities_b::newtonupdate_b | ( | real(kind=realtype), dimension(3), intent(in) | xcen, |
| real(kind=realtype), dimension(3) | xcend, | ||
| real(kind=realtype), dimension(3, 3, 3, 3), intent(in) | blk, | ||
| real(kind=realtype), dimension(3, 3, 3, 3) | blkd, | ||
| real(kind=realtype), dimension(3), intent(in) | frac0, | ||
| real(kind=realtype), dimension(3) | frac, | ||
| real(kind=realtype), dimension(3) | fracd | ||
| ) |
Definition at line 96 of file oversetUtilities_b.f90.
References constants::eighth, and constants::one.
Referenced by oversetcommutilities::updateoversetconnectivity_b().
