January 2019 Commit Log

Number of Commits:
23
Number of Active Developers:
4
milo 2019-01-31 13:48 Rev.: 59186

minor change in the calculation of the density of deposits based on posrosity. No test is expected to break. Milo

2 lines of code changed in 2 files:

harman 2019-01-30 10:23 Rev.: 59184

meanTurbFluxesVerify.py
- Fixed error in covariance calculation.
- Cutput the covariance to a file.
- More descriptive file headers

meanTurbFluxes/planAverage
- fixed copy/paste error

- vel.z() * vel.z() ); // w'u'
+ vel.z() * vel.u() ); // w'u'
( Even your mother can find these types of errors if you do a good job formating the equations.)

Allow for dynamic headers used in the output files.

The code is verified for a single patch problem.


78 lines of code changed in 3 files:

guilkey 2019-01-28 18:28 Rev.: 59182

The GeometryPiece::inside method now take in an optional boolean argument
so that MPM can use a more robust, but more expensive, version of that test
for triangulated surfaces, but Arches can continue to use the fast version
that I selfishly overwrote in the fall.

114 lines of code changed in 86 files:

harman 2019-01-28 16:39 Rev.: 59181

Added description of the algorithm.
More work on verifying the code.

131 lines of code changed in 3 files:

harman 2019-01-25 14:31 Rev.: 59179

User can override the computed pressure gradient and set it to a fixed value. This is useful
when running verification tests (Couette-Poiseuille type flows) in periodic domains.


ups spec:
<fixedPressureGradient>
<x_dir> ? </x_dir>
<y_dir> ? </y_dir>
<z_dir> ? </z_dir>
</fixedPressureGradient>

Moved initialization of global variables from the constructor to the declaration statement in
the .h file. There's no need to look in two places to find the initial value.

75 lines of code changed in 3 files:

harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

1994 lines of code changed in 3698 files:

harman 2019-01-17 14:06 Rev.: 59174

framework_scripts:
- polished

postProcessTools:
- updated the path used by the unix() command so it will find the uintah
utilities

test_config_files:
- updated gnuplot script so labels describing the experiement are displayed.


112 lines of code changed in 24 files:

harman 2019-01-17 13:58 Rev.: 59173

Added Couette-Poiseuille order of accuracy tests in XY plane, also for testing timestep size.

370 lines of code changed in 4 files:

allen 2019-01-16 18:24 Rev.: 59171

white space clean up

6 lines of code changed in 1 file:

allen 2019-01-16 18:24 Rev.: 59170

now using the info mapper for reporting stats

42 lines of code changed in 1 file:

allen 2019-01-16 18:23 Rev.: 59169

clean up of the reporting of stats

30 lines of code changed in 1 file:

allen 2019-01-16 17:46 Rev.: 59168

added in situ support for the thread stats

153 lines of code changed in 2 files:

allen 2019-01-16 17:45 Rev.: 59167

added the vector mapper to collect thread stats

57 lines of code changed in 2 files:

allen 2019-01-16 17:45 Rev.: 59166

added a vector mapper to collect stats for a collection (such as for threads) all an individual rank

560 lines of code changed in 1 file:

allen 2019-01-15 12:24 Rev.: 59165

added thread support

167 lines of code changed in 1 file:

allen 2019-01-14 11:25 Rev.: 59163

remove member m_num_threads and use g_num_threads

9 lines of code changed in 2 files:

harman 2019-01-11 17:29 Rev.: 59161

Replaced redundant code with functions/getTimeGridInfo.m

151 lines of code changed in 8 files:

harman 2019-01-11 16:31 Rev.: 59160

Dust off and update the Rayleigh test problem in all 3 directions.

159 lines of code changed in 7 files:

harman 2019-01-11 16:19 Rev.: 59159

Create symbolic link to the latest test directory. Similar to how it's done when udas are created.
Added (label) tag to the plotting script. This is used to provide simulation details
Create simbolic link to postProcessing cmd in the test directory.


12 lines of code changed in 3 files:

harman 2019-01-11 11:41 Rev.: 59156

Consolidated code for extracting time and grid data, used in many postProcess scripts, into single function (getTimeGridInfo.m)
More scripts need to be cleaned up.

--Adam

91 lines of code changed in 2 files:

guilkey 2019-01-09 23:23 Rev.: 59155

Pass in lcrit when creating a non-fast CPDI on the fly.

3 lines of code changed in 1 file:

allen 2019-01-09 12:08 Rev.: 59154

removed unused vars

0 lines of code changed in 1 file:

allen 2019-01-09 12:02 Rev.: 59153

minor mane change for clarity

68 lines of code changed in 11 files:

Generated by StatSVN 0.7.0