removing lots of old commented out debugging code, started some simple performance optimization (keep DataArchive and Grid's for reuse)
1599 lines of code changed in 8 files:
updated command to regenerate avtudaReaderMTMDFileFormat.C because config.status couldn't be found (was being called from wrong directory)
1 lines of code changed in 1 file:
compute the strain energy for non-localized particles instead of all of the particles
131 lines of code changed in 7 files:
updated configure to check if the target visit directory has changed, and remove the visit build directory if it has
17 lines of code changed in 2 files:
fix for gcc 4.4 - made template instantiation explicit (rather than with helper functions), which gcc doesn't optimize out, so we don't need to set the optimization level with pragmas that seem to be buggy
77 lines of code changed in 6 files:
Finished, for now, the cohesive zone implementation. Documentation and an
example input to follow.
9 lines of code changed in 1 file:
Removed the duplicate error message (also checked in EqnBase.h) to avoid confusion.
0 lines of code changed in 2 files:
Added ability to dump out data at user defined probe points.
98 lines of code changed in 1 file:
probe points
- user can now specify probe points and time vs variable data will be dumped
out at the location
131 lines of code changed in 2 files:
Ooops, added deletion of the interpolator in the wrong place.
1 lines of code changed in 1 file:
Progress on cohesive zones. Should fix memory leak in RT as well.
38 lines of code changed in 4 files:
Cleanup
Cosmetics.
119 lines of code changed in 1 file:
More progress on cohesive zones.
197 lines of code changed in 3 files:
added the global switch dumpFrames
added output intermediate quantites to files to compare
ML_AMRMPM against.
0 lines of code changed in 2 files:
shapeFunctions.m
reduce debugging output
findNodesAndWeightGradients_linear()
When a particle is in an extra cell you need to determine if the particle is to the left
or right of a node to properly set the gradient.
particleFunctions.m
reduce debugging output
initializationFunctions.m
findCFI_nodes(): fineLevel-> fl, coarseLevel->cl
initialize_Lx(): Initialize Lx to NaN.
Do not add extra Cells to Level 1 when using Linear interpolation
ML_AMRMPM.m
- output intermediate variables to files for comparison with composite grid formulation.
- The internalForce for the compaction problem is 10X bigger than it should be.
- use ps.NP(level) instead of ps.NP in loops!!
- compute intForceG: use the interpolation dx set in the particle set, dx = ps.interpolation_dx(l).
- project state back to the particle: Only perform this step in non-extracell cells.
- cleaner method for computing the tipLocation and tipDisplacement
- plotResults(), now plotting extForceG.
- bulletproofing: using a cleaner way of finding rouge particles that have left the domain.
- relocateParticles: Only perform this step in non-extracell cells.
The code is fully of print statements and needs to be cleaned. At this revision
number ML_AMRMPM gives similar results to the composite grid formulation AMRMPM
for the compaction problem.
0 lines of code changed in 8 files:
Undid part of my last commit as it was messing with other lb options.
1 lines of code changed in 1 file:
When profiling only collect particles when profile data does not exist.
4 lines of code changed in 1 file:
added sfigure.m
Global: added ";" to the end of lines to reduce output
AMRMPM.m
- plotResults() now plotting extForceG and intForceG.
- added output statements for comparison with ml_amrmpm.
This won't change the results.
65 lines of code changed in 8 files:
Add additional variables to the cohesive zone data type.
49 lines of code changed in 5 files:
Added some debugging code that is turned off
48 lines of code changed in 1 file:
Getting rid of a warning that I committed.
15 lines of code changed in 2 files:
Further progress on CohesiveZones. This involved adding an additional instance of Relocate to the SchedulerCommon class, so that the first call to
scheduleParticleRelocate didn't get overwritten by the second.
84 lines of code changed in 9 files:
updating molecule instancing renderer patch for visit - works with current trunk. Fixes some robustness issues with muliple plots and reinitializing the class.
0 lines of code changed in 10 files:
Comment out the second particle relocation for cohesive zones. This should get
things running again.
5 lines of code changed in 1 file:
shapeFunctions.m
Added ExtraCell_positionToNode() -returns the CFI node closest to xp
findNodesAndWeights_linear()
- now using ExtraCell_positionToNode if the compDomain is in the extra cells.
findNodesAndWeightGradients()
- now using ExtraCell_positionToNode if the compDomain is in the extra cells.
ParticleFunction.m & initializationFunctions.m
name change fineCFI_nodes -> CFI_nodes
coarseCFI_nodes -> CFI_nodes
ML_AMRMPM.m
interpolateParticles to grid: only iterate to the CFI node when the compDomain
is in the extra cells. We only care about that node.
ComputeInternalForce: only iterate to the CFI node when the compDomain
is in the extra cells. We only care about that node.
Runs until you compute the deformation gradient.
75 lines of code changed in 4 files:
Forgot to check in the .h file.
14 lines of code changed in 1 file:
More progress on cohesive zones. It almost runs!
Commit being made as I walk out the door until Tuesday...
296 lines of code changed in 5 files:
Further progress on the implementation of Cohesive Zones. They are now being
created.
207 lines of code changed in 6 files:
shapeFunctons.m
positionToNode() - use Matlab's built in function 'find' instead of my kludge to fine the nodes.
initializationFunctions() - initialize node positions to Nan.
17 lines of code changed in 2 files:
More thrashing:
shapeFunctions.m
postionsToNode() -return the left and right node of the cell that the particle is in.
findNodesAndWeights() -turn off bulletproofing when looping over the extra cell particles
particleFunctions()
createEC_partcleStruct(): keep track of the number of particles in a extra cell
particle set. Set the CompDomain flag to "ExtraCells"
Set the dx used for interplolation, which is not level.dx.
ML_AMRMPM.M
-interpolateParticlesto grid: loop over the particles in the particleSet.
relocateParticles(): update the number of particles (NP) in the particleSet.
122 lines of code changed in 3 files:
Shouldn't need ICE or HETrans... in the PSELIBS
0 lines of code changed in 1 file:
Add labels relevant to cohesive zones. So much for my atomic commit.
68 lines of code changed in 2 files:
Forgot to include with last commit. Addition of CohesiveZone stuff.
1 lines of code changed in 1 file:
Beginnings of a cohesive zone model.
785 lines of code changed in 9 files:
Undo last night's changes.
2 lines of code changed in 4 files:
Commenting out more unused code.
4 lines of code changed in 2 files:
Commenting out some code that is evidently never called.
4 lines of code changed in 2 files:
The cell spacing (dx) is now being passed into all shapeFunctions.
34 lines of code changed in 2 files:
variable name changes
nRegions -> nPatches
Regions -> Patches
23 lines of code changed in 1 file:
Still thrashing around.
particleFunctions.m
Added getCopy() - which returns the requested array data from the particle set.
createParticleStruct() - now using variable length input argument lists
createEC_particleStruct() - added ";" to eliminate some of the output noise.
ML_AMRMPM.m
-The particle arrays (xp, Fp, velP, massP....etc) have been placed in a particle struct.
-Looping over particle sets inside the "interpolate particles to grid", and "computeInternalForce"
steps.
- No longer calling adjustCFI_Nodes. Keep code around for comparisons.
- plotResults() - passing in particleSet structure.
134 lines of code changed in 2 files:
Adding a missing requires.
5 lines of code changed in 1 file:
Fix incorrect paranthesis placement.
4 lines of code changed in 1 file:
added P.cv
3 lines of code changed in 1 file:
clarified problem exception message
4 lines of code changed in 1 file:
particleFunctions.m
- completed findExtraCellParticles()
- added createEC_particleStruct()
function that creates a particle struct that contains only extra cell particle data.
84 lines of code changed in 2 files:
More thrashing around:
ParticleFunction
createGhostParticles -> createExtraCellParticles
Added code to createExtraCellParticles()
Added function findParticlesInRegion()
GridFunctions
hasFinerCell() added argument withExtraCells or withoutExtraCells
added function outputLevelInfo() - prints out level and patch information
initializationFunctions.m
using newly created functions.
ML_AMRMPM.m
using renamed functions
115 lines of code changed in 5 files:
ML_AMRMPM.m
- drawNodes() color the extra nodes blue
InitializationFunctions.m
- each level is keeping track of which nodes are extra cell nodes
45 lines of code changed in 2 files:
Each level now contains info about the interior
node hi/lo and min/max
26 lines of code changed in 1 file:
Major thrashing:
No longer syncronizing the nodes at the CFI, this won't work in 2D, moving to a new
strategy. Now adding extra cells to the fine level CFI and adding ghostParticles
from the adjacent level.
particleFunctions.m
- added create Particle Struct
- added disolveParticleStruct
- added createGhostParticles() - empty
- added deleteGhostParticles() - empty
initializationFunctions.m
- added addExtraCells()
103 lines of code changed in 3 files:
Add a scratch variable of type vector so I have an extra diagnostic variable for
occasional output.
5 lines of code changed in 2 files:
Models_DORadiationModel depends on the m_rordr fortran code. (For some reason it was commented out in this file... putting it back in.
2 lines of code changed in 1 file:
Send the correct value for the deformation gradient into updateFailure..
(pDefGrad_new) instead of FF, which should have gone out of scope.
7 lines of code changed in 2 files:
maxMach_on_Lodi_BC_Faces()
- loop over all matls. This should have been in the last commit.
1 lines of code changed in 1 file:
maxMach_on_Lodi_BC_Faces()
- Specify the matlIndex when "putting" maxMach_face into the DW.
The maxMach # is material dependent.
11 lines of code changed in 1 file:
removed Lodi_maxMach_patchSubset() -- not used.
computeLi()
- specify the matl index when putting maxMach number on a face into the DW.
6 lines of code changed in 1 file: