Formatting
0 lines of code changed in 2 files:
Minor improvements to this model.
0 lines of code changed in 2 files:
Getting rid of d_includeFlowWork, it exists in the base class.
0 lines of code changed in 2 files:
Update particle position with vg_new, not vg, to better reflect the
Uintah implementation.
0 lines of code changed in 2 files:
A simple one-dimensional MPM code for matlab.
220 lines of code changed in 1 file:
Rescued some pows.
0 lines of code changed in 2 files:
Fixed a bug that I introduced in yesterday's de-yukkifying.
1 lines of code changed in 1 file:
De-yukkified quite a bit.
100 lines of code changed in 1 file:
Made some improvements to the IdealGas model, in particular with respect
to computing P*dV work done on the particles.
6 lines of code changed in 1 file:
Don't puke if gravity is on.
0 lines of code changed in 2 files:
More correctly allocate memory in MatCreateMPIAIJ. This eliminates the
thousands of mallocs that we were doing in parallel calculations. This
makes a dramatic improvement in performance that seems to be more dramatic
for larger problems and processor counts.
0 lines of code changed in 2 files:
Can now use ForceBCs on particles. Also, restored the conditional on
restarting due to nan residual (for now).
7 lines of code changed in 1 file:
Added the "stop_time" functionality for use with rigid contact, currently
found in the explicit code. Also, removed a conditional for restarting due
to a nan residual. I can't see why the now removed condition was ever there.
20 lines of code changed in 3 files:
Removing the RigidBodyContact files as this functionality has been replaced
by Specified contact.
0 lines of code changed in 3 files:
Minor fix to the way the convergence criteria are computed.
5 lines of code changed in 1 file:
Fix a small error for Irina.
0 lines of code changed in 2 files:
Slight change to the way the CC heat rate is projected to the nodes. I made
this change for the site visit runs, but didn't get around to checking them in.
This avoids a potential error at patch boundaries.
83 lines of code changed in 2 files:
If a negative J is encountered, no longer throw an exception. Now, emit a
warning, report the particle's mass, and reset the deformation gradient to
the value from the previous timestep. This was required for the SV2005 sim.
I suspect that infinitesimal particles are the source of the problem.
5 lines of code changed in 1 file:
Only print out the stiff material warning on proc 0.
1 lines of code changed in 1 file:
Adding cVolumeLabel to MPMLabel.
Todd, add cleaning up the Labels to the TODO list.
5 lines of code changed in 2 files:
(112 more)