February 2010 Commit Log

Number of Commits:
55
Number of Active Developers:
7
jmschrei 2010-02-26 19:27 Rev.: 45378

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:

jmschrei 2010-02-26 19:23 Rev.: 45377

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:

harman 2010-02-26 12:13 Rev.: 45375

compute the strain energy for non-localized particles instead of all of the particles

131 lines of code changed in 7 files:

jmschrei 2010-02-24 12:08 Rev.: 45374

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:

jmschrei 2010-02-24 10:49 Rev.: 45373

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:

guilkey 2010-02-23 17:03 Rev.: 45372

Finished, for now, the cohesive zone implementation. Documentation and an
example input to follow.

9 lines of code changed in 1 file:

jthornoc 2010-02-22 18:49 Rev.: 45371

Removed the duplicate error message (also checked in EqnBase.h) to avoid confusion.

0 lines of code changed in 2 files:

harman 2010-02-22 17:13 Rev.: 45370

Added ability to dump out data at user defined probe points.




98 lines of code changed in 1 file:

harman 2010-02-22 15:55 Rev.: 45369

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:

guilkey 2010-02-22 13:22 Rev.: 45368

Ooops, added deletion of the interpolator in the wrong place.

1 lines of code changed in 1 file:

guilkey 2010-02-22 13:13 Rev.: 45367

Progress on cohesive zones. Should fix memory leak in RT as well.

38 lines of code changed in 4 files:

harman 2010-02-22 10:54 Rev.: 45366

Cleanup
Cosmetics.

119 lines of code changed in 1 file:

guilkey 2010-02-19 19:06 Rev.: 45365

More progress on cohesive zones.

197 lines of code changed in 3 files:

harman 2010-02-19 17:42 Rev.: 45364

added the global switch dumpFrames

added output intermediate quantites to files to compare
ML_AMRMPM against.

0 lines of code changed in 2 files:

harman 2010-02-19 17:39 Rev.: 45363

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:

luitjens 2010-02-19 14:42 Rev.: 45361

Undid part of my last commit as it was messing with other lb options.

1 lines of code changed in 1 file:

luitjens 2010-02-19 14:01 Rev.: 45360

When profiling only collect particles when profile data does not exist.

4 lines of code changed in 1 file:

harman 2010-02-18 13:09 Rev.: 45359

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:

guilkey 2010-02-17 13:34 Rev.: 45358

Add additional variables to the cohesive zone data type.

49 lines of code changed in 5 files:

luitjens 2010-02-17 11:53 Rev.: 45357

Added some debugging code that is turned off

48 lines of code changed in 1 file:

guilkey 2010-02-16 20:39 Rev.: 45356

Getting rid of a warning that I committed.

15 lines of code changed in 2 files:

guilkey 2010-02-16 20:13 Rev.: 45355

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:

jmschrei 2010-02-16 16:58 Rev.: 45354

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:

guilkey 2010-02-15 23:09 Rev.: 45352

Comment out the second particle relocation for cohesive zones. This should get
things running again.

5 lines of code changed in 1 file:

harman 2010-02-12 18:12 Rev.: 45351

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:

guilkey 2010-02-12 17:36 Rev.: 45350

Forgot to check in the .h file.

14 lines of code changed in 1 file:

guilkey 2010-02-12 17:35 Rev.: 45349

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:

guilkey 2010-02-12 14:53 Rev.: 45348

Further progress on the implementation of Cohesive Zones. They are now being
created.

207 lines of code changed in 6 files:

harman 2010-02-12 13:51 Rev.: 45347

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:

harman 2010-02-12 10:12 Rev.: 45346

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:

guilkey 2010-02-11 17:34 Rev.: 45344

Shouldn't need ICE or HETrans... in the PSELIBS

0 lines of code changed in 1 file:

guilkey 2010-02-11 17:12 Rev.: 45343

Add labels relevant to cohesive zones. So much for my atomic commit.

68 lines of code changed in 2 files:

guilkey 2010-02-11 17:10 Rev.: 45342

Forgot to include with last commit. Addition of CohesiveZone stuff.

1 lines of code changed in 1 file:

guilkey 2010-02-11 16:42 Rev.: 45341

Beginnings of a cohesive zone model.

785 lines of code changed in 9 files:

guilkey 2010-02-11 08:14 Rev.: 45340

Undo last night's changes.

2 lines of code changed in 4 files:

guilkey 2010-02-10 23:18 Rev.: 45339

Commenting out more unused code.

4 lines of code changed in 2 files:

guilkey 2010-02-10 23:15 Rev.: 45338

Commenting out some code that is evidently never called.

4 lines of code changed in 2 files:

harman 2010-02-10 16:09 Rev.: 45337

The cell spacing (dx) is now being passed into all shapeFunctions.

34 lines of code changed in 2 files:

harman 2010-02-10 15:25 Rev.: 45336

variable name changes
nRegions -> nPatches
Regions -> Patches

23 lines of code changed in 1 file:

harman 2010-02-10 14:57 Rev.: 45335

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:

jthornoc 2010-02-10 14:34 Rev.: 45334

Adding a missing requires.

5 lines of code changed in 1 file:

jas 2010-02-09 14:52 Rev.: 45332

Fix incorrect paranthesis placement.

4 lines of code changed in 1 file:

harman 2010-02-08 18:00 Rev.: 45331

added P.cv

3 lines of code changed in 1 file:

harman 2010-02-08 15:28 Rev.: 45330

clarified problem exception message

4 lines of code changed in 1 file:

harman 2010-02-05 17:57 Rev.: 45328

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:

harman 2010-02-05 10:42 Rev.: 45327

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:

harman 2010-02-04 12:02 Rev.: 45325

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:

harman 2010-02-03 19:09 Rev.: 45323

Each level now contains info about the interior
node hi/lo and min/max

26 lines of code changed in 1 file:

harman 2010-02-03 17:52 Rev.: 45322

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:

guilkey 2010-02-03 17:38 Rev.: 45321

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:

dav 2010-02-02 16:50 Rev.: 45319

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:

guilkey 2010-02-01 18:10 Rev.: 45317

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:

harman 2010-02-01 17:09 Rev.: 45316

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:

harman 2010-02-01 15:25 Rev.: 45315

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:

harman 2010-02-01 15:23 Rev.: 45314

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:

January 2010 »

Generated by StatSVN 0.4.0