Directory CCA/Components/Wasatch/

Total Files:
40
Deleted Files:
0
Lines of Code:
12881

[root]/CCA/Components/Wasatch
                directory in repo Coal (2 files, 235 lines)
                    directory in repo CharOxidation (0 files, 0 lines)
                        directory in repo CCK (12 files, 1989 lines)
                        directory in repo FirstOrderArrhenius (1 files, 259 lines)
                directory in repo Expressions (53 files, 11267 lines)
                    directory in repo BoundaryConditions (20 files, 3082 lines)
                    directory in repo EmbeddedGeometry (7 files, 913 lines)
                    directory in repo MMS (4 files, 1906 lines)
                    directory in repo PBE (11 files, 1909 lines)
                        directory in repo Precipitation (15 files, 2220 lines)
                    directory in repo Particles (9 files, 1253 lines)
                    directory in repo PostProcessing (13 files, 1754 lines)
                    directory in repo TarAndSoot (9 files, 876 lines)
                    directory in repo Turbulence (13 files, 2112 lines)
                directory in repo Operators (10 files, 1488 lines)
                directory in repo Transport (57 files, 14482 lines)

Lines of Code

CCA/Components/Wasatch/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 123 (100.0%) 396 (100.0%) 3.2
allen 21 (17.1%) 111 (28.0%) 5.2
mike.hansen 6 (4.9%) 105 (26.5%) 17.5
ahumphrey 6 (4.9%) 61 (15.4%) 10.1
jas 67 (54.5%) 42 (10.6%) 0.6
tsaad 2 (1.6%) 32 (8.1%) 16.0
dav 7 (5.7%) 26 (6.6%) 3.7
jsutherland 14 (11.4%) 19 (4.8%) 1.3

Most Recent Commits

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

4 lines of code changed in 4 files:

  • CCA/Components/Wasatch: Wasatch.cc (new), Wasatch.h (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+6 -9)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

7 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+7 -4)
tsaad 2017-12-11 12:36 Rev.: 57419

Revert Mike's revert. Code was good. We had a bug in the input file. This will break Wasatch RT - so don't freak out.

32 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+32 -33)
mike.hansen 2017-11-28 13:16 Rev.: 57356

- revert a subset of multicomponent BC changes

36 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+36 -34)
mike.hansen 2017-11-26 13:52 Rev.: 57341

- nonreflecting BCs for multi-component, chemically-reacting, acoustically-compressible flows in Wasatch
- (also change heat capacity from TagNames used in coal model)

69 lines of code changed in 5 files:

  • CCA/Components/Wasatch: Wasatch.cc (+34 -33), WasatchBCHelper.cc (new), WasatchBCHelper.h (new)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

19 lines of code changed in 5 files:

  • CCA/Components/Wasatch: ParticlesHelper.cc (new), ParticlesHelper.h (+2), Wasatch.cc (+7 -7)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

24 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Wasatch.cc (+24 -32), Wasatch.h (-3)
allen 2017-11-21 15:40 Rev.: 57322

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

47 lines of code changed in 4 files:

  • CCA/Components/Wasatch: Wasatch.cc (+37 -39), Wasatch.h (+8 -13), sub.mk (+2 -2)
jsutherland 2017-11-02 09:12 Rev.: 57204

Silence a few compiler warnings.

2 lines of code changed in 3 files:

  • CCA/Components/Wasatch: FieldAdaptor.cc (new), WasatchBCHelper.cc (+1 -1)
allen 2017-10-25 12:48 Rev.: 57176

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

2 lines of code changed in 3 files:

  • CCA/Components/Wasatch: SetProcID.cc (new), Wasatch.cc (+1 -1)
tsaad 2017-10-24 16:40 Rev.: 57173

Remove an unused function

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (-15)
jsutherland 2017-10-20 18:27 Rev.: 57162

Used the wrong value in my last change...

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (+1 -1)
jsutherland 2017-10-20 15:51 Rev.: 57160

Updates for change to NSCBC API

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (+4 -1)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: ParticlesHelper.cc (+2 -3)
jsutherland 2017-09-27 09:06 Rev.: 57029

Minor cleanup

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch: BCHelper.cc (changed), BCHelper.h (changed)
jsutherland 2017-07-13 14:06 Rev.: 56782

Eliminate creation of an unnecessary PlaceHolder expression on transport equations.
This will allow ExprLib to trap more user specification errors.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TimeStepper.cc (changed)
jsutherland 2017-06-19 15:32 Rev.: 56643

Updates to conform to new SpatialOps API.

12 lines of code changed in 3 files:

  • CCA/Components/Wasatch: BCHelper.cc (+5 -5), FieldAdaptor.h (+7 -5)
ahumphrey 2017-06-14 17:50 Rev.: 56630

Fully generalize temporal scheduling.

This is very component driven now and through one additional SimulationInterface virtual function ( virtual int computeTaskGraphIndex() ), task graph index (e.g. rad_calc_freq modulo) can be computed in a component-specific way. SimController now calls computeTaskGraphIndex() on the sim object and passes this to executeTimestep. This method is not pure virtual, and maintains backward compatibility for components not using temporal scheduling.

Note, this may have broken a few Arches restart tests, however I've spoken to Derek about this and we will remedy ASAP. This is due to how Arches is now finding rad_calc_freq outside of it's RMCRT object.

35 lines of code changed in 4 files:

  • CCA/Components/Wasatch: TaskInterface.cc (new), Wasatch.cc (+28 -8), Wasatch.h (+4 -1)
ahumphrey 2017-06-06 14:15 Rev.: 56609

Reintegration of incite_dev branch. Improvements/Features/Optimizations include (but not limited too):

1.) Temporal scheduling, e.g. support for multiple primary task graphs (not w-cycle)
2.) Significantly improved task graph compilation times for multi-level RMCRT at large core/patch counts
3.) GPU super patch support
4.) Highly optimized RMCRT GPU kernels
5.) Significant reduction in infrastructure memory footprint

ARCHES: methane_rmcrt test is broken due to issues with trunk code. Good luck Todd, let us know if you need another set of eyes.
WASATCH: RMCRT-Burns-Christon UDA comparison fails as the trunk input file specifies an unused variable to store. Branch code has fixed this.
-"compare_uda -ignoreVariable "VRFlux" rmcrt-burns-christon.uda.trunk rmcrt-burns-christon.uda.branch" compares exactly.
-just need to remove <save label="VRFlux"/> from original input and regenerate GS for this test.

Please let us know if anyone sees any residual issues with this commit. We are standing by to deal with any fallout.

26 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+14 -1), Wasatch.cc (+12)
jas 2017-04-20 13:24 Rev.: 56457

Update copyright.

40 lines of code changed in 66 files:

  • CCA/Components/Wasatch: BCHelper.cc (+1 -1), BCHelper.h (+1 -1), ConvectiveInterpolationMethods.cc (new), ConvectiveInterpolationMethods.h (new), CoordinateHelper.cc (new), CoordinateHelper.h (+1 -1), FieldAdaptor.cc (+1 -1), FieldAdaptor.h (+1 -1), FieldClippingTools.h (new), FieldTypes.h (new), GraphHelperTools.cc (new), GraphHelperTools.h (+1 -1), OldVariable.cc (+1 -1), OldVariable.h (new), ParseTools.cc (new), ParseTools.h (new), ParticlesHelper.cc (+1 -1), ParticlesHelper.h (+1 -1), PatchInfo.h (new), Properties.cc (new), Properties.h (+1 -1), ReductionHelper.cc (new), ReductionHelper.h (+1 -1), SetProcID.cc (+1 -1), SetProcID.h (+1 -1), TagNames.cc (+1 -1), TagNames.h (new), TaskInterface.cc (+1 -1), TaskInterface.h (new), TimeIntegratorTools.h (new), TimeStepper.cc (+1 -1), TimeStepper.h (+1 -1), Wasatch.cc (+1 -1), Wasatch.h (+1 -1), WasatchBCHelper.cc (+1 -1), WasatchBCHelper.h (+1 -1), WasatchMaterial.h (+1 -1), WasatchParticlesHelper.cc (+1 -1), WasatchParticlesHelper.h (new), sub.mk (+1 -1)
allen 2017-04-13 16:53 Rev.: 56426

change to SimTime

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -2)
dav 2017-02-27 14:19 Rev.: 56255


Continuation of commit r56249 - fixes to get the Mac (pedantic compiler) back to working.

Forcing the comparison of pointers to nullptr instead of 0 to help with type safety.

A few cosmetic fixes including some of: Using 80+ columns, coding standards, if{}, indentation.

M CCA/Components/MPM/ReactionDiffusion/DiffusionModels/NonLinearDiff1.cc
M CCA/Components/Wasatch/ReductionHelper.cc
M CCA/Components/Wasatch/Properties.cc
M CCA/Components/Wasatch/FieldClippingTools.h
M CCA/Components/Wasatch/Wasatch.cc
M CCA/Components/Wasatch/ParseTools.cc
M CCA/Components/Wasatch/Expressions/EmbeddedGeometry/EmbeddedGeometryHelper.cc
M CCA/Components/Wasatch/WasatchParticlesHelper.cc
M CCA/Components/DataArchiver/DataArchiver.cc
M CCA/Components/Schedulers/DetailedTasks.cc
M CCA/Components/Schedulers/SchedulerCommon.cc
M Core/Grid/Grid.cc
M Core/DataArchive/DataArchive.cc
M StandAlone/tools/pfs/rawToUniqueGrains.cc
M StandAlone/tools/pfs/pfs.cc
M StandAlone/tools/pfs/pfs2.cc
M StandAlone/tools/fsspeed/fsspeed.cc
M StandAlone/tools/graphview/GV_TaskGraph.cc
M StandAlone/tools/compare_mms/compare_mms.cc
M StandAlone/slb.cc

24 lines of code changed in 6 files:

  • CCA/Components/Wasatch: FieldClippingTools.h (+2 -2), ParseTools.cc (+2 -2), Properties.cc (+5 -5), ReductionHelper.cc (+1 -1), Wasatch.cc (+13 -13), WasatchParticlesHelper.cc (+1 -1)
dav 2017-02-27 13:15 Rev.: 56254


Continuation of previous commits to fix the type safety issue (compare to nullptr instead of 0) - Wasatch commits.

- Use {} for if statements (even 1 liners).
- Use fully qualified paths for #includes.

M Wasatch/Expressions/BasicExprBuilder.cc
M Wasatch/Transport/MomentTransportEquation.cc
M Wasatch/Transport/ParseEquation.cc
M Wasatch/Transport/ParticleMomentumEquation.cc
M Wasatch/Transport/ScalarTransportEquation.cc
M Wasatch/Transport/TotalInternalEnergyTransportEquation.cc
M Wasatch/WasatchParticlesHelper.cc

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchParticlesHelper.cc (+2 -2)
Generated by StatSVN 0.7.0