Add the ability to get out the reaction force experienced by the rigid object(s)
when specified contact is used. One needs to add:
<save label="RigidReactionForce"/>
to the DataArchive section of the input file to obtain this output in the form
of a .dat file.
0 lines of code changed in 6 files:
Add new User Inputs (UIs) to the outputProblemSpec code.
0 lines of code changed in 2 files:
Fix the surface normal calculation. Previously, there was an implicit
assumption that the cell size was the same in all directions.
0 lines of code changed in 4 files:
Additional funcitonality for the insertParticles task, including making it a
run time option and reading specification from a file.
62 lines of code changed in 7 files:
Add task to insert particles. Not quite finished. Scheduling of this task will
need to be an input file option. Currently scheduling is commented out.
100 lines of code changed in 2 files:
Fix: Change p.failed -> p.localized to be consistent with previous change
2 lines of code changed in 1 file:
Change "pFailed_Label" to "pLocalized_Label" so that the naming and meaning is
more consistent with the ElasticPlastic model.
69 lines of code changed in 5 files:
Code cleanup.
13 lines of code changed in 1 file:
Put a conditional for dealing with a particular erosion algorithm back in. This
should get the RT passing again without the need for replacing gold standards.
5 lines of code changed in 1 file:
Threw some crap against the wall, these changes seem to stick.
10 lines of code changed in 3 files:
This should get the ImpMPM RT running again. Getting computes and requires
in place.
Also, deleting ZerilliArmstrongPlastic, which was apparently replaced by
ZAPlastic.
240 lines of code changed in 73 files:
This should get the MPMF regression test running again.
6 lines of code changed in 2 files:
More fixes to cmputes and requires. Still doesn't run.
1 lines of code changed in 1 file:
Add some computes. This gets past the errors kicked up by Justin's changes,
but now it is segfaulting.
3 lines of code changed in 1 file:
Added compute(pFiberDir,...) to scheduleInitialize.
1 lines of code changed in 1 file:
Trying to clean up fall out from Justin's recent commits.
28 lines of code changed in 4 files:
Details, details. _preReloc variables come from the NewDW, not the old.
1 lines of code changed in 1 file:
Crossing my fingers that this will resolve Justin's problem. Namely, change
the requires of pErosionLabel to pErosionLabel_preReloc.
1 lines of code changed in 1 file:
Make deletion of "rogue" particles a runtime option. There is still a hardwired
parameter that should probably be an option as well. Also, added the task
findRogueParticles so that this will work correctly in parallel. This task is
only scheduled if the run time option is set.
131 lines of code changed in 6 files:
Oops, forgot to include the .h file.
1 lines of code changed in 1 file:
(101 more)