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:
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:
Added git compatible version of startTester.
Modifed svn_checkout_scripts to download files from git repo.
344 lines of code changed in 3 files:
Less spew in my life.
0 lines of code changed in 2 files:
* Removed unused ArchesCore::OneDInterpolator setup.
0 lines of code changed in 2 files:
Changed allFaces from initializer_list to std::vector.
7 lines of code changed in 2 files:
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:
* 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:
Like the explicit solver, only allow CFD to execute on the finest level.
0 lines of code changed in 4 files:
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:
printTrackedVars()
- Added support for float_type.
0 lines of code changed in 2 files:
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:
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:
printTrackedVars()
- Added more detailed bulletproofing warning message.
15 lines of code changed in 1 file:
Cleaned up taskName and schedName
0 lines of code changed in 2 files:
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:
Added missing "s"
2 lines of code changed in 1 file:
-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:
Fixed printSchedule inconsistency with name of tasks.
0 lines of code changed in 2 files:
Change the way in which colinear normals are computed.
0 lines of code changed in 2 files:
Added modifier to particle scattering coefficient.
Removed NIGHTLYTESTS from list of LOCAL_TESTS in ARCHES.py
18 lines of code changed in 5 files:
sched_initialize()
calling sched_initialize_VarLabel() instead of sched_initialize_sigmaT4()
0 lines of code changed in 2 files:
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:
Removing cout.
0 lines of code changed in 2 files:
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:
Commented cout.
1 lines of code changed in 1 file:
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:
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:
Moved allFaces initialization from .h file to constructor. Clang-9 reports an error otherwise.
4 lines of code changed in 2 files:
Fixing a DW bug with the DYN model.
20 lines of code changed in 6 files:
Test commit - added a line separator.
0 lines of code changed in 2 files:
Users can point to tst, ups and other xml files that live outside Uintah src tree.
0 lines of code changed in 4 files:
Updated exception message.
On proc0 output the filename as it's read in.
0 lines of code changed in 2 files:
Dial back the number format precision so gnuplot can read the files.
0 lines of code changed in 2 files: