[root]/CCA/Components/Wasatch
Expressions
(32 files, 1657 lines)
MMS
(4 files, 595 lines)
PBE
(6 files, -25 lines)
Operators
(8 files, 659 lines)
transport
(14 files, 1038 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 287 (100.0%) | 5299 (100.0%) | 18.4 |
jsutherland | 178 (62.0%) | 2759 (52.1%) | 15.5 |
tsaad | 78 (27.2%) | 2326 (43.9%) | 29.8 |
amir | 5 (1.7%) | 162 (3.1%) | 32.4 |
jas | 19 (6.6%) | 35 (0.7%) | 1.8 |
dav | 5 (1.7%) | 10 (0.2%) | 2.0 |
harman | 2 (0.7%) | 7 (0.1%) | 3.5 |
forgot to uncomment some preprocessor directives in my previous commit.
0 lines of code changed in 2 files:
Fix wasatch task DW requirements for multistage integrators.
18 lines of code changed in 1 file:
Finalize code for using Wasatch in Arches. The following changes have been made:
1. Add one way coupling between Arches fluid dynamics and Wasatch transport equations.
2. Add boundary conditions to wasatch-in-arches. All models used from Wasatch have their BCs set in Wasatch.
3. Add a Wasatch material to get things ready for MPMARCHES.
4. Wasatch in Arches now works with multipatch, multiprocessor with mpi (multipatch per processor also).
5. Multistage integrator for wasatch-arches using the Arches RK averaging interface.
6. Modify wasatch transport equations to automatically fill in the root IDs for the solution-graph-helper.
7. Add wasatch-arches input file test. This test is based on the Arches helium_1m.ups.
If you want to test Wasatch-in-Arches, there are two pieces of code in Wasatch that you must comment. This decision is based on our preference to use GhostCells instead of ExtraCells in Wasatch. When these lines of code are commented, wasatch will play well with extraCells. Please contact me or James Sutherland for additional information on what lines must be commented.
172 lines of code changed in 14 files:
eliminate an unused variable to silence a compiler warning
0 lines of code changed in 1 file:
Consolidate a bunch of duplicate code.
Note: we need rtest coverage on pressure BCs - it appears that we don't have any right now.
32 lines of code changed in 1 file:
minor cleanup
102 lines of code changed in 3 files:
silence some compiler warnings
25 lines of code changed in 1 file:
Simplify DW usage a bit for RK integrator.
6 lines of code changed in 1 file:
Refactoring expression registration & construction due to ExprLib refactor
46 lines of code changed in 11 files:
Dump version information for SpatialOps and ExprLib in output.
10 lines of code changed in 1 file:
Put hooks in place to use Extra Cells rather than Boundary Layer cells in Wasatch
136 lines of code changed in 5 files:
Changes to get wasatch compiling in arches.
It is not linking yet...
11 lines of code changed in 4 files:
More progress on fields
55 lines of code changed in 2 files:
fill in more hooks for the arches-wasatch effort. Add expression placeholders for velocity field, a method to access the IOFields from wasatch, and grab the proper information needed by the taskInterface in Arches' Explicit solver.
1 lines of code changed in 1 file:
oops - fix a mistake introduced in the time task naming commit
4 lines of code changed in 1 file:
Implement a few new methods in Wasatch in preparation for the Arches marriage / affair.
43 lines of code changed in 2 files:
Eliminate space in a file name to make linux commands happy
1 lines of code changed in 1 file:
get_iter_bcval_bckind()
- added delete to plug a memory leak.
3 lines of code changed in 1 file:
Update const safety due to improvement in ExprLib interface
1 lines of code changed in 1 file:
Modify field window calculation interface to get field extents directly from each field
43 lines of code changed in 2 files:
(100 more)