[root]/Packages/Uintah/CCA/Components/Arches/fortran
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 28 (100.0%) | 0 (-) | 0.0 |
removed fortran code fort_mmenthalpybc()
- It's identical to fort_mmwallbc()
- replaced calls to fort_mmenthalpybc() -> fort_mmwallbc()
0 lines of code changed in 4 files:
-removed fortran routine fort_mmscalarwallbc() it is identical to fort_mmwallbc()
-changed calls to fort_mmscalarwallbc() -> fort_mmwallbc
0 lines of code changed in 3 files:
modifyVelMassSource()
- converted iterators to new patch spec.
- cleaned out unused variables in prototype
- replaced fortran code with templated function
calculateVelMMSSource()
- deleted code that essentially did nothing.
This should not change the answers
0 lines of code changed in 3 files:
computemmMomentumSource()
- convertion to new patch iterators
- removed fortran code to add su to src.
0 lines of code changed in 3 files:
Final step in converting pressCoeff to CCVariable<Stencil7>
- rewrote pressureBC
- removed fortran code.
This commit should not change the answers
0 lines of code changed in 3 files:
moved the calculation of adding the hydrostatic pressure to the relative pressure
from *.f to *.cc file.
This should not change the answers
0 lines of code changed in 3 files:
moved code from fortran routine mm_modify_prescoef into C++
Descretization::mmModifyPressureCoeffs()
This should not change the answers
0 lines of code changed in 3 files:
Replaced the fort_prescoef routine with C++ equivalent.
This should not change the answers
0 lines of code changed in 3 files:
- removed fortran normpress function. You don't need to call fortran code to
subtract a constant from an array
normPressure() & updatePressure()
- replaced nested loops with an iterator
- cleaned up prototype
0 lines of code changed in 3 files: