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:
take the keyboard away!
1 lines of code changed in 1 file:
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:
Added a sandbox task ( debug_CFI_experimental()) to experiment with getParticleSubsetAllLevels()
155 lines of code changed in 2 files:
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:
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:
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:
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:
(195 more)