/trunk/src Developers: jas

Login name:
jas
Total Commits:
162 (3.4%)
Lines of Code:
1858 (2.4%)
Most Recent Commit:
2007-12-12 14:57

Activity by Clock Time

Activity by Hour of Day for jas

Activity by Day of Week for jas

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 162 (100.0%) 1858 (100.0%) 11.4
Packages/Uintah/CCA/Components/MPM/PhysicalBC/ 59 (36.4%) 851 (45.8%) 14.4
Packages/Uintah/CCA/Components/MPM/ 31 (19.1%) 674 (36.3%) 21.7
Packages/Uintah/Core/GeometryPiece/ 9 (5.6%) 139 (7.5%) 15.4
Packages/Uintah/CCA/Components/Parent/ 6 (3.7%) 77 (4.1%) 12.8
Packages/Uintah/CCA/Components/MPM/HeatConduction/ 4 (2.5%) 28 (1.5%) 7.0
Packages/Uintah/Core/ProblemSpec/ 2 (1.2%) 20 (1.1%) 10.0
Packages/Uintah/CCA/Components/MPM/ThermalContact/ 10 (6.2%) 16 (0.9%) 1.6
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ 3 (1.9%) 15 (0.8%) 5.0
Packages/Uintah/CCA/Components/ICE/ 3 (1.9%) 11 (0.6%) 3.6
Packages/Uintah/Core/Grid/ 1 (0.6%) 8 (0.4%) 8.0
Packages/Uintah/CCA/Ports/ 1 (0.6%) 6 (0.3%) 6.0
Packages/Uintah/CCA/Components/Models/HEChem/ 3 (1.9%) 3 (0.2%) 1.0
Packages/Uintah/CCA/Components/SwitchingCriteria/ 1 (0.6%) 2 (0.1%) 2.0
Packages/Uintah/CCA/Components/SimulationController/ 2 (1.2%) 2 (0.1%) 1.0
Packages/Uintah/CCA/Components/DataArchiver/ 1 (0.6%) 2 (0.1%) 2.0
/ 2 (1.2%) 2 (0.1%) 1.0
Dataflow/Network/ 1 (0.6%) 1 (0.1%) 1.0
Core/Exceptions/ 3 (1.9%) 1 (0.1%) 0.3
Packages/Uintah/scripts/ 2 (1.2%) 0 (0.0%) 0.0
Packages/Uintah/Core/Grid/Variables/ 2 (1.2%) 0 (0.0%) 0.0
Dataflow/Modules/Render/ 4 (2.5%) 0 (0.0%) 0.0
Core/Util/ 4 (2.5%) 0 (0.0%) 0.0
Core/Malloc/ 8 (4.9%) 0 (0.0%) 0.0

Activity of jas

Most Recent Commits

jas 2007-12-12 14:57 Rev.: 39589

Use const char * to eliminate warnings for converting strings to char *.

0 lines of code changed in 4 files:

  • Core/Util: FileUtils.cc (new), FileUtils.h (changed)
jas 2007-11-30 22:04 Rev.: 39501

Look in the additional directory location for petsc.

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)
jas 2007-10-18 15:58 Rev.: 39073

Comment out "Triangulated surfaces read" text.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/GeometryPiece: TriGeometryPiece.cc (new)
jas 2007-10-16 20:49 Rev.: 39041

Add outputProblemSpec for thermal contact models and call this function
from within SerialMPM.cc.

17 lines of code changed in 11 files:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (+1)
  • Packages/Uintah/CCA/Components/MPM/ThermalContact: NullThermalContact.cc (+5), NullThermalContact.h (new), STThermalContact.cc (+5), STThermalContact.h (new), ThermalContact.h (+2)
jas 2007-10-16 15:03 Rev.: 39026

Add const to char * declarations.

0 lines of code changed in 8 files:

  • Core/Malloc: AllocPriv.h (new), Allocator.cc (new), Allocator.h (changed), new.cc (changed)
jas 2007-09-12 11:22 Rev.: 38661

Fix memory leak for SolverParameters.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+3)
jas 2007-08-18 19:32 Rev.: 38432

Revert change to memory leak for d_perproc_patches.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+2)
jas 2007-08-15 21:34 Rev.: 38409

Use (DL_LIBRARY) instead of -ldl.

0 lines of code changed in 2 files:

  • Core/Exceptions: sub.mk (new)
jas 2007-08-15 20:12 Rev.: 38408

Remove the d_perproc_patches which seems to fix the memory leaks for impm runs.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+3)
jas 2007-08-15 18:05 Rev.: 38407

Add -ldl for opening shared libraries.

1 lines of code changed in 1 file:

  • Core/Exceptions: sub.mk (+1 -1)
jas 2007-07-09 16:17 Rev.: 38002

Delete the load curve material set.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+8 -5)
jas 2007-07-02 16:08 Rev.: 37939

Remove extraneous brace.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Parent: Switcher.cc (-1)
jas 2007-07-01 20:35 Rev.: 37931

When interpolating the particles to the grid for temperatures, use the grid
values from the previous timestep. This feature is turned on by default.
Thanks to Jim for getting this working!

26 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+26 -6)
jas 2007-06-27 19:50 Rev.: 37911

Fix temperature_solve so it works for multi-patch/multi-processor.

21 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+21 -15)
jas 2007-06-27 14:31 Rev.: 37906

Removed #if 0 stuff related to old version of temperature solve.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (-131)
jas 2007-06-25 16:19 Rev.: 37897

Reimplement the function of interpolation particle temperatures to the grid
nodes in a more robust fashion. This is turned on when <temperature_solve>
is set to true in <MPM>. Note that you must have a particle resolution of
at least 2,2,2.

250 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+241 -7), ImpMPM.h (+9)
jas 2007-06-20 18:41 Rev.: 37864

Add the endcap surface area only when we have end caps in input file.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+2 -2)
jas 2007-06-20 13:20 Rev.: 37857

Add end cap surface area computation.

8 lines of code changed in 1 file:

  • Packages/Uintah/Core/GeometryPiece: CylinderGeometryPiece.h (+8)
jas 2007-06-20 13:19 Rev.: 37856

Add endcap average data to the computation of heat fluxes.

68 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+19 -5), PolynomialData.cc (+44 -18), PolynomialData.h (+5 -1)
jas 2007-06-06 17:16 Rev.: 37728

Check particles in the z direction in checkForSurface.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)

(40 more)

Generated by StatSVN 0.4.0