Clean out surpurflous #includes using google:include-what-you-use tool
All mpm nightly local RT tests passed
0 lines of code changed in 50 files:
Clean out surpurflous #include
All mpm nightly local RT tests passed
0 lines of code changed in 18 files:
Used the google tool include-what-you-use to clean up
the #includes.
0 lines of code changed in 4 files:
added:
- fineLevelCFI_Patches()
This returns fine patches with a CFI and any coarse patches below it.
- removeDuplicates( Level::selectType& array )
Removes any duplicate patches in array. This belongs in Core/Grid/fixedVector.h
ComputeZoneOfInfluence()
- using the above methods simplified the logic tree by eliminating conditionals.
This shouldn't change the answers.
210 lines of code changed in 2 files:
fixed () bug that was kicked up by Allen S.
0 lines of code changed in 2 files:
added a barrier and white space cleanup
0 lines of code changed in 4 files:
added destroy calls
3 lines of code changed in 1 file:
Move ExprLib back to the latest version.
NOTE: This will break a few of the Wasatch regression tests. The GS will be updated tomorrow.
0 lines of code changed in 2 files:
Add back in the Z_LIBRARY
0 lines of code changed in 2 files:
added support to block for async calls
0 lines of code changed in 8 files:
Remove extra Z_LIBRARY references.
24 lines of code changed in 43 files:
added new lbisim functionality
320 lines of code changed in 8 files:
more additions to support libsim
0 lines of code changed in 2 files:
white and grammar cleanup
0 lines of code changed in 2 files:
added additional vars for state changes
26 lines of code changed in 3 files:
added new output ports
0 lines of code changed in 2 files:
added asyncronious saving of a data and checkpoints and a bunch of white space clean up
400 lines of code changed in 3 files:
For now, set ExprLib to a specific version while we nail down why a recent change is causing diffs.
2 lines of code changed in 1 file:
Revert tiff removal.
1529 lines of code changed in 10 files:
Remove the jpeg, tiff (old SCIRun) and traceback libraries (old SGI). Remove dependencies on Z_LIBRARY that are not needed in certain Uintah libraries.
3 lines of code changed in 7 files:
Remove an unnecessary line of code.
0 lines of code changed in 2 files:
Consolidate some code - implement inline rather than splitting it out in the header.
0 lines of code changed in 26 files:
Cleaning up #if 0ed out code, adding comments to what remains.
13 lines of code changed in 1 file:
Point to both lib and include for boost (for use when they are separated)
0 lines of code changed in 2 files:
take the keyboard away!
1 lines of code changed in 1 file:
Fix a very subtle bug in the compressible algorithm. The bug was due to the poorly designed interface for constructing diffusive fluxes when the old variable density algorithm was being used. This should address the failures that were "randomly" taking place on the RT machine. We may still have to rebless the GS since this commit will change answers.
18 lines of code changed in 7 files:
This should have been added to the last commit
2 lines of code changed in 2 files:
debug_CFI_experimental()
- final update before it's tossed in the trash and we start over.
coarseLevelCFI_Patches()
- Now returning the CFI_coarsePatches and CFI_finePatches
coarsenNodalData_CFI*()
- using CFI_finePatches from coarseLevelCFI_Patches() call. This simplifies
the mumbo and the jumbo slightly.
* This commit should not change the answers.
53 lines of code changed in 1 file:
Added 1D, 3 level, advection test to nightly RT. Particles are moving across the CFI and
leaving the domain.
0 lines of code changed in 2 files:
Moved all AMRMPM tests into their own array/list AMRTESTS. Allows user to just run those tests.
65 lines of code changed in 1 file:
Reverting commit 54488 and 54487 which were causing crashes on Mira, probably due to a poorly condition matrix.
0 lines of code changed in 4 files:
Added if statement to CoalTemperature problemSetup to avoid computing coefficients for an enthalpy curve fit if we are not using that part of the model.
47 lines of code changed in 1 file:
add regression tests for compressible flow.
0 lines of code changed in 2 files:
fix the Wasatch RT
3 lines of code changed in 1 file:
Added a sandbox task ( debug_CFI_experimental()) to experiment with getParticleSubsetAllLevels()
155 lines of code changed in 2 files:
Remove a few superfluous "typename" declarations that were causing problems on mira.
6 lines of code changed in 1 file:
Silence a few more warnings coming out of g++.
15 lines of code changed in 6 files:
Consolidate functors and overload evaluate() in TabPropsEvaluator
0 lines of code changed in 2 files:
Misc. cleanup.
0 lines of code changed in 6 files:
remove a typename outside of template. This was causing compilation problems on MIRA.
1 lines of code changed in 1 file:
Added a user defined clamp to the internal src regions. The value of the scalar can't exceed (X).
0 lines of code changed in 4 files:
Silence some compiler warnings.
15 lines of code changed in 8 files:
added mpi stats
76 lines of code changed in 3 files:
Minor cleanup on some particle stuff.
60 lines of code changed in 3 files:
Remove some superfluous "typename" stuff.
0 lines of code changed in 2 files:
First cut at a fully functional compressible flow solver in Wasatch.
1. Uses a collocated grid arrangement
2. Current supports a calorically perfect gas only
3. No shock capturing since the algorithm is intended for low-Mach simulations when preconditioning is implemented
4. Look at the two input files: compressible-flow-test-1d and compressible-flow-test-2d for examples
5. RT will be added soon
689 lines of code changed in 31 files:
white space clean up
171 lines of code changed in 1 file:
added a access method for AMR
0 lines of code changed in 2 files:
clean up of teh libsim
436 lines of code changed in 4 files:
correct grid assignment and white space cleanup
12 lines of code changed in 3 files:
Fix failing wasatch build due to removing a "using SCIRun::IntVector" from a header file upstream.
9 lines of code changed in 9 files:
cosmetics:
-added {}
-added dividers
- removed "insert documentaion" lines.
- prune #includes.
0 lines of code changed in 4 files:
debugCFI task:
pull psize from the old_dw.
added dividers
42 lines of code changed in 1 file:
improved file geometry import and manufactured solutions compatibility
55 lines of code changed in 3 files:
get rid of the "suffix" argument when setting up convective flux. Introducing the suffix was a bad design decision.
10 lines of code changed in 9 files:
add a static variable that allows us to detect the type of treatment used for the fluid dynamics (lowMach vs Incompressible). This is necessary to help us identify when to pass Uintah solver information to the pressure.
20 lines of code changed in 4 files:
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
397 lines of code changed in 226 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "ZeroModel">
</ZeroModel>
</ZeroModel>
</Model>
There is more cleaning to do. This commit should not change the answers
0 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "DDT0">
</DDT0>
</DDT0>
</Model>
There is more cleaning to do. This commit should not change the answers
0 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "Simple_Burn">
<Simple_Burn>
</Simple_Burn>
</Model>
There is more cleaning to do. This commit should not change the answers
0 lines of code changed in 2 files:
Adjust nomenclature to be consistent.
5 lines of code changed in 1 file:
Added the option to use a curve fit for particle enthalpy, rather than using non-linear solve. This is needed so that the temperature field can be characterized in terms for enthalpy for equilibrium models.
192 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "JWLpp">
<JWLpp>
</JWLpp>
</Model>
There is more cleaning to do. This commit should not change the answers.
0 lines of code changed in 2 files:
removed redundant test. The main difference between this test and DDT.ups is the
semi-implicit pressure solve.
0 lines of code changed in 2 files:
If
SCI_DEBUG ExecTimes:+
is set output the exectimes files.
0 lines of code changed in 4 files:
removed extra vars
0 lines of code changed in 1 file:
include cleanup
12 lines of code changed in 3 files:
split the libsim library
2225 lines of code changed in 7 files:
try a different method for resetting the environmental variable
0 lines of code changed in 2 files:
added an exist check
25 lines of code changed in 1 file:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "Unsteady_Burn">
<Unsteady_Burn>
</Unsteady_Burn>
</Model>
There is more cleaning to do. This commit should not change the answers.
0 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "Steady_Burn">
<Steady_Burn>
</Steady_Burn>
</Model>
There is more cleaning to do. This commit should not change the answers.
0 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "AdiabaticTable">
<X model>
</ X model>
</Model>
There is more cleaning to do. This commit should not change the answers.
7 lines of code changed in 1 file:
Get the strain tensor and convective fluxes to properly hook up to the compressible momentum equations.
Segregate the common features of momentum transport for an easier implementation of the compressible algorithm.
320 lines of code changed in 15 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "AdiabaticTable">
<X model>
</ X model>
</Model>
There is more cleaning to do. This commit should not change the answers.
0 lines of code changed in 2 files:
Clean up some inconsistencies that I've allowed to exist for 10+ years.
The ups spec for models is now
<Model type = "LightTime">
<X model>
</ X model>
</Model>
There is more cleaning to do. This commit should not change the answers.
0 lines of code changed in 6 files:
merge from Genesis.2 branch.
User can now add geometry object(s) to inject a passive scalar in the interior of the domain.
147 lines of code changed in 2 files:
Remove tabs
14 lines of code changed in 1 file:
added messages to the libsim
159 lines of code changed in 2 files:
white space clean up
5 lines of code changed in 1 file:
1. Simplify the momentum transport equation base class
2. Derive the Compressible momentum transport equation from the aforementioned base class
22 lines of code changed in 5 files:
Change how we deal with per-patch variables in Wasatch field bindings.
The framework is currently a bit sketchy on how it handles these, and Brad is working to fix that...
3 lines of code changed in 1 file:
Generalize the turbulence closure models to handle a collocated grid arrangement.
Also cleanup some warnings.
235 lines of code changed in 12 files:
must use absolute path for gpu build to work
1 lines of code changed in 1 file:
fix typo in makefile that caused Wasatch gpu build failure
0 lines of code changed in 2 files:
New abstraction for momentum transport in preparation for compressible flow support.
1. Create a base class for momentum transport
2. Derive a class for low-Mach problems
TODO: adapt the compressible momentum equation to use this new abstraction
1611 lines of code changed in 8 files:
For Dav: Have configure look in /usr/local/lib for fortran if all else fails. This hack needed for a new Mac running El Capitan.
477 lines of code changed in 2 files: