Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 262 (100.0%) | 8633 (100.0%) | 32.9 |
CCA/Components/Wasatch/transport/ | 65 (24.8%) | 2652 (30.7%) | 40.8 |
CCA/Components/Wasatch/ | 78 (29.8%) | 2326 (26.9%) | 29.8 |
CCA/Components/Wasatch/Operators/ | 18 (6.9%) | 1158 (13.4%) | 64.3 |
CCA/Components/Wasatch/Expressions/PBE/ | 12 (4.6%) | 1039 (12.0%) | 86.5 |
CCA/Components/Wasatch/Expressions/ | 42 (16.0%) | 726 (8.4%) | 17.2 |
CCA/Components/Wasatch/Expressions/MMS/ | 4 (1.5%) | 276 (3.2%) | 69.0 |
CCA/Components/Arches/ | 20 (7.6%) | 267 (3.1%) | 13.3 |
R_Tester/ | 12 (4.6%) | 92 (1.1%) | 7.6 |
Core/Grid/ | 5 (1.9%) | 62 (0.7%) | 12.4 |
CCA/Components/Solvers/ | 2 (0.8%) | 35 (0.4%) | 17.5 |
StandAlone/tools/extractors/ | 4 (1.5%) | 0 (0.0%) | 0.0 |
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.
562 lines of code changed in 40 files:
make changes based on Dav's recent commit to building wasatch in arches.
41 lines of code changed in 4 files:
BoundaryCondition relies on mmbcvelocity_fort... (Dd)
1 lines of code changed in 1 file:
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.
26 lines of code changed in 2 files:
Apply boundary conditions to the initial condition \n
262 lines of code changed in 15 files:
Remove an obsolete test from the nightly regression tests. this caused the recent buildbot failure.
0 lines of code changed in 1 file:
Major changes to the boundary conditions processing in Wasatch. Get rid of macros and template all functions. Add 12 regression tests for boundary conditions with multipatches. fix multipatch bug in boundary conditions. fix windowing bug in pressure rhs calculation. Note that the regression tester will break - I will update this after midnight.
794 lines of code changed in 7 files:
Fix bug in calculation of normal stress by multiplying the dilatation term by the viscosity.
1 lines of code changed in 1 file:
Use new persistency properties of expressions for dynamic vs external memory allocation.
61 lines of code changed in 4 files:
Remove the wasatch failing test from the regression tester until we fix the new persistency issue with ExprLib/Wasatch.
2 lines of code changed in 1 file:
remove a cout statement.
0 lines of code changed in 1 file:
cleanup
2 lines of code changed in 1 file:
Change the location where we set the IO boolean for a field. This works with Devin's memory management magic.
27 lines of code changed in 1 file:
Add a list of fields that are saved by the uintah data archiver. Use that list to specify which fields in the tree are persistent. This in turn will be used in the memory management work being done on ExprLib.
45 lines of code changed in 6 files:
Add sin(t) expression for use in verification of time integrators.
135 lines of code changed in 2 files:
Add more useful information to error diagnostics in boundary conditions
4 lines of code changed in 1 file:
Add the necessary tools to set the bcs for the momentum solver. Still need to check whether we need bcs on the momentum rhs or on the convective and diffusive fluxes separately. Also, add ability to solve under inviscid flow conditions by avoiding the constructiong of viscous stress expressions. This will help in debugging the momentum solver with boundary conditions.
767 lines of code changed in 8 files:
Allow user to specify output precision in lineextract and timeextract tools. Also, set default precision in timeextract to 16 to be consistent with that in lineextract. Finally, fix typos and formatting for the help section.
0 lines of code changed in 4 files:
(51 more)