Directory Packages/Uintah/CCA/Components/ICE/Advection/

Total Files:
11
Deleted Files:
4
Lines of Code:
2518

[root]/Packages/Uintah/CCA/Components/ICE/Advection

Lines of Code

Packages/Uintah/CCA/Components/ICE/Advection/ Lines of Code

Developers

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

Most Recent Commits

harman 2006-12-20 10:41 Rev.: 36230

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: SecondOrderAdvector.cc (new), SecondOrderAdvector.h (new)
harman 2006-12-08 11:45 Rev.: 36035

turned off Dump_Limiter

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: SecondOrderBase.h (new)
harman 2006-12-07 18:45 Rev.: 36031

Dump out the limiter to a file if d_smokeOnOff is turned on. Currently, turned off.

27 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Advection: SecondOrderBase.h (+27 -1)
harman 2006-12-01 16:47 Rev.: 35968

added comments

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (new)
harman 2006-10-13 12:53 Rev.: 35582

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: SecondOrderAdvector.cc (+7 -5), SecondOrderBase.h (+122 -73)
harman 2006-10-11 14:10 Rev.: 35566

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: SecondOrderAdvector.cc (+39 -76), SecondOrderBase.h (+77)
harman 2006-10-10 13:23 Rev.: 35547

should have been commited with previous commit.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: AdvectionFactory.h (new)
harman 2006-10-10 13:19 Rev.: 35546

added global d_OrderOfAdvection

Only use refluxing in the implicit solve if d_OrderOfAdvection > 1

4 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: AdvectionFactory.cc (new)
luitjens 2006-09-20 14:25 Rev.: 35388

Fixed a icpc 9.1 compiler error.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: FluxDatatypes.h (changed)
harman 2006-09-15 17:10 Rev.: 35363

last commit had debugging output turned on.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (+2 -2)
harman 2006-09-15 17:05 Rev.: 35362

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (+29 -21)
worthen 2006-08-10 14:49 Rev.: 35000

Get finalizeTimestep to work with from-another-taskgraph

7 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: Advector.cc (+7 -4)
harman 2006-08-08 17:04 Rev.: 34974

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (+4 -1), SecondOrderAdvector.cc (+4 -1)
harman 2006-05-15 13:57 Rev.: 34231

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: AdvectionFactory.cc (+16 -8)
harman 2006-04-20 13:06 Rev.: 33941

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: Advector.h (new), FirstOrderAdvector.cc (+19 -4), FirstOrderAdvector.h (new), SecondOrderAdvector.cc (+27 -4), SecondOrderAdvector.h (+6 -2)
harman 2006-04-17 15:18 Rev.: 33887

added patch and level information to the influx/outflux warnings

10 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (+5 -4), SecondOrderAdvector.cc (+5 -4)
harman 2006-04-10 13:48 Rev.: 33818

removed FirstOrderCE and SecondOrderCE

10 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: AdvectionFactory.cc (+2 -12), Advector.cc (+2 -224), Advector.h (+4 -22), FirstOrderCEAdvector.cc (del), FirstOrderCEAdvector.h (del), FluxDatatypes.h (+2 -9), SecondOrderCEAdvector.cc (del), SecondOrderCEAdvector.h (del), sub.mk (-2)
dav 2006-03-22 21:32 Rev.: 33602

More Updates to fix getID() problems and to address the move of Dataflow/Ports

7 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: Advector.cc (+1 -1), FirstOrderAdvector.cc (+2 -2), FirstOrderCEAdvector.cc (new 1), SecondOrderAdvector.cc (+2 -2), SecondOrderCEAdvector.cc (new 1)
mjc 2006-03-22 16:42 Rev.: 33591

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:

  • Packages/Uintah/CCA/Components/ICE/Advection: Advector.cc (+1 -1), FirstOrderAdvector.cc (+2 -2), FirstOrderCEAdvector.cc (+1 -1), SecondOrderAdvector.cc (+2 -2), SecondOrderCEAdvector.cc (+1 -1)
harman 2006-02-17 16:09 Rev.: 33306

changed some of the debugging printouts

16 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Advection: FirstOrderAdvector.cc (+8 -21), SecondOrderAdvector.cc (+8 -6)

(3 more)

Generated by StatSVN 0.4.0