/trunk/src Developers: harman

Login name:
harman
Total Commits:
738 (3.0%)
Lines of Code:
21981 (2.7%)
Most Recent Commit:
2005-12-21 16:50

Activity by Clock Time

Activity by Hour of Day for harman

Activity by Day of Week for harman

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 738 (100.0%) 21981 (100.0%) 29.7
Packages/Uintah/CCA/Components/ICE/ 257 (34.8%) 9196 (41.8%) 35.7
Packages/Uintah/CCA/Components/ICE/CustomBCs/ 28 (3.8%) 5170 (23.5%) 184.6
Packages/Uintah/CCA/Components/Models/Radiation/ 49 (6.6%) 1887 (8.6%) 38.5
Packages/Uintah/CCA/Components/ICE/Advection/ 38 (5.1%) 1277 (5.8%) 33.6
Packages/Uintah/CCA/Components/Models/test/ 60 (8.1%) 1158 (5.3%) 19.3
Packages/Uintah/CCA/Components/ICE/Docs/ 36 (4.9%) 751 (3.4%) 20.8
Packages/Uintah/CCA/Components/MPMICE/ 31 (4.2%) 348 (1.6%) 11.2
Packages/Uintah/Core/Grid/Variables/ 8 (1.1%) 262 (1.2%) 32.7
Packages/Uintah/Core/Grid/BoundaryConditions/ 9 (1.2%) 230 (1.0%) 25.5
Packages/Uintah/CCA/Components/ICE/Matlab_1dShockTube/ 7 (0.9%) 230 (1.0%) 32.8
Packages/Uintah/Dataflow/Modules/Operators/ 7 (0.9%) 221 (1.0%) 31.5
Packages/Uintah/StandAlone/ 12 (1.6%) 178 (0.8%) 14.8
Packages/Uintah/Core/Grid/ 17 (2.3%) 148 (0.7%) 8.7
Packages/Uintah/Core/Labels/ 28 (3.8%) 140 (0.6%) 5.0
Packages/Uintah/CCA/Components/Solvers/ 29 (3.9%) 94 (0.4%) 3.2
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 34 (4.6%) 81 (0.4%) 2.3
Packages/Uintah/Test/helpers/ 7 (0.9%) 76 (0.3%) 10.8
Packages/Uintah/CCA/Components/MPM/ 11 (1.5%) 72 (0.3%) 6.5
Packages/Uintah/CCA/Components/Regridder/ 6 (0.8%) 66 (0.3%) 11.0
Packages/Uintah/CCA/Components/Models/HEChem/ 11 (1.5%) 59 (0.3%) 5.3
Packages/Uintah/CCA/Components/SimulationController/ 3 (0.4%) 54 (0.2%) 18.0
Packages/Uintah/Dataflow/GUI/ 5 (0.7%) 47 (0.2%) 9.4
Packages/Uintah/scripts/ 4 (0.5%) 41 (0.2%) 10.2
Packages/Uintah/Dataflow/XML/ 3 (0.4%) 41 (0.2%) 13.6
Packages/Uintah/Core/DataArchive/ 1 (0.1%) 35 (0.2%) 35.0
Packages/Uintah/CCA/Ports/ 10 (1.4%) 29 (0.1%) 2.9
Packages/Uintah/CCA/Components/MPM/HeatConduction/ 2 (0.3%) 23 (0.1%) 11.5
Packages/Uintah/Test/ 4 (0.5%) 21 (0.1%) 5.2
Packages/Uintah/CCA/Components/Models/ 6 (0.8%) 15 (0.1%) 2.5
Packages/Uintah/Core/Exceptions/ 4 (0.5%) 13 (0.1%) 3.2
Packages/Uintah/Dataflow/Modules/Selectors/ 1 (0.1%) 11 (0.1%) 11.0
Packages/Uintah/CCA/Components/SwitchingCriteria/ 4 (0.5%) 6 (0.0%) 1.5
Packages/Uintah/CCA/Components/Arches/Mixing/ 1 (0.1%) 1 (0.0%) 1.0
Packages/Uintah/Core/BoundaryConditions/ 2 (0.3%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/Models/Radiation/fortran/ 2 (0.3%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/Contact/ 1 (0.1%) 0 (0.0%) 0.0

Activity of harman

Most Recent Commits

harman 2005-12-21 16:50 Rev.: 32915

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:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (new), BoundaryCond.h (changed), impICE.cc (changed)
harman 2005-12-21 15:08 Rev.: 32910

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:

  • Packages/Uintah/CCA/Components/ICE: impAMRICE.cc (+1), impICE.cc (+33 -3)
harman 2005-12-20 18:36 Rev.: 32900

cleaned house, still more to do.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Solvers: HypreDriver.h (new), HypreDriverSStruct.cc (changed)
harman 2005-12-20 15:51 Rev.: 32898

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:

  • Packages/Uintah/CCA/Components/ICE: AMRICE.cc (changed)
harman 2005-12-19 09:27 Rev.: 32886

Re-ordered the #include statements so dynamic compilation on Linux works -Dav

11 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.h (+11 -9)
harman 2005-12-14 14:41 Rev.: 32851

-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:

  • Packages/Uintah/CCA/Components/ICE: impICE.cc (+23 -47)
  • Packages/Uintah/CCA/Components/ICE/Docs: implicitPressSolve.pdf (changed), implicitPressSolve.tex (new)
harman 2005-12-14 14:00 Rev.: 32850

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:

  • Packages/Uintah/CCA/Components/Solvers: CGSolver.cc (changed)
harman 2005-12-09 13:50 Rev.: 32786

removed code specific for the Northrup Grumman contract

4 lines of code changed in 20 files:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (-26), BoundaryCond.h (-8), ICE.cc (new), ICE.h (+1)
  • Packages/Uintah/CCA/Components/ICE/CustomBCs: C_BC_driver.cc (+3 -20), C_BC_driver.h (-8), NG_NozzleBCs.cc (del), NG_NozzleBCs.h (del), sub.mk (-1)
  • Packages/Uintah/CCA/Components/MPM: FractureMPM.cc (-6), RigidMPM.cc (-7), SerialMPM.cc (-5)
  • Packages/Uintah/CCA/Components/MPMICE: NGC_nozzle.i (del)
harman 2005-12-09 13:44 Rev.: 32785

updated test_dir on inferno

0 lines of code changed in 2 files:

  • Packages/Uintah/scripts: regression_tester (new)
harman 2005-12-08 10:36 Rev.: 32764

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:

  • Packages/Uintah/CCA/Components/ICE: ICE.h (+10 -10), impAMRICE.cc (+58 -64)
harman 2005-12-07 17:30 Rev.: 32756

Deleted Bryan's commented out code.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: AMRICE.cc (+3 -31)
harman 2005-12-06 13:40 Rev.: 32740

speedSound calc: removed extra parenthesis.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/Docs: ICE_EQ.pdf (changed), ICE_EQ.tex (new)
harman 2005-12-02 18:22 Rev.: 32714

No need to normalize the residual, it already is.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Solvers: HypreSolver.cc (changed)
harman 2005-12-01 15:25 Rev.: 32691

added #include FastMatrix.h
cleanup

5 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/Variables: AMRInterpolate.h (+5 -5)
harman 2005-12-01 12:09 Rev.: 32685

mistakes in cout_doing

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: impAMRICE.cc (+5 -5)
harman 2005-11-30 13:51 Rev.: 32670

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:

  • Packages/Uintah/CCA/Components/Solvers: CGSolver.cc (+41 -427), HypreSolver.cc (+17 -5)
  • Packages/Uintah/CCA/Ports: SolverInterface.cc (+1), SolverInterface.h (+8 -1)
harman 2005-11-28 18:53 Rev.: 32637

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:

  • Packages/Uintah/CCA/Components/Models/Radiation: RadiationDriver.cc (changed), RadiationDriver.h (changed)
harman 2005-11-23 16:20 Rev.: 32624

Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd

142 lines of code changed in 48 files:

  • Packages/Uintah/CCA/Components/MPM: FractureMPM.cc (+3 -3), ImpMPM.cc (+6 -6), SerialMPM.cc (+3 -3)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (new), CNHPDamage.cc (+8 -8), CompMooneyRivlin.cc (new), CompNeoHook.cc (+3 -3), CompNeoHookPlas.cc (+3 -3), ConstitutiveModel.cc (+8 -8), ElasticPlastic.cc (+10 -10), HypoElastic.cc (+3 -3), HypoElasticPlastic.cc (new), IdealGasMP.cc (+3 -3), ImplicitCM.cc (+5 -5), MWViscoElastic.cc (new), Membrane.cc (+3 -3), ShellMaterial.cc (+3 -3), TransIsoHyper.cc (+3 -3), ViscoSCRAMHotSpot.cc (new), ViscoScram.cc (+1 -1), ViscoTransIsoHyper.cc (+3 -3)
  • Packages/Uintah/CCA/Components/MPM/HeatConduction: HeatConduction.cc (+23 -23)
  • Packages/Uintah/CCA/Components/MPMICE: MPMICE.cc (+10 -10)
  • Packages/Uintah/CCA/Components/SwitchingCriteria: SteadyState.cc (new), SteadyState.h (+1 -1)
  • Packages/Uintah/Core/Labels: MPMLabel.cc (new), MPMLabel.h (new)
harman 2005-11-23 13:41 Rev.: 32620

Turned off printing the matrix, rhs and X to a file every timestep.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Solvers: HypreDriver.h (+3 -3)
harman 2005-11-23 13:21 Rev.: 32619

fixed a label spelling error

15 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+9 -9)
  • Packages/Uintah/CCA/Components/MPMICE: MPMICE.cc (+3 -3)
  • Packages/Uintah/Core/Labels: ICELabel.cc (new), ICELabel.h (+1 -1)

(269 more)

Generated by StatSVN 0.4.0