[root]/CCA/Components/Wasatch/Operators
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 |
Remove some superfluous "typename" stuff.
0 lines of code changed in 2 files:
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:
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
32 lines of code changed in 10 files:
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:
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:
Fix missing separator complaint from make
2 lines of code changed in 1 file:
fix and enable Upwind and Extrapolant operatorson GPUs
16 lines of code changed in 5 files:
simplify the evaluation of the Extrapolant operator
4 lines of code changed in 1 file:
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: