[root]/CCA/Components/Wasatch
Coal
(2 files, 235 lines)
CharOxidation
(0 files, 0 lines)
CCK
(12 files, 1989 lines)
FirstOrderArrhenius
(1 files, 259 lines)
Expressions
(53 files, 11267 lines)
BoundaryConditions
(20 files, 3082 lines)
EmbeddedGeometry
(7 files, 913 lines)
MMS
(4 files, 1906 lines)
PBE
(11 files, 1909 lines)
Precipitation
(15 files, 2220 lines)
Particles
(9 files, 1253 lines)
PostProcessing
(13 files, 1754 lines)
TarAndSoot
(9 files, 876 lines)
Turbulence
(13 files, 2112 lines)
Operators
(10 files, 1488 lines)
Transport
(57 files, 14482 lines)
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 |
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:
Cleanup of the Scheduler to use ports for all components
6 lines of code changed in 1 file:
made the ApplicationInterface purely virtual and cleaned up naming
7 lines of code changed in 1 file:
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:
- revert a subset of multicomponent BC changes
36 lines of code changed in 1 file:
- 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:
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:
additional changes related to the Application Common
24 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
47 lines of code changed in 4 files:
Silence a few compiler warnings.
2 lines of code changed in 3 files:
added processor node identification to the proc group, also cleaned up method names
2 lines of code changed in 3 files:
Remove an unused function
0 lines of code changed in 1 file:
Used the wrong value in my last change...
1 lines of code changed in 1 file:
Updates for change to NSCBC API
4 lines of code changed in 1 file:
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:
Minor cleanup
0 lines of code changed in 4 files:
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:
Updates to conform to new SpatialOps API.
12 lines of code changed in 3 files:
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:
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:
Update copyright.
40 lines of code changed in 66 files:
change to SimTime
2 lines of code changed in 1 file:
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:
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: