[root]/CCA/Components/Solvers/AMR
HyprePreconds
(12 files, 1124 lines)
HypreSolvers
(18 files, 1964 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 2770 (100.0%) | 173.1 |
harman | 14 (87.5%) | 2769 (100.0%) | 197.7 |
dav | 2 (12.5%) | 1 (0.0%) | 0.5 |
Global:
getCoarseLevelRange()
- now passing in bool returnExclusiveRange.
if set to true then add the offset to ch.
AMRMPM.cc
interpolateParticlesToGrid_CFI()
Working on getting proper number of coarse level particles in the
padding cells that surround the fine patch.
4 lines of code changed in 2 files:
Global:
removed the testing version of getFineLevelRangeNodes(), using the original
version that has been cleaned up.
getCoarseLevelRange()
-now passing in the IntVector boundaryLayer and number of ghost cells.
Previously, boundaryLayer was hardcoded to (0,0,0)
AMRMPM
interpolateToParticlesAnUpdate_CFI()
- now interpolating gvelocityStar_fine & gAcceleration_fine to the CFI
particles on the coarse level.
interpolateParticlestoGrid()
- removed debugging code.
interpolateParticlestoGrid_CFI()
- using cell based getCoarseLevelRange instead of nodal based getCoarseLevelRangeNodes()
interpolateToParticlesAndUpdate()
- removed hardwired vel & acc
3 lines of code changed in 1 file:
M configure.ac
M configure
- Allow --without-hypre and --without-petsc (to turn off hypre/petsc).
Note, for historical reasons (Ie, I think we just didn't do it),
none of the other configure options (I belive) support --without.
It probably would be nice to add them in.
M CCA/Components/Solvers/AMR/sub.mk
M CCA/Components/Solvers/sub.mk
- Indentation
1 lines of code changed in 2 files:
Do not make a library out of this subdir.
0 lines of code changed in 1 file:
added a few tabs.
Still won't compile.
4 lines of code changed in 1 file:
added sub.mk
76 lines of code changed in 1 file:
moved Oren's multi-level solver into a separate directory.
2682 lines of code changed in 8 files: