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:
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:
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:
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:
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:
(158 more)