Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 544 (100.0%) | 34.0 |
Packages/Uintah/StandAlone/tools/compare_mms/ | 11 (68.8%) | 474 (87.1%) | 43.0 |
Packages/Uintah/CCA/Components/Models/test/ | 5 (31.3%) | 70 (12.9%) | 14.0 |
Included a new profile for the passive scalar. Triangular Profile.
The invoke it is:
<triangularInitialize> true </triangularInitialize>
<slope> [1,0,0] </slope>
Currently this will only work in x-direction.
14 lines of code changed in 3 files:
Added new profile for a 2D exponential function.
Changed the name of the existing 1D exponential function.
use:
<exponentialInitialize_1D>...</exponentialInitialize_1D>
or
<exponentialInitialize_2D>..</exponentialInitialize_2D>
56 lines of code changed in 2 files:
Made the cout precision to 16.
5 lines of code changed in 1 file:
Undoing the change made in the last commit.
The number cells in the output is redundant.
4 lines of code changed in 1 file:
Modified the output to include number of cells touched.
11 lines of code changed in 1 file:
The output file format is changed. Only the L2-error from the last time step is recorded.
3 lines of code changed in 1 file:
Added bullet-proofing for velocity field.
47 lines of code changed in 1 file:
Removed some printf() to make it faster.
Added some time-checks to ensure desired results.
cleaned some comments.
9 lines of code changed in 1 file:
Fixed the author name and the description.
7 lines of code changed in 1 file:
The make file modifications for compiling compare_scalar command line utility.
0 lines of code changed in 2 files:
A command-line utility for error analysis of advection of passive scalar using ice.
388 lines of code changed in 2 files: