[root]/Packages/Uintah/CCA/Components/ICE/Advection
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 72 (100.0%) | 479 (100.0%) | 6.6 |
harman | 57 (79.2%) | 456 (95.2%) | 8.0 |
dav | 6 (8.3%) | 9 (1.9%) | 1.5 |
worthen | 2 (2.8%) | 7 (1.5%) | 3.5 |
mjc | 5 (6.9%) | 7 (1.5%) | 1.4 |
luitjens | 2 (2.8%) | 0 (0.0%) | 0.0 |
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:
turned off Dump_Limiter
0 lines of code changed in 2 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:
added comments
0 lines of code changed in 2 files:
SecondOrderBase.h
Progress toward limiting the gradients at the coarse fine interface
removed all tabs
q_CCMaxMin()
- operate over on a CCVariable<T> instead of a point
- included the coarse fine interface cells in the computation
gradQ()
- small cleanup
- no longer computing gradients in the extracells at the
edge of the computational domain.
------------------------
SecondOrderAdvector.cc
support for the changes described above
129 lines of code changed in 2 files:
Include the gradient (q_grad_(x,y,z) in the calculation of q_faceFlux at
all the coarse fine interfaces and the boundary faces. Still need to somehow
limit the gradients.
SecondOrderAdvector.cc
qAverageFlux()
- increased computational domain to include the extra cells
- removed section of code that set q_faceFlux = q_CC at CFI and boundary
faces
SecondOrderBase.h
gradQ()
Et all coarse fine interface and boundary faces compute the gradient
using one-sided differencing.
116 lines of code changed in 2 files:
should have been commited with previous commit.
0 lines of code changed in 2 files:
added global d_OrderOfAdvection
Only use refluxing in the implicit solve if d_OrderOfAdvection > 1
4 lines of code changed in 2 files:
Fixed a icpc 9.1 compiler error.
0 lines of code changed in 2 files:
last commit had debugging output turned on.
2 lines of code changed in 1 file:
Added macros that limit the amount of debugging output in the refluxing routines.
Limits the output based on face and variable name.
29 lines of code changed in 1 file:
Get finalizeTimestep to work with from-another-taskgraph
7 lines of code changed in 2 files:
Ignore bulletproofing & exceptions if a timestart has already been requested.
Let the simulation get to the bottom of the timestep so a restart can occur.
8 lines of code changed in 2 files:
user input "Max_iterations_equilibraton" is now optional, default set to 100
user input "solution technique" had been eliminated
user input "useCompatibleFluxes = true" is now the default, it can still be turned off.
16 lines of code changed in 1 file:
SimulationState.cc
__________________________________
added methods to sharedState
- isRegridTimestep()
- setRegridTimestep()
AMRSimulationController.cc
__________________________________
added calls to setRegridTimestep()
ICE Advection
__________________________________
With a new grid initialize temporary variables used
in the advection operator to EVILNUM.
60 lines of code changed in 7 files:
added patch and level information to the influx/outflux warnings
10 lines of code changed in 2 files:
removed FirstOrderCE and SecondOrderCE
10 lines of code changed in 10 files:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
7 lines of code changed in 5 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
7 lines of code changed in 5 files:
changed some of the debugging printouts
16 lines of code changed in 2 files:
(3 more)