At the coarse/fine interfaces set the boundary condition for imp_delP
imp_delP[fine_cell] = imp_delP[coarse_cell].
0 lines of code changed in 6 files:
set rhs = 0 under all of the fine level patches.
With composite grids we don't need it.
34 lines of code changed in 3 files:
cleaned house, still more to do.
0 lines of code changed in 4 files:
problemSetup()
- added bulletproofing. User must specify
<time_refinement_ratio> 1 </time_refinement_ratio
when using lockstep algorithm.
0 lines of code changed in 2 files:
Re-ordered the #include statements so dynamic compilation on Linux works -Dav
11 lines of code changed in 1 file:
-Multiply the matrix A and rhs by the cell volume. Oren needs this for the
implicit AMR pressure solver.
-redefined the max_rhs to be max(max_rhs, Abs(rhs[c]/vol)) instead of
max(max_rhs, rhs[c] * rhs[c])
-updated the document.
44 lines of code changed in 5 files:
Only normalize the residual during the setup phase. Theoretically, we should
normalized during both the setup and step2 of the algorithm. However, the residual
is computed slightly differently in step 2 and the residual is somehow normalized.
0 lines of code changed in 2 files:
removed code specific for the Northrup Grumman contract
4 lines of code changed in 20 files:
updated test_dir on inferno
0 lines of code changed in 2 files:
Added the ability to use the explicit pressure solver in the multilevel pressure solve.
Useful to compare and contrast with the implicit solver.
68 lines of code changed in 2 files:
Deleted Bryan's commented out code.
3 lines of code changed in 1 file:
speedSound calc: removed extra parenthesis.
0 lines of code changed in 4 files:
No need to normalize the residual, it already is.
0 lines of code changed in 2 files:
added #include FastMatrix.h
cleanup
5 lines of code changed in 1 file:
mistakes in cout_doing
5 lines of code changed in 1 file:
Added ability to normalize the residual before checking for convergence,
by default this normalization factor = 1.0
CGSolver.cc
- nuked all the #if OPT sections
67 lines of code changed in 6 files:
Stair step approach for the absorbing solid's radiative flux area.
- Use the geometry piece from the input file to define the inside of the solid.
- This assumes that the absorbing solid doesn't move.
- Not working but I need to get it commited before it grows stale.
0 lines of code changed in 4 files:
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
142 lines of code changed in 48 files:
Turned off printing the matrix, rhs and X to a file every timestep.
3 lines of code changed in 1 file:
fixed a label spelling error
15 lines of code changed in 6 files:
(269 more)