Directory CCA/Components/Regridder/

Total Files:
10
Deleted Files:
0
Lines of Code:
2532

[root]/CCA/Components/Regridder

Lines of Code

CCA/Components/Regridder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 398 (100.0%) 6.5
allen 44 (72.1%) 376 (94.5%) 8.5
jas 14 (23.0%) 12 (3.0%) 0.8
ahumphrey 3 (4.9%) 10 (2.5%) 3.3

Most Recent Commits

allen 2017-12-27 19:24 Rev.: 57526

removed shared state call for regrider

8 lines of code changed in 10 files:

  • CCA/Components/Regridder: RegridderCommon.cc (new), SingleLevelRegridder.cc (new), SingleLevelRegridder.h (+1 -1), TiledRegridder.cc (+2 -3), TiledRegridder.h (new)
allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

5 lines of code changed in 1 file:

  • CCA/Components/Regridder: RegridderCommon.cc (+5 -5)
allen 2017-12-21 14:50 Rev.: 57506

standardized the error output for the factories

0 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderFactory.cc (changed)
ahumphrey 2017-12-15 14:35 Rev.: 57457

Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.

This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.

0 lines of code changed in 2 files:

  • CCA/Components/Regridder: SingleLevelRegridder.cc (-2), TiledRegridder.cc (-7)
allen 2017-12-14 16:21 Rev.: 57446

Added a name method

15 lines of code changed in 5 files:

  • CCA/Components/Regridder: RegridderCommon.h (new), RegridderFactory.cc (+3 -3), SingleLevelRegridder.h (+7 -5), TiledRegridder.h (+3)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

31 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+27 -21), RegridderCommon.h (+4 -1)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

52 lines of code changed in 4 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+23 -5), RegridderCommon.h (+6 -5), SingleLevelRegridder.cc (+11 -10), TiledRegridder.cc (+12 -11)
allen 2017-12-11 18:25 Rev.: 57426

more cleanup of the recompiling

4 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+1 -1), RegridderCommon.h (+3 -3)
ahumphrey 2017-11-29 13:55 Rev.: 57370

Guard the DataArchiver DebugStream (check if dbg.active()). This is causing issues when not active on mira. DebugStreams need to go away in favor of much simpler Dout, as DebugStreams unnecessarily inherit from the standard library (std::ostream) and are unduley compicated for basic debug output.

Also cleaned up poor whitespace, linebreaks and indentation, other formatting. Seems like someone went through the infrastructure with a faulty code formatter previously...

10 lines of code changed in 1 file:

  • CCA/Components/Regridder: RegridderFactory.cc (+10 -12)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

37 lines of code changed in 4 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+26 -14), RegridderCommon.h (+4 -2), SingleLevelRegridder.cc (+2 -2), TiledRegridder.cc (+5 -5)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

127 lines of code changed in 6 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+53 -29), RegridderCommon.h (+25 -2), RegridderFactory.cc (+28 -17), SingleLevelRegridder.cc (+9 -9), TiledRegridder.cc (+10 -10), TiledRegridder.h (+2 -2)
allen 2017-11-07 13:35 Rev.: 57243

added support for saving per patch data

23 lines of code changed in 2 files:

  • CCA/Components/Regridder: PerPatchVars.h (new)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

46 lines of code changed in 4 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+9 -9), RegridderFactory.cc (+1 -1), SingleLevelRegridder.cc (+1 -1), TiledRegridder.cc (+35 -35)
jas 2017-10-24 12:37 Rev.: 57171

Fix some of the comparison between signed and unsigned integer expressions warnings.

2 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+1 -1), TiledRegridder.cc (+1 -1)
jas 2017-04-20 13:30 Rev.: 56464

Update copyright.

10 lines of code changed in 12 files:

  • CCA/Components/Regridder: PerPatchVars.h (+1 -1), RegridderCommon.cc (+1 -1), RegridderCommon.h (+1 -1), RegridderFactory.cc (+1 -1), RegridderFactory.h (+1 -1), SingleLevelRegridder.cc (+1 -1), SingleLevelRegridder.h (+1 -1), TiledRegridder.cc (+1 -1), TiledRegridder.h (+1 -1), sub.mk (new)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

28 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderCommon.cc (-1), TiledRegridder.cc (+28 -23)
Generated by StatSVN 0.7.0