Directory CCA/Components/Wasatch/Operators/

Total Files:
10
Deleted Files:
0
Lines of Code:
1469

[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 36 (100.0%) 106 (100.0%) 2.9
tsaad 21 (58.3%) 84 (79.2%) 4.0
dav 2 (5.6%) 12 (11.3%) 6.0
jas 11 (30.6%) 10 (9.4%) 0.9
jsutherland 2 (5.6%) 0 (0.0%) 0.0

Most Recent Commits

jsutherland 2015-12-10 14:47 Rev.: 54519

Remove some superfluous "typename" stuff.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: Operators.h (new)
tsaad 2015-12-10 11:28 Rev.: 54517

First cut at a fully functional compressible flow solver in Wasatch.
1. Uses a collocated grid arrangement
2. Current supports a calorically perfect gas only
3. No shock capturing since the algorithm is intended for low-Mach simulations when preconditioning is implemented
4. Look at the two input files: compressible-flow-test-1d and compressible-flow-test-2d for examples
5. RT will be added soon

29 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Operators: Operators.cc (+3 -6), Operators.h (+26)
tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

32 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+24 -24), FluxLimiterInterpolant.h (new), OperatorTypes.h (new), Operators.cc (+2 -2), Operators.h (+2 -2), UpwindInterpolant.h (new)
tsaad 2015-09-24 15:34 Rev.: 54034

1. Create a BCHelper base class so that Arches (and other components) can use the features provided by the BCHelper.
2. From the BCHelper, derive a new class called WasatchBCHelper that specializes in applying boundary conditions for Wasatch
3. Start deprecating the use of the BCHelperTools
Other component developers are welcome/encouraged to look at the BCHelper and see if it can be leveraged for their applications.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: Operators.cc (+1)
dav 2015-07-31 15:12 Rev.: 53775

Commit to allow for building minimum set of Wasatch files when
Wasatch is not required, but Arches is.

M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/Wasatch/sub.mk
M CCA/Components/sub.mk
M Makefile.in
M build_scripts/program.mk
- Indent properly, remove badly placed tabs.

M configVars.mk.in
M configure
M configure.ac


12 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: sub.mk (new)
tsaad 2015-07-07 15:14 Rev.: 53708

Fix missing separator complaint from make

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: sub.mk (+2 -2)
tsaad 2015-07-07 14:50 Rev.: 53705

fix and enable Upwind and Extrapolant operatorson GPUs

16 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Operators: Extrapolant.cc (+2 -2), UpwindInterpolant.cc (+2 -2), sub.mk (+12 -6)
tsaad 2015-07-06 13:48 Rev.: 53700

simplify the evaluation of the Extrapolant operator

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: Extrapolant.cc (+4 -6)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

10 lines of code changed in 11 files:

  • CCA/Components/Wasatch/Operators: Extrapolant.cc (+1 -1), Extrapolant.h (new), FluxLimiterInterpolant.cc (+1 -1), FluxLimiterInterpolant.h (+1 -1), OperatorTypes.h (+1 -1), Operators.cc (+1 -1), Operators.h (+1 -1), UpwindInterpolant.cc (+1 -1), UpwindInterpolant.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0