Directory Packages/Uintah/CCA/Components/Arches/

Total Files:
64
Deleted Files:
1
Lines of Code:
44495

[root]/Packages/Uintah/CCA/Components/Arches
                        directory in repo Mixing (18 files, 4396 lines)
                            directory in repo fortran (1 files, 56 lines)
                        directory in repo Radiation (10 files, 2748 lines)
                            directory in repo fortran (7 files, 1297 lines)
                        directory in repo fortran (2 files, 219 lines)

Lines of Code

Packages/Uintah/CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 332 (100.0%) 9513 (100.0%) 28.6
zgao 45 (13.6%) 6720 (70.6%) 149.3
borodai 131 (39.5%) 1479 (15.5%) 11.2
skumar 9 (2.7%) 520 (5.5%) 57.7
jas 10 (3.0%) 199 (2.1%) 19.9
worthen 53 (16.0%) 196 (2.1%) 3.6
jones 44 (13.3%) 194 (2.0%) 4.4
dgroulx 29 (8.7%) 176 (1.9%) 6.0
gautham 2 (0.6%) 17 (0.2%) 8.5
livne 3 (0.9%) 9 (0.1%) 3.0
bigler 1 (0.3%) 3 (0.0%) 3.0
sparker 3 (0.9%) 0 (0.0%) 0.0
dav 2 (0.6%) 0 (0.0%) 0.0

Most Recent Commits

borodai 2005-11-30 15:26 Rev.: 32672

Bug fix

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (changed)
borodai 2005-11-30 15:02 Rev.: 32671

l2up seems to work. Flux limiters do not, do not
even try.

684 lines of code changed in 43 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (new), Arches.h (new), ArchesLabel.cc (new), ArchesLabel.h (new), BoundaryCondition.cc (new), Discretization.cc (new), Discretization.h (+8 -2), EnthalpySolver.cc (+79 -3), EnthalpySolver.h (+6), ExplicitSolver.cc (+201 -213), ExplicitSolver.h (new), NonlinearSolver.h (new), PicardNonlinearSolver.cc (+201 -212), PicardNonlinearSolver.h (new), Properties.cc (+5 -9), Properties.h (+6 -1), ReactiveScalarSolver.cc (+25 -3), ReactiveScalarSolver.h (new), ScalarSolver.cc (new), ScalarSolver.h (+2), ThermalNOxSolver.cc (new), TimeIntegratorLabel.h (new)
livne 2005-08-22 13:19 Rev.: 31636

Cleaned up compiler warnings

9 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: CompLocalDynamicProcedure.cc (+1 -1), ExplicitSolver.cc (+8 -8)
borodai 2005-08-12 14:05 Rev.: 31505

Keeping it alive.

20 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: PicardNonlinearSolver.cc (+20 -11)
borodai 2005-08-01 13:56 Rev.: 31350

Allow for some noise while checking scalar bounds.

29 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+20 -10), ScalarSolver.cc (+9 -4)
dgroulx 2005-07-26 14:27 Rev.: 31271

Made the InvalidValue exception inherit from the global SCIRun Exception class instead of
ProblemSetupException. Also added a few include lines for files that were effected by
this change.

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (+1), PicardNonlinearSolver.cc (+1)
dav 2005-07-15 14:29 Rev.: 31160

Added new exception parameters. Untabified. Indented.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: FakePetscSolver.cc (new)
worthen 2005-07-14 15:37 Rev.: 31142

Comment out VarLabel::destroy for odtData, as the VarLabel::create is commented out as well (avoid segfaulting when the ArchesLabel destructor is called

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: ArchesLabel.cc (+1 -1)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

174 lines of code changed in 27 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+2 -2), BoundaryCondition.cc (+27 -27), Discretization.cc (+8 -8), EnthalpySolver.cc (+4 -4), ExplicitSolver.cc (+2 -1), Filter.cc (+31 -31), HypreSolver.cc (+4 -4), MomentumSolver.cc (new), PetscSolver.cc (new), PicardNonlinearSolver.cc (+2 -1), PressureSolver.cc (new), Properties.cc (+2 -2), RBGSSolver.cc (+3 -3), ReactiveScalarSolver.cc (+4 -4), ScalarSolver.cc (+4 -4), Source.cc (new), StencilMatrix.h (new), ThermalNOxSolver.cc (+3 -3), TimeIntegratorLabel.h (+1 -1)
worthen 2005-06-29 16:06 Rev.: 30921

Don't include SimulationController.h in Arches.h (and fix things that get missed when this is removed)

2 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.h (-1), ExplicitSolver.h (+1), PicardNonlinearSolver.h (+1)
worthen 2005-06-23 12:52 Rev.: 30854

IntVector: rewrite < and (didn't sort for STL functions) remove >, <=, >=

Everything else: Make Particle Subsets work with a specified range instead of with ghost cells

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+2 -1)
sparker 2005-06-23 09:59 Rev.: 30852

Arches needs to be linked against Core/Containers

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: sub.mk (changed)
skumar 2005-06-02 16:23 Rev.: 30514


Made mmWallCellTypeInit require cellType from old DataWarehouse,
even when it is not needed on restart. This is necessary because
otherwise cellType is never required on restart, causing it to have
material none, which is why the restart was failing.

Now MPMArches restart tests should pass on the checkpoints (once
the GS have been updated). (Thanks, Bryan!)

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+6 -2)
zgao 2005-05-21 23:31 Rev.: 30339

Modified /src/Packages/Uintah/CCA/Components/Arches/CompLocalDynamicProcedure.cc Arches.cc

120 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+6 -37), Arches.h (+2 -7), ArchesLabel.cc (+8 -2), ArchesLabel.h (+3 -1), CompLocalDynamicProcedure.cc (+100 -156), CompLocalDynamicProcedure.h (new)
borodai 2005-05-17 12:49 Rev.: 30244

Brought ups file up to date. Improved check for absence of density and pressure reference point.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: PressureSolver.cc (+8 -12)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: sub.mk (+7 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: sub.mk (+1 -7)
borodai 2005-04-21 12:41 Rev.: 29896

Added functionality to recompute turbulence model only for the first substep
of RK and/or only at Nth timestep. This is just for testing purposes.
One has to set <turbModelCalcForAllRKSteps> tag in ExplicitSolver section
to control turbulence model recomputation in RK, and set <turbModelCalcFreq> in
ExplicitSolver section AND <recompileTaskgraph> to true in Arches section
to get turbulence model recomputation only at Nth timestep.

12 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+2 -2), Arches.h (+1 -1), ExplicitSolver.cc (+6 -1), ExplicitSolver.h (+3)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: .cvsignore (del)
bigler 2005-04-15 15:17 Rev.: 29836

Block calls to petsc code with a ifdef PetscFilter.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: CompLocalDynamicProcedure.cc (+3 -1)

(17 more)

Generated by StatSVN 0.4.0