Code scraps that have never been used.
0 lines of code changed in 8 files:
q_FC_flux_operator()
- divide the flux by the cell volume if the quantity is mass specific
0 lines of code changed in 4 files:
added a different equation for quadratic initialization
0 lines of code changed in 2 files:
removed duplicate setBC for imp_delP.
0 lines of code changed in 2 files:
use #ifdef DEBUG instead of #if DEBUG
0 lines of code changed in 2 files:
SerialMPM.cc is now responsible for deleting and creating the labels
0 lines of code changed in 1 file:
added bulletproofing for the implicit pressure solve
outer_iteration_tolerance <= tolerance
0 lines of code changed in 2 files:
-make graph connections looking up and down.
- modified debugging spew
23 lines of code changed in 1 file:
added level index to symmetry test output
0 lines of code changed in 2 files:
added new debugStream cout_dbg
- dump out cell index and value of the maxrhs, only if cout_dbg is active.
18 lines of code changed in 1 file:
turned off Dump_Limiter
0 lines of code changed in 2 files:
added cubic polynomial wave to the initialization task. Useful for doing
convergence rate studies on ICE's advection operator.
10 lines of code changed in 3 files:
Dump out the limiter to a file if d_smokeOnOff is turned on. Currently, turned off.
27 lines of code changed in 1 file:
Now computing the reflux correction and putting the value in a separate varLabel,
Q_(X,Y,Z)_FC_corr, which is later applied to the Q_CC. Previously, I was reusing
the Q_(X,Y,Z)_FC_flux VarLabel which is bad form. This will make debugging less confus
ing.
0 lines of code changed in 4 files:
added a new variable var_(X,Y,Z)_corr, the refluxing correction, to the Models
refluxing struct. It's not being used for anything in this commit.
14 lines of code changed in 2 files:
turnoff excess spew.
2nd order
0 lines of code changed in 4 files:
large code diet
- added varLabels for the reflux correction (Q)_(X,Y,Z)_FC_corrLabel
Q = mass, mom, int_eng, vol_frac, int_eng, transported var.
0 lines of code changed in 4 files:
added comments
0 lines of code changed in 2 files:
scheduleErrorEstimate()
- fixed material set when both refineFlags and scalar-f have an index of 0
11 lines of code changed in 1 file:
refluxOperator_computeCorrectionFluxes()
- divide the total sum of the fine level fluxes by the number of subcycles.
Previously, we were dividing by the refinement ratio. For a lockstep this is wrong.
16 lines of code changed in 1 file:
(222 more)