interpolateToParticlesAndUpdate_CFI()
- use px_coarse from the old_dw when computing the shape function weights.
This eliminates the hash in pure translation plots!
0 lines of code changed in 2 files:
debug_CFI()
-color the particles by the sum of the interpolation weights.
51 lines of code changed in 1 file:
Added some error checking to the geometry object code. Requesting data that was not added to the object will now throw an error.
0 lines of code changed in 2 files:
Added the ability to specify the refinement level with refinement objects. Use -1 to indicated the finest level.
7 lines of code changed in 1 file:
errorEstimate()
- simplified logic for setting refinement flags. Just test the cell's lower
and upper point and determine if it's inside a geom_object.
8 lines of code changed in 1 file:
Initialize boolean.
0 lines of code changed in 2 files:
Added the code for the Integer data type in geometry object fields.
8 lines of code changed in 3 files:
problemSetup()
- added missing "res" to the GeometryObject::DataItem
2 lines of code changed in 1 file:
Updated boundary condition treatment to infer BCEvaluator type from the boundary condition operator. This goes along with the recent update in SpatialOps.
0 lines of code changed in 2 files:
changed getInitialData_double(velocity) -> getInitialData_Vector(velocity)
0 lines of code changed in 2 files:
code generalization:
A GeometryObject can now have an arbitrary number of double,Vector,
IntVectors,Points variables associated with that object. The assumption that
each object will have a "res" and "velocity" has been removed. Justin & Todd
149 lines of code changed in 12 files:
coarsenNodalData_CFI()
-only overwrite coarse level nodal data if there is fine level data gmass is
> d_SMALL_NUM_MPM
computeAndIntegrateAcceleration()
- compute gacceleration and gvelocity_star if gmass > d_min_mass_for_acceleration
Added debugging code all over the place.
71 lines of code changed in 1 file:
sorted #includes
problemSetup()
- now reading geom_objects that define where the static refinement flags are layed down.
scheduleInitialErrorEstimate()
This just calls scheduleErrorEstimate()
ErrorEstimate()
- refinment flags are static for now and defined in the input file:
Usage:
<AMR>
<MPM>
<Refine_Regions>
<geom_object>
<box label = "regrid">
<min> [-0.2, -0.2,-0.001] </min>
<max> [ 0.2, 0.2, 0.001] </max>
</box>
<res> [2,2,1] </res>
<velocity> [0,0,0] </velocity> <!-- this sucks -Todd -->
</geom_object>
</Refine_Regions>
</MPM>
</AMR>
113 lines of code changed in 3 files:
removed the diagnostic label gSumInterpWeights. Keeping track of the weights
isn't useful.
4 lines of code changed in 5 files:
Remove deadwood
- findCellAndWeights() - AMR version
- findFinerNodes()
0 lines of code changed in 4 files:
Uncomment some #undef's so that it isn't ambiguous.
0 lines of code changed in 2 files:
- Bug fix for parallel execution when we build trees unique per patch.
- Turn on unique trees per patch so Tony can hammer out BC issues.
0 lines of code changed in 14 files:
Activate unique expressions per patch.
Tony, have a go at boundary conditions now...
5 lines of code changed in 2 files:
A slightly improved version of dumping out the UIs before and after KMMCHK.
2 lines of code changed in 1 file:
Print out the user inputs before and after calls to KMMCHK, so the user can
see how Kayenta saw fit to modify the inputs.
12 lines of code changed in 1 file:
added bulletproofing to inputs
0 lines of code changed in 2 files:
Cleanup after Amir's checkin.
- remove a bunch of temporary latex files that were committed.
- Fix some formatting (indentation)
- eliminate iterators in favor of newly added expression templates.
0 lines of code changed in 4 files:
This is some notes about what I have changed in Wasatch in uintah
Here is a summary of the added files:
- uintah/src/CCA/Components/Wasatch/Expressions/MMS/TaylorVortex.h
- uintah/src/StandAlone/inputs/Wasatch/MMS_P.ups
- uintah/doc/Other/Wasatch/MMS/(All the containing documentary files over there - 17 files)
Here is a summary of the modified files:
- uintah/src/CCA/Components/Wasatch/Expressions/BasicExprBuilder.cc
- uintah/src/StandAlone/inputs/UPS_SPEC/wasatch_spec.xml
- uintah/src/CCA/Components/Wasatch/CoordHelper.cc
743 lines of code changed in 3 files:
First cut at per-patch graphs/expressions.
Right now I am duplicating the status-quo behavior, but using a new interface that will allow us to (hopefully) migrate easily over to per-patch graphs/expressions.
Basically, a TaskInterface now manages creation of ExpressionTree objects, and can manage these so that either one is built for all patches or one is built per patch. Currently, only the one-for-all situation has been tested. Soon we will move to one graph per patch. That will facilitate boundary condition implementation.
195 lines of code changed in 6 files:
Disallow expression creation from within the BC interface.
1 lines of code changed in 1 file:
Minor cleanup.
66 lines of code changed in 5 files:
Remove a garbage file that was accidentally committed.
0 lines of code changed in 1 file:
Global:
replaced
#if 0 -> #ifdef DEBUG
computeInternalForce()
- initialize gstress
computeAndIntegrateAcceleration()
- variable name changes [c] -> [n]
- velocity -> gvelocity,
- added debugging code.
setGridBoundaryConditions()
- added conditional around setting BCs. Only set the BCs at the edge of the
computational domain, not at the CFI.
70 lines of code changed in 1 file:
using d_nPaddingCells_coars=1 & NGP = 1
coarsenNodalData_CFI()
- zero gAcceleration and gVelocityStart at the CFI on the coarse level nodes.
This eliminates the double counting on the coarse nodes.
Added debugging code to identify bugs, currently turned off.
79 lines of code changed in 1 file:
Add the executing processor to its neighorhood. Previously if a processor had no patches on all levels it would not be in its own neighborhood. This in turn caused once per proc tasks to cause a deadlock.
0 lines of code changed in 2 files:
-add single title for the montage of plots
- minor formatting changes
17 lines of code changed in 1 file:
changed assert to (s>=0)
1 lines of code changed in 1 file:
The Lz+ conditional statement was using the wrong zone of influence component.
Added assert to catch when a shape function is negative.
5 lines of code changed in 1 file:
Changed the gnuplot script to a csh script
usaage:
plot_dat_files <uda>
83 lines of code changed in 2 files:
gnuplot script for plotting conserved quantities.
0 lines of code changed in 1 file:
Per Todd's recommendation, using a different method from isnan to try to
catch the random Hypre segfaults.
0 lines of code changed in 2 files:
use field expression templates in wasatch expressions
0 lines of code changed in 2 files:
Add some documentation.
0 lines of code changed in 2 files:
added the global variable
d_nPaddingCells_coarse: Number of cells on the coarse level that contain particles and surround a fine patch.
Turned off debugging output.
48 lines of code changed in 2 files:
getOtherLevelPatches()
use IntVector::doseIntersect instead of Box::overlaps() when
deciding if a patch is within requested index space.
The call Box::overlaps() fails to do the right thing when the
fine patch boundary coincides with the coarse patch boundary
This fixes a long standing bug when getting fine level patches in ICE::reflux
code and AMRMPM.cc
0 lines of code changed in 2 files:
added missing %s in warning message
Search for the phrase "Caught exception" in sus's output instead of "exception"
The user could have the word "exception" in their code modifications which would
trigger a false positive.
0 lines of code changed in 2 files:
interpolateParticleToGrid_CFI()
- use Patch::getOtherLevelPatches with a layer of padding cells instead of
Patch::getCoarseLevelPatches().
debug_CFI()
- use Patch::getOtherLevelPatches() with a layer of padding cells instead of
Patch::getFineLevelPatches()
We need the layer of padding cells in addition to the extraCells.
There is a bug in Patch:: getOtherLevelPatches that will be fixed soon.
12 lines of code changed in 1 file:
Added a check for nan's while we try to track down these random hypre
segfaults.
29 lines of code changed in 1 file:
Fixed some compiler warnings.
19 lines of code changed in 3 files:
Fixed a couple of warnings.
1 lines of code changed in 1 file:
Update to allow for TabProps generated tables with mixture fraction
variance. Mixing model can be turned on/off using the
<use_mixing_model> tag under <Properties>.
0 lines of code changed in 4 files:
Switched to using pointers in passing the arguments for the BCHelper
9 lines of code changed in 3 files:
added the task debug_CFI() as a debugging task.
- This task colors the particles that are retrieved from the coarse level along
the CFI. It uses the same logic as interpolateParticlesToGrid_CFI() to determine
the particle set. You can visualize the particles and see if the particle
set is correct.
139 lines of code changed in 2 files:
scheduleParticleRelocation()
-added comment
0 lines of code changed in 2 files:
Remove some spew
0 lines of code changed in 2 files:
put(ParticleVariableBase)
- Improved the exception message.
0 lines of code changed in 2 files:
Only set the variable startpath once.
0 lines of code changed in 1 file:
Fixed a bug in my last commit.
8 lines of code changed in 1 file:
Added uintah to all::
removed some dead wood.
0 lines of code changed in 2 files:
Changed the way getParticleSubset() with an arbitrary range is queried. You now pass in the patch from which you want the data as the key and no longer pass in a level.
35 lines of code changed in 8 files:
getCoarseLevelRange()
- add the truncation offset for each direction, x, y, z, independently.
0 lines of code changed in 2 files:
Removed some unnecessary asserts
0 lines of code changed in 1 file:
Add another rtest and flip the switch that Justin put in to force variables to be allocated per patch rather than groups of patches (no memory windowing)
9 lines of code changed in 5 files:
Global:
getCoarseLevelRange()
- now passing in bool returnExclusiveRange.
if set to true then add the offset to ch.
AMRMPM.cc
interpolateParticlesToGrid_CFI()
Working on getting proper number of coarse level particles in the
padding cells that surround the fine patch.
42 lines of code changed in 10 files:
added more dividers
21 lines of code changed in 1 file:
Formatting.
- Consolidated all getParticleSubsets calls together.
- tabs
- added dividers
- cleaned up parameter lists.
Slightly easier to read
449 lines of code changed in 1 file:
fixed typo in BCSide
41 lines of code changed in 1 file:
A present for Justin.
Added a helper script for local regression testing. A symbolic link is added
to the Standalone directory when:
make uintah
is executed. This helper script just executes:
make gold_standards
or
make runLocalRT
24 lines of code changed in 3 files:
modified the replace gold standards message to include the path to the
replace_all_GS script.
9 lines of code changed in 1 file:
Sanity check the variable ranges after applying ghost cells.
5 lines of code changed in 1 file:
Added the ability to turn off variable combining on the OnDemandDataWarehouse. If disabled each patch/variable combination will get its own memory.
To disable combining set OnDemandDataWarehouse::d_combineMemory=false. This should only need to be done once as it is a static member of the class and is shared by all instances.
206 lines of code changed in 2 files:
remove temporary files when done with them.
0 lines of code changed in 4 files:
copy the text file
sus.log.txt, timestamp, restart_timestamp, malloc_stats, restart_malloc_stats
to the gold standard directory when it is initially created.
0 lines of code changed in 2 files:
Use a better polar decomposition algorithm.
0 lines of code changed in 2 files:
Change the way the surface normals are computed, borrowing on ideas of
John Nairn. As before, a normal is computed for every material at each node.
Then, the normal with the largest mass gradient is chosen as "the" normal,
and the normals of the other materials are assigned based on that. This
gives more reliable normals, reduces issues with corners, and, by making the
normals for all materials colinear, should help with momentum conservation.
0 lines of code changed in 2 files:
Removed an unecessary and incorrect error checking.
0 lines of code changed in 1 file:
More descriptive exception message
3 lines of code changed in 1 file:
Committing configure to match previous commit of configure.ac
0 lines of code changed in 2 files:
Updates for (Cray-Xt) Franklin computer... Not checking in 'configure' from this machine as autoconf is wrong version.
0 lines of code changed in 2 files:
Add bulletproofing for reasonable range for the Poisson ratio of the material.
0 lines of code changed in 2 files:
global:
- added a few comments
- cleaned up debugging output
problemSetup()
- simplfied some confusing logic. Restarts now work
39 lines of code changed in 1 file:
coarsenNodalData()
- rewrote task.
- only schedule this task on the coarse levels.
- You can't modify data on a different level. In the previous implementationn
I was looping over fine level patches trying to modify coarse data at the CFI.
104 lines of code changed in 1 file:
Added if clause to prevent crashing (sigsegv) when crack model not specified
0 lines of code changed in 2 files:
Added some doxygen comments. Also, resolved the spline information
outside of the cell loop for better efficiency in TabPropsInterface.cc.
48 lines of code changed in 4 files:
added output indentation.
0 lines of code changed in 2 files:
Comment out debugging output for efficiency.
2 lines of code changed in 1 file:
TSAAD: cleanup of boundary condition handler code.
51 lines of code changed in 1 file:
MPMCommon
- added printTask with different input parameters
AMRMPM
scheduleInterpolateParticlesToGrid_CFI()
- requiring variables with gac and padding cells. This may get us
past the issue of getting coarse level particles in a region surrounding
the fine patch.
scheduleCoarsenNodalData_CFI()
- changes so it will work on > 2 levels
scheduleInterpolateToParticlesAndUpdate_CFI()
- added scheduling for gSumWeights.
56 lines of code changed in 5 files:
Fix a bug in calculating coordinate field values.
8 lines of code changed in 1 file:
TSAAD:
1. Added boundary condition treatment for Wasatch. This required modifying the equation adaptors to store the xml input information about each trasnport equation.
2. Added a test case for boundary conditions.
NOTE: due to issues with extracells and boundarylayer cells, this code is NOT functional yet.
689 lines of code changed in 8 files:
removed debugging output
0 lines of code changed in 1 file:
Changes so the user can have "-" in their filenames.
Implemented a different way of extracting the log comments from the input
arguments. You need to take care when the user has " " in their comments.
This worked in the past but for some reason today it didn't.
28 lines of code changed in 5 files:
fixed conditional statement syntax error.
0 lines of code changed in 2 files:
TabPropsInterface:
Removed a variable that wasn't needed and used the private class
variable instead.
ExplicitSolver.cc:
Rearranged the dummy solve a little. This shouldn't change the answers
but makes more intuitive sense (expect the dummy solve makes no sense --
so just try to figure that one out)
ScalarEqn.cc:
In addition to the clipping after the averaging, do clipping after the
FE update to ensure bounded scalars.
44 lines of code changed in 5 files:
Missed addition of a file previously.
213 lines of code changed in 1 file:
remove "inline" keyword from a few methods that are now in the UpwindInterpolant.cc file.
0 lines of code changed in 2 files:
Update TabPropsEvaluator due to recent TabProps changes.
0 lines of code changed in 2 files:
Move a bunch of stuff from header files to .cc files, and use explicit template instantiation.
This should help speed up compilation times and may reduce code bloat a bit.
1165 lines of code changed in 23 files:
Removed extraCells as a static member of Patch. This member didn't make sense since extraCells are specified per level not globally.
39 lines of code changed in 6 files:
removed darwin local test
0 lines of code changed in 2 files:
Replaced calls to getExtraHigh/LowIndex with the equivalent SFC(x,y,z) calls.
These calls were intended to be used with boundary layer cells, not as
a way to offset the iterators.
This will not change the answers.
0 lines of code changed in 6 files:
Updated the computeExtents query to use other queries in the Patch class in order to ensure consistency.
29 lines of code changed in 2 files:
Last commit caused an error if useCrackModel was turned to false, being unable to compute the crackedEnough CC variable. This commit fixes that and consolidates a few chunks of code.
19 lines of code changed in 1 file:
Removed dead code.
0 lines of code changed in 4 files:
I can't remember is it make cleanreally or make reallyclean. Now either will work.
3 lines of code changed in 1 file:
Global: formatting
Added new task Nodal_velocity_temperature()
gVelocity /= gmass
gTemperature /= gmass
This task is scheduled after the fine level nodal data has been coarsened.
Removed this computation from InterpolateParticlesToGrid
InterpolateParticlesToGrid_CFI()
- added the missing variables that needed to be interpolated.
CoarsenNodalData_CFI()
- added the missing variables
Serial, 2D, 2 level, refinement ratio 1, pure translation, seems to work.
341 lines of code changed in 2 files:
Added some comments
0 lines of code changed in 2 files: