[root]/CCA/Components/MPM/PhysicalBC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 65 (100.0%) | 176 (100.0%) | 2.7 |
harman | 25 (38.5%) | 109 (61.9%) | 4.3 |
jas | 37 (56.9%) | 67 (38.1%) | 1.8 |
guilkey | 3 (4.6%) | 0 (0.0%) | 0.0 |
tabs
0 lines of code changed in 2 files:
outputProblemSpec()
- output the number of particles on each load surface
when object is created
- read in the number of particles on each surface _if_ it is a restart.
0 lines of code changed in 4 files:
SerialMPM.cc
Global
- added several printSchedule & printTask
outputProblemSpec()
- added loop over each mpmPhysicalBC and call the outputProblemSpec for that
BC.
PressureBC.cc
Filled in outputProblemSpec.
*Restarts still not working with PressureBCs
5 lines of code changed in 1 file:
Added bullet proofing. If any portion of the geometry object exceeds the
computational domain then warn the user. The surface area isn't truncated when
a part of the object is outside the domain.
This code could probably be moved into MPMPhysicalBC.h
65 lines of code changed in 12 files:
CylinderGeometryPiece.cc: getBoundingBox()
- using a different method to compute the bounding box.
The box now has a tighter fit.
ImpMPM.cc SerialMPM.cc MPMPhysicalBCFactory.*
- now passing a grid into the physical BCs
PressureBC.*
- Warn the user if any portion of specified geometry object lies outside
the computational domain.
39 lines of code changed in 6 files:
Getting rid of NormalForceBC from PhysicalBCs. I wrote it, I can't figure
out what I was thinking, so I can't document it, it isn't used. Outta here!
0 lines of code changed in 3 files:
Remove sgi_stl_warnings include line
0 lines of code changed in 11 files:
Remove the Packages/Uintah/
66 lines of code changed in 25 files:
Remove the Packages/Uintah/
1 lines of code changed in 1 file: