Directory CCA/Components/Wasatch/Operators/

Total Files:
8
Deleted Files:
2
Lines of Code:
659

[root]/CCA/Components/Wasatch/Operators

Lines of Code

CCA/Components/Wasatch/Operators/ Lines of Code

Developers

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

Most Recent Commits

jsutherland 2011-10-15 19:42 Rev.: 47724

Formatting changes

4 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.cc (new)
jsutherland 2011-10-15 18:02 Rev.: 47723

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:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (new), UpwindInterpolant.cc (+45 -54), UpwindInterpolant.h (new)
jas 2011-08-31 13:49 Rev.: 47539

Revert the copyright date change that was done incorrectly.

2 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.h (+1 -1), sub.mk (+1 -1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.h (+1 -1), sub.mk (+1 -1)
jsutherland 2011-07-27 15:55 Rev.: 47384

Updating some documentation
Minor formatting changes in a few places.

63 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+6 -7), FluxLimiterInterpolant.h (+14 -8), OperatorTypes.h (+12 -1), Operators.cc (+3 -6), Operators.h (new), UpwindInterpolant.h (+19 -16)
jsutherland 2011-07-15 14:15 Rev.: 47343

clean up some compiler warnings

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: Operators.cc (-2)
jsutherland 2011-03-10 20:25 Rev.: 46935

Merge branch 'stencil'

98 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.h (+1 -1), Operators.cc (+33 -259), UpwindInterpolant.cc (+60 -84), UpwindInterpolant.h (+4 -19)
tsaad 2011-03-05 16:05 Rev.: 46915

Change the method of calculating strides so as to phase out the use of the IndexHelper.

27 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+23 -3), FluxLimiterInterpolant.h (+4)
dav 2011-02-09 13:27 Rev.: 46815

Added newline at end of files to remove compiler warning.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.h (+1 -1)
tsaad 2011-02-02 11:03 Rev.: 46773

Register proper operators for calculating RHS of pressure poisson equation.

11 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: Operators.cc (+11)
jsutherland 2011-01-29 08:21 Rev.: 46754

Fix include path for a SpatialOps file.

3 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+2 -2), UpwindInterpolant.cc (+1 -1)
tsaad 2011-01-21 22:07 Rev.: 46730

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:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+411), FluxLimiterInterpolant.h (+127), OperatorTypes.h (+5 -4), Operators.cc (+29 -29), SuperbeeInterpolant.cc (del), SuperbeeInterpolant.h (del), UpwindInterpolant.cc (+27 -27), UpwindInterpolant.h (+10 -3), sub.mk (+1 -1)
jsutherland 2011-01-20 14:28 Rev.: 46723

- 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:

  • CCA/Components/Wasatch/Operators: OperatorTypes.h (+1 -1)
jsutherland 2011-01-20 14:27 Rev.: 46718

Changes due to moving Operator type inference into SpatialOps.

36 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: OperatorTypes.h (+36 -65)
tsaad 2011-01-19 10:36 Rev.: 46704

Repair counter in the z direction.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: SuperbeeInterpolant.cc (new)
tsaad 2011-01-18 22:00 Rev.: 46703

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:

  • CCA/Components/Wasatch/Operators: OperatorTypes.h (+5), Operators.cc (+39), SuperbeeInterpolant.cc (+352), SuperbeeInterpolant.h (new 112), sub.mk (+2 -1)
jsutherland 2011-01-17 13:39 Rev.: 46696

- Move some field type inference utilities to SpatialOps.
- Modify some header inclusions.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: Operators.cc (+10 -7)
jsutherland 2011-01-14 11:52 Rev.: 46691

- 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:

  • CCA/Components/Wasatch/Operators: sub.mk (+3)
Generated by StatSVN 0.4.0