Directory CCA/Components/Wasatch/Expressions/

Total Files:
53
Deleted Files:
0
Lines of Code:
11267

[root]/CCA/Components/Wasatch/Expressions
                    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)

Lines of Code

CCA/Components/Wasatch/Expressions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 116 (100.0%) 119 (100.0%) 1.0
jas 98 (84.5%) 52 (43.7%) 0.5
ahumphrey 4 (3.4%) 28 (23.5%) 7.0
dav 1 (0.9%) 21 (17.6%) 21.0
harman 1 (0.9%) 8 (6.7%) 8.0
jsutherland 6 (5.2%) 5 (4.2%) 0.8
allen 6 (5.2%) 5 (4.2%) 0.8

Most Recent Commits

allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

5 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions: PoissonExpression.cc (new), Pressure.cc (+2 -2), RadiationSource.cc (new)
jsutherland 2017-09-27 09:06 Rev.: 57029

Minor cleanup

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: MomentumPartialRHS.h (changed)
harman 2017-06-27 09:33 Rev.: 56704

schedule_ray_tracing()
- now setting abskg_dw via the call to set_abskg_dw_perLevel()

8 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: RadiationSource.cc (+8 -7)
jsutherland 2017-06-20 12:21 Rev.: 56672

Update copyright on wasatch files.

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: LewisNumberSpeciesFlux.h (new)
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.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: RadiationSource.cc (+1 -2)
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.

27 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: RadiationSource.cc (+19 -41), RadiationSource.h (+8 -3)
jsutherland 2017-05-16 10:13 Rev.: 56536

1. Update git hash for NSCBC. This allows all NSCBC expressions to be run on GPU.
2. A few minor modifications to get past error trapping on new Mac compilers.

4 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveVelocity.cc (new)
jas 2017-04-20 13:24 Rev.: 56457

Update copyright.

52 lines of code changed in 98 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (new), BasicExprBuilder.h (new), CellType.cc (new), CellType.h (new), ConvectiveFlux.cc (new), ConvectiveFlux.h (new), Coordinate.cc (new), Coordinate.h (new), DORadSolver.cc (new), DORadSolver.h (+1 -1), DensityCalculator.h (new), DiffusiveFlux.cc (+1 -1), DiffusiveFlux.h (+1 -1), DiffusiveVelocity.cc (+1 -1), DiffusiveVelocity.h (new), Dilatation.cc (+1 -1), Dilatation.h (new), ExprAlgebra.cc (new), ExprAlgebra.h (new), GeometryBased.h (+1 -1), MomentumPartialRHS.cc (+1 -1), MomentumPartialRHS.h (+1 -1), MomentumRHS.cc (new), MomentumRHS.h (+1 -1), MonolithicRHS.cc (new), NullExpression.h (+1 -1), PoissonExpression.cc (+1 -1), PoissonExpression.h (+1 -1), Pressure.cc (+1 -1), Pressure.h (+1 -1), PrimVar.cc (new), PrimVar.h (new), RHSTerms.h (new), RadPropsEvaluator.cc (+1 -1), RadiationSource.cc (+1 -1), RadiationSource.h (+1 -1), ScalabilityTestSrc.cc (new), ScalabilityTestSrc.h (+1 -1), ScalarEOSCoupling.cc (new), ScalarEOSCoupling.h (new), ScalarRHS.cc (new), ScalarRHS.h (+1 -1), SimpleEmission.cc (new), Strain.cc (new), Strain.h (new), TabPropsEvaluator.h (new), TabPropsHeatLossEvaluator.cc (+1 -1), TabPropsHeatLossEvaluator.h (+1 -1), TimeAdvance.cc (new), TimeAdvance.h (new), TimeDerivative.h (new), sub.mk (+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

21 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+21 -23)
Generated by StatSVN 0.7.0