[root]/CCA/Components/Wasatch/Operators
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 1435 (100.0%) | 27.5 |
tsaad | 18 (34.6%) | 1158 (80.7%) | 64.3 |
jsutherland | 28 (53.8%) | 272 (19.0%) | 9.7 |
jas | 5 (9.6%) | 4 (0.3%) | 0.8 |
dav | 1 (1.9%) | 1 (0.1%) | 1.0 |
Formatting changes
4 lines of code changed in 2 files:
Update Wasatch to use the new discretization approach.
- modify field types
- simplify some things related to staggering direction on transport equations
- misc formatting changes
- update BC treatment to conform to new discretization strategy
54 lines of code changed in 5 files:
Revert the copyright date change that was done incorrectly.
2 lines of code changed in 3 files:
Update copyright year.
2 lines of code changed in 2 files:
Updating some documentation
Minor formatting changes in a few places.
63 lines of code changed in 10 files:
clean up some compiler warnings
0 lines of code changed in 1 file:
Merge branch 'stencil'
98 lines of code changed in 4 files:
Change the method of calculating strides so as to phase out the use of the IndexHelper.
27 lines of code changed in 2 files:
Added newline at end of files to remove compiler warning.
1 lines of code changed in 1 file:
Register proper operators for calculating RHS of pressure poisson equation.
11 lines of code changed in 1 file:
Fix include path for a SpatialOps file.
3 lines of code changed in 2 files:
1. Removed SuperBeeInterpolant and replaced it with a FluxLimiterInterpolant to handle a variety of convective flux limiters.
2. Added several flux limiters. These are defined in the ConvectiveInterpolationMethods.h
3. Cleaned up ScalarTransportEquation and ConvectiveFlux expression.
610 lines of code changed in 9 files:
- fix convective flux compilation issues
- clean up other stuff associated with explicit template instantiation for convective fluxes.
1 lines of code changed in 1 file:
Changes due to moving Operator type inference into SpatialOps.
36 lines of code changed in 1 file:
Repair counter in the z direction.
0 lines of code changed in 1 file:
1. Added Superbee limiter for convective flux calculation.
2. Changed ConvectiveFluxUpwind to ConvectiveFluxLimiter. This is to be used with convective flux interpolants that are dependent on a velocity field including limiters.
3. Modified sub.mk to compile the new interpolant.
510 lines of code changed in 5 files:
- Move some field type inference utilities to SpatialOps.
- Modify some header inclusions.
10 lines of code changed in 1 file:
- Move some header stuff into a implementation file with explicit template instantiation
- Modify some documentation.
- minor changes to build system.
3 lines of code changed in 1 file: