Directory CCA/Components/Wasatch/

Total Files:
26
Deleted Files:
0
Lines of Code:
3614

[root]/CCA/Components/Wasatch
                directory in repo Expressions (32 files, 1657 lines)
                    directory in repo MMS (4 files, 595 lines)
                    directory in repo PBE (6 files, -25 lines)
                directory in repo Operators (8 files, 659 lines)
                directory in repo transport (14 files, 1038 lines)

Lines of Code

CCA/Components/Wasatch/ Lines of Code

Developers

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

Most Recent Commits

tsaad 2011-12-29 16:20 Rev.: 48057

forgot to uncomment some preprocessor directives in my previous commit.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TaskInterface.cc (changed)
tsaad 2011-12-29 15:12 Rev.: 48055

Fix wasatch task DW requirements for multistage integrators.

18 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TaskInterface.cc (+18 -18)
tsaad 2011-12-29 08:45 Rev.: 48050

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:

  • CCA/Components/Wasatch: BCHelperTools.cc (new), TimeStepper.cc (new), TimeStepper.h (new), Wasatch.cc (+27 -11), Wasatch.h (new), WasatchMaterial.cc (new 40), WasatchMaterial.h (new 79), sub.mk (new)
jsutherland 2011-12-27 21:59 Rev.: 48048

eliminate an unused variable to silence a compiler warning

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (-1)
jsutherland 2011-12-27 12:27 Rev.: 48047

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:

  • CCA/Components/Wasatch: BCHelperTools.cc (+32 -219)
jsutherland 2011-12-27 12:26 Rev.: 48046

minor cleanup

102 lines of code changed in 3 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+81 -87), BCHelperTools.h (+21 -29)
jsutherland 2011-12-27 11:43 Rev.: 48045

silence some compiler warnings

25 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+25 -1)
jsutherland 2011-12-27 11:05 Rev.: 48044

Simplify DW usage a bit for RK integrator.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TaskInterface.cc (+6 -17)
jsutherland 2011-12-17 18:06 Rev.: 48022

Refactoring expression registration & construction due to ExprLib refactor

46 lines of code changed in 11 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+1 -1), CoordHelper.cc (+18 -18), GraphHelperTools.h (+1 -1), Properties.cc (new), TaskInterface.cc (+2 -2), TimeStepper.cc (+5 -5), TimeStepper.h (+7 -7), Wasatch.cc (+6 -6)
jsutherland 2011-12-14 13:42 Rev.: 47996

Dump version information for SpatialOps and ExprLib in output.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+10)
jsutherland 2011-12-12 17:51 Rev.: 47981

Put hooks in place to use Extra Cells rather than Boundary Layer cells in Wasatch

136 lines of code changed in 5 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+133 -99), FieldAdaptor.cc (new), FieldAdaptor.h (+1)
jsutherland 2011-12-08 11:42 Rev.: 47959

Changes to get wasatch compiling in arches.
It is not linking yet...

11 lines of code changed in 4 files:

  • CCA/Components/Wasatch: GraphHelperTools.h (+2 -2), TaskInterface.h (+7), Wasatch.h (+2 -1)
jsutherland 2011-12-07 22:38 Rev.: 47957

More progress on fields

55 lines of code changed in 2 files:

  • CCA/Components/Wasatch: FieldAdaptor.cc (+11 -26), FieldAdaptor.h (+44 -14)
tsaad 2011-12-06 17:00 Rev.: 47945

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:

  • CCA/Components/Wasatch: Wasatch.h (+1)
jsutherland 2011-12-02 18:40 Rev.: 47924

oops - fix a mistake introduced in the time task naming commit

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TaskInterface.cc (+4 -4)
jsutherland 2011-12-02 18:40 Rev.: 47923

Implement a few new methods in Wasatch in preparation for the Arches marriage / affair.

43 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Wasatch.cc (+9 -6), Wasatch.h (+34 -26)
jsutherland 2011-12-02 18:40 Rev.: 47922

Eliminate space in a file name to make linux commands happy

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TimeStepper.cc (+1 -1)
harman 2011-12-02 11:34 Rev.: 47915

get_iter_bcval_bckind()
- added delete to plug a memory leak.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+3 -1)
jsutherland 2011-12-01 16:57 Rev.: 47906

Update const safety due to improvement in ExprLib interface

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TaskInterface.cc (+1 -1)
jsutherland 2011-12-01 16:57 Rev.: 47905

Modify field window calculation interface to get field extents directly from each field

43 lines of code changed in 2 files:

  • CCA/Components/Wasatch: FieldAdaptor.cc (+24 -5), FieldAdaptor.h (+19 -2)

(100 more)

Generated by StatSVN 0.4.0