December 2019 Commit Log

Number of Commits:
34
Number of Active Developers:
5
harman 2019-12-19 17:35 Rev.: 59915

Added bullet proofing in getFaceIterator()

Fixed bug(s) when a control volume face coincides with a patch boundary.

constantPress_BC.ups
Added control volume to each corner of the domain. The size of the CV matches the patch extends.

0 lines of code changed in 6 files:

harman 2019-12-19 14:25 Rev.: 59914

Added git version of runSusTests
Using the date instead of svn revision number to append to sus logs.

954 lines of code changed in 5 files:

harman 2019-12-18 15:34 Rev.: 59913

Added git compatible version of startTester.

Modifed svn_checkout_scripts to download files from git repo.

344 lines of code changed in 3 files:

guilkey 2019-12-18 12:21 Rev.: 59912

Less spew in my life.

0 lines of code changed in 2 files:

jholmen 2019-12-16 16:27 Rev.: 59910

* Removed unused ArchesCore::OneDInterpolator setup.

0 lines of code changed in 2 files:

harman 2019-12-16 13:47 Rev.: 59909

Changed allFaces from initializer_list to std::vector.

7 lines of code changed in 2 files:

harman 2019-12-16 09:12 Rev.: 59908

Disabled debug tests for the drone tests. They're failing with:

Wasatch3P/src/SpatialOps/spatialops/structured/MemoryWindow.cpp:54: SpatialOps::MemoryWindow::MemoryWindow(const IntVec&, const IntVec&, const IntVec&): Assertion `sanity_check()' failed.

0 lines of code changed in 2 files:

jholmen 2019-12-14 15:13 Rev.: 59905

* Standardized differences between RayKokkos.h and Ray.h to ease comparisons.
* Renamed whichd_sigmaT4_dw to which_sigmaT4_dw.
* Cleaned up whitespace and formatting.

0 lines of code changed in 8 files:

jthornoc 2019-12-13 17:36 Rev.: 59902

Like the explicit solver, only allow CFD to execute on the finest level.

0 lines of code changed in 4 files:

jthornoc 2019-12-13 11:33 Rev.: 59896

Change 1:
Moved the RMCRT radiometer into it’s own spec. This creates a clean line between RMCRT as a radiation model
and RMCRT as a radiometer from the input perspective. Behind the scenes, not much changed as RMCRT as the
radiometer still functions as a source term.

Change 2:
Implemented doInterpolation in the trunk that Derek had introduced in the kokkos branch. This reduces code
clutter and hopefully makes merging easier to the kokkos branch.

120 lines of code changed in 15 files:

harman 2019-12-12 13:47 Rev.: 59894

printTrackedVars()
- Added support for float_type.

0 lines of code changed in 2 files:

harman 2019-12-12 10:50 Rev.: 59892

If the two udas have a different number of variables compare the common set of variables and
throw an error at exit.

0 lines of code changed in 2 files:

harman 2019-12-11 16:15 Rev.: 59889

Added a flag so user can pass compareUda options to the machinery on a per test basis.

compareUda_options="string" - Additional command line options for compare_uda

This useful for using ignoreVariables or compareVariables options.

249 lines of code changed in 20 files:

harman 2019-12-10 15:41 Rev.: 59887

printTrackedVars()
- Added more detailed bulletproofing warning message.

15 lines of code changed in 1 file:

harman 2019-12-10 14:33 Rev.: 59886

Cleaned up taskName and schedName

0 lines of code changed in 2 files:

harman 2019-12-10 10:01 Rev.: 59884

The user can specify the variables to compare, which is useful for debugging. The default is to compare all variables.

Added dividing lines.

usage:
-compareVariables[var1,var2....] (Only these variables are compared. Comma delimited list, no spaces.)

129 lines of code changed in 1 file:

harman 2019-12-09 17:38 Rev.: 59882

Added missing "s"

2 lines of code changed in 1 file:

harman 2019-12-09 17:28 Rev.: 59881

-ignoreVariable option can now handle multiple variables.

Usage: -ignoreVariables var1,var2,var3..... comma delimited list without spaces.



27 lines of code changed in 1 file:

harman 2019-12-09 13:06 Rev.: 59880

Fixed printSchedule inconsistency with name of tasks.

0 lines of code changed in 2 files:

guilkey 2019-12-07 12:29 Rev.: 59878

Change the way in which colinear normals are computed.

0 lines of code changed in 2 files:

spinti 2019-12-03 17:17 Rev.: 59874

Added modifier to particle scattering coefficient.
Removed NIGHTLYTESTS from list of LOCAL_TESTS in ARCHES.py

18 lines of code changed in 5 files:

harman 2019-12-03 15:20 Rev.: 59873

sched_initialize()
calling sched_initialize_VarLabel() instead of sched_initialize_sigmaT4()

0 lines of code changed in 2 files:

harman 2019-12-03 15:06 Rev.: 59872

RMCRTCommon:
generalized initialixe_sigmaT4 -> initialize_VarLabel
registerVariables()
- only create abskgRMCRT VarLabel is the component passes in a double_type and the user
wants to run the float implentation of RMCRT.

50 lines of code changed in 5 files:

jthornoc 2019-12-03 14:47 Rev.: 59871

Removing cout.

0 lines of code changed in 2 files:

jthornoc 2019-12-03 14:46 Rev.: 59870

This commit fixes the failure-to-run-to-completion error for test isotropic_p4_dynsmag_32 per my commit revision 59865. However, this commit creates new comparison errors with these three tests:

isotropic_p4_dynsmag_32
isotropic_p4_wale_32
isotropic_p4_sigma_32

The decay spectrum however, looks reasonably accurate and nearly identical to previous results so I am chalking this one up to fuzz diffs.

Other minor cleanup here and there.

89 lines of code changed in 13 files:

harman 2019-12-03 14:37 Rev.: 59869

Commented cout.

1 lines of code changed in 1 file:

harman 2019-12-03 13:54 Rev.: 59868

Memory leaks:
- sched_initialize() only schedule task once per proc. VarLabels are created in the task and
they should be created once per proc.
- deleted scinew var faceQ.

15 lines of code changed in 1 file:

harman 2019-12-03 09:51 Rev.: 59867

constantPressBC: not_retart tests. Control volume dat files don't compare o restarts. I need to implement copyDatFiles().


1 lines of code changed in 1 file:

harman 2019-12-02 15:06 Rev.: 59866

Moved allFaces initialization from .h file to constructor. Clang-9 reports an error otherwise.

4 lines of code changed in 2 files:

jthornoc 2019-12-02 15:04 Rev.: 59865

Fixing a DW bug with the DYN model.

20 lines of code changed in 6 files:

jthornoc 2019-12-02 14:59 Rev.: 59864

Test commit - added a line separator.

0 lines of code changed in 2 files:

harman 2019-12-02 14:13 Rev.: 59863

Users can point to tst, ups and other xml files that live outside Uintah src tree.

0 lines of code changed in 4 files:

harman 2019-12-01 19:36 Rev.: 59862

Updated exception message.

On proc0 output the filename as it's read in.

0 lines of code changed in 2 files:

harman 2019-12-01 16:37 Rev.: 59861

Dial back the number format precision so gnuplot can read the files.

0 lines of code changed in 2 files:

November 2019 »

Generated by StatSVN 0.7.0