Aargh, forgot to commit this with the LinearInterpolator files. So much
for my atomic commit.
0 lines of code changed in 2 files:
Don't need shape function derivatives in interpolateToParticlesAndUpdate.
0 lines of code changed in 2 files:
include Stencil7 and NCVariable.
0 lines of code changed in 2 files:
Added a new version of findCellAndWeights to LinearInterpolator, now used
in AMRMPM.cc. Seems to work on a single level, not tested on multiple levels
yet.
166 lines of code changed in 5 files:
Fixed some bugs in the zone of influence code.
28 lines of code changed in 1 file:
Added g.zoi label
0 lines of code changed in 4 files:
Add zone of influence stuff.
11 lines of code changed in 1 file:
Added a task to compute the "zone of influence" of each node. This is
currently done every timestep, but needs to be changed to only happen
at regrid time.
151 lines of code changed in 1 file:
Getting particle data from coarser and finer patches for
interpolateParticlesToGrid. Pushing data from all particles
to grid, although not quite yet in the correct way.
79 lines of code changed in 1 file:
Now getting data from coarser and finer levels for use in
interpolateParticlesToGrid. Collection of data from the finer
level needs to be optimized.
131 lines of code changed in 1 file:
Bring another version of getParticleSubset from the ODDW into the DW so that
it can be accessed from AMRMPM.
0 lines of code changed in 4 files:
Two more babysteps toward AMR-MPM. 1. scheduleTimeAdvance is split into
several loops over all levels with considerations of data dependencies across
levels taken into account. 2. Collecting data from coarser and finer
levels for use in interpolateToParticlesAndUpdate.
112 lines of code changed in 1 file:
Added getCoarseLevelRangeNodes.
0 lines of code changed in 4 files:
Add StrainEnergy type to the outputProblemSpec
0 lines of code changed in 2 files:
Baby steps towards moving particles to a finer level if one exists, or a
coarser level if they run off the edge of the current level. They are
at least now in the correct sets (refineset, coarsenset) but I have no
idea what to do next.
53 lines of code changed in 1 file:
Only create particles on the finest level at a given point in space.
0 lines of code changed in 2 files:
Created a stripped down version of SerialMPM to be a place to start working
on implementing AMR within Uintah's MPM. Also, fixed a few small issues
in SerialMPM discovered as part of this process.
2124 lines of code changed in 5 files:
Added some commented out option for use with super_lu.
0 lines of code changed in 2 files:
Stupid formatting change.
0 lines of code changed in 2 files:
Adding a material model for a Newtonian liquid.
495 lines of code changed in 6 files:
(78 more)