Directory CCA/Components/MPM/

Total Files:
29
Deleted Files:
1
Lines of Code:
20329

[root]/CCA/Components/MPM
                directory in repo CohesiveZone (5 files, 856 lines)
                directory in repo ConstitutiveModel (69 files, 40747 lines)
                    directory in repo Biswajit (9 files, -395 lines)
                        directory in repo Documents (10 files, 11291 lines)
                        directory in repo ElasticityModels (30 files, 60 lines)
                        directory in repo InputFiles (26 files, 7752 lines)
                        directory in repo Models (53 files, 100 lines)
                        directory in repo Verification (6 files, 1442 lines)
                    Folder removed from repo ElasticityModels (0 files, 0 lines)
                    directory in repo PlasticityModels (126 files, 10501 lines)
                    directory in repo UnusedCM (37 files, 14561 lines)
                    directory in repo fortran (5 files, 1770 lines)
                directory in repo Contact (21 files, 4043 lines)
                directory in repo Crack (29 files, 10755 lines)
                directory in repo CylGen (1 files, 491 lines)
                directory in repo HeatConduction (5 files, 1845 lines)
                directory in repo MMS (3 files, 454 lines)
                directory in repo ParticleCreator (13 files, 2361 lines)
                directory in repo PhysicalBC (19 files, 2812 lines)
                directory in repo ThermalContact (9 files, 816 lines)

Lines of Code

CCA/Components/MPM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 184 (100.0%) 2700 (100.0%) 14.6
harman 29 (15.8%) 1194 (44.2%) 41.1
jas 89 (48.4%) 738 (27.3%) 8.2
ahumphrey 4 (2.2%) 254 (9.4%) 63.5
sadeghirad 9 (4.9%) 231 (8.6%) 25.6
guilkey 43 (23.4%) 214 (7.9%) 4.9
austin 6 (3.3%) 53 (2.0%) 8.8
afaucett 1 (0.5%) 9 (0.3%) 9.0
qymeng 1 (0.5%) 4 (0.1%) 4.0
banerjee 1 (0.5%) 2 (0.1%) 2.0
kamojjala 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

guilkey 2012-12-11 16:35 Rev.: 49680

Remove the addMaterial and material conversion capability. Never has so much
code gotten so little use for so long.

0 lines of code changed in 12 files:

  • CCA/Components/MPM: FractureMPM.cc (-375), FractureMPM.h (-6), MPMFlags.cc (new), MPMFlags.h (-2), SerialMPM.cc (-528), SerialMPM.h (-34)
guilkey 2012-11-30 13:10 Rev.: 49635

Adjust bulletproofing and boundary condition code to allow one to not need
extra cells in the z-direction when doing axisymmetric calculations. Getting
rid of those unneeded extra cells cuts nodal calculations in half.

10 lines of code changed in 3 files:

  • CCA/Components/MPM: MPMBoundCond.cc (new), SerialMPM.cc (+6 -3)
guilkey 2012-11-30 11:55 Rev.: 49634

Make the way interpolators are handled for axisymmetry to be more correct
and more efficient. Results should only change for simulations using GIMP at
this point. Disable use of "fast" cpdi interpolators, as I'm not sure these
ever worked quite right.

33 lines of code changed in 2 files:

  • CCA/Components/MPM: MPMFlags.cc (+31 -11), SerialMPM.cc (+2 -4)
guilkey 2012-11-28 11:23 Rev.: 49623

Remove extra calls to "interp_type" that are no longer needed.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-15)
guilkey 2012-11-28 11:16 Rev.: 49622

Remove the option of cpGIMP interpolation, which apparently never really worked
anyway.

6 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+6 -36)
guilkey 2012-11-28 11:04 Rev.: 49621

Add the d_ in front of interpolator.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+1 -1)
guilkey 2012-11-28 10:42 Rev.: 49620

Use the interpolator->size() function to assign d_8or27, rather than setting
them manually.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+2 -9)
guilkey 2012-11-27 22:48 Rev.: 49618

Change conditionals to set NGN=NGP=2 for any # of d_8or27 other than 8.

3 lines of code changed in 2 files:

  • CCA/Components/MPM: MPMFlags.cc (+2 -1), SerialMPM.cc (+1 -1)
afaucett 2012-11-20 14:33 Rev.: 49588

This change updates the Neumann BC for MPM materials so that the user can implement a non-zero heat flux.

9 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMBoundCond.cc (+9 -3)
guilkey 2012-11-16 21:06 Rev.: 49575

Set NGN correctly for d_8or27==18.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+1 -1)
guilkey 2012-11-16 13:59 Rev.: 49572

Fix the p.scalefactor bug by relocating the scalefactor variable.

6 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+6 -4)
harman 2012-11-16 13:01 Rev.: 49571

-output problem spec. for the contact model.

-RT:turned on restart checks for riemannMPM_ML

1 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (new)
harman 2012-11-15 10:30 Rev.: 49563

added scheduleExMomInterpolated task to scheduleTimeAdvance.

InterpolateParticlesToGrid(0
- initialize gTemperatureRate

InterpolateToParticlesAndUpdate()
- added sources to the particle temperature calculation

This will not change the RT answers.

2L Riemann problem (RR:1) gives identical answers to 1L Riemann.

39 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+39 -7)
harman 2012-11-14 13:39 Rev.: 49561

added contact model
added artificial dampening coefficient to computeAndIntegrateAcceleration

21 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+21 -2)
guilkey 2012-11-13 23:36 Rev.: 49556

Create an axisymmetric version of the GIMP interpolator. This currently gives
the same answer as the existing GIMP interpolator at reduced computational cost
by taking advantage of the 2D nature of the problem.

8 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+8 -2)
guilkey 2012-11-13 17:38 Rev.: 49552

Renamed "Node27Interpolator" to "GIMPInterpolator"

3 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+3 -3)
austin 2012-11-07 16:35 Rev.: 49537

Made changes to serial MPM enforcing a more physically realistic particle speed limiting scheme. Also changed the material model Arenisca.cc to subcycle a minimum of 4 times, as well as delete particles having a jacobian of the deformation gradient larger than 10. -Dave A.

12 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+12 -6)
harman 2012-11-02 16:23 Rev.: 49521

added artificial viscosity to internalForce calculation

46 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+46 -9)
harman 2012-11-02 14:28 Rev.: 49520

schedule and compute the zone of influence label for matl 0.

23 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.cc (+21 -17), AMRMPM.h (+2)
jas 2012-10-22 23:47 Rev.: 49484

Update the copyright notice to include the MIT License and fix the formatting
issues with the spurious "\".

145 lines of code changed in 49 files:

  • CCA/Components/MPM: AMRMPM.cc (+5 -3), AMRMPM.h (+5 -3), FakePetscSolver.cc (new), FractureMPM.cc (+5 -3), FractureMPM.h (+5 -3), ImpMPM.cc (+5 -3), ImpMPM.h (new), ImpMPMFlags.cc (+5 -3), ImpMPMFlags.h (+5 -3), MPMBoundCond.cc (+5 -3), MPMBoundCond.h (new), MPMCommon.cc (+5 -3), MPMCommon.h (new), MPMFlags.cc (+5 -3), MPMFlags.h (+5 -3), PetscSolver.cc (new), PetscSolver.h (new), RigidMPM.cc (+5 -3), RigidMPM.h (+5 -3), SerialMPM.cc (+5 -3), SerialMPM.h (+5 -3), ShellMPM.cc (new), ShellMPM.h (+5 -3), SimpleSolver.cc (new), SimpleSolver.h (new), Solver.cc (+5 -3), Solver.h (new), raw2pts.cc (new), sub.mk (+5 -3)
harman 2012-10-15 14:51 Rev.: 49442

computeAndIntegrateAcceleration()
- rearrange gacceleration calc.

applyExternalLoads()
- added computeExternalForceForMMS()

setGridBoundaryConditions()
- removed second expression from conditional. setBCs if the patch has a boundary face.

interpolateToParticles and Update()
- no longer modifying pvolume. This will be added when burning particles is added.

# This WILL change all the AMRMPM answers.

33 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+33 -30)
harman 2012-10-15 09:19 Rev.: 49431

pulled tab weeds.

applyExternalLoads()
- formatting, 2 space indentation.

46 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+46 -47)
harman 2012-10-15 08:24 Rev.: 49428

coarsenNodalData_CFI(), coarsenNodalData_CFI2(), interoplateToParticlesAndUpdate_CFI()
- using getRegion() instead of get() to pull variables from the dw. On multiprocessor
runs get() throws an assert, even though getRegion() and get() are
equivalent in this case.

* this should not change the answers.

34 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+34 -20)
jas 2012-10-12 16:59 Rev.: 49413

Squashed commit of the following:

commit a1e8c675d139003247378067ec0431806029cb14
Merge: 5e29398 49ca967
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:18 2012 +0000

Update branch with latest changes from trunk.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49412 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5e293985e95fc70fd682fbf31fb93d7b72f1108e
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:07 2012 +0000

Fix missing slash in installation guide.

Refactor the boost discovery mechanism in configure.ac.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49411 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit dd2caee9921c7d89791d866bccc1adbddf967f04
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:56 2012 +0000

Update build instructions for petsc and hypre for Fedora and CentOS.

Add BASE_LIB_DIR to the Boost section in configure.ac.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49410 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit c211e5394202174e69c4781b1bfd937e6a4e9e70
Merge: 425f4ca 6255204
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:14 2012 +0000

Update the release branch with changes from master.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49409 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 425f4caed59a4864374dbed64d46ade4d5fa5eee
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:39 2012 +0000

Remove all remaining pieces of the Angio component.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49408 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5a92abece778059b6a1765ebd971b71744f64793
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:24 2012 +0000

Remove the Angio component.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49407 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 78e24afb3a187a45cf3669ff4588d096c8d38b8f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:11 2012 +0000

Remove the Dan_files/ from the StandAlone/inputs/UintahRelease/.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49406 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit a938560edb0607e2e4aa63cb742b4b55b7f62cd7
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:01 2012 +0000

Notes about compiling boost and cmake and changes to the Centos section.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49405 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 0c7aa437777c336f92dd8be971c1e1a1cf01c367
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:53 2012 +0000

Add wasatch build dependences for opensuse.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49404 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 23b71be7d9ffd177b81f64498411584c055504e1
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:46 2012 +0000

Update dependencies for CentOS for building Wasatch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49403 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5b99e25a6306b02cc8ecb9baad84fa3d470e194f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:38 2012 +0000

Update packages necessary for compiling Wasatch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49402 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit add8b7cbd6668abbe4f57f584dab24c8552b6da8
Author: tsaad <tsaad@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Tue Oct 2 20:36:32 2012 +0000

remove obsolete input files.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49330 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit f7ac87d4fd61d896eb1ba9f52a0b6cd2970783e5
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sun Sep 30 02:11:34 2012 +0000

Use the 1.5.0 git branch for the various Wasatch3P libraries.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49311 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 25156c6ba612634f5d66a5fb1be670fd5a82a23b
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:39 2012 +0000

Remove the release file in the build_scripts/.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49308 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 94b484f3b209b8b5d8ee73bae0f9ba54c91592ef
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:31 2012 +0000

Change == to = in all "test statements".

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49307 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit daeab4316362d0081fb8a66832734a3ffdfbff1f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:23 2012 +0000

Update to version 1.5.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49306 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit e3d51281308a5fbbde3f097e5826e85686fe9254
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:15 2012 +0000

Update release files to include Wasatch component.

Add option to build Wasatch3P libraries for a particular hash tag.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49305 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 9a8451d8a5b1fbf36626b3727dad48d7184b5e6d
Merge: 984d356 0a25aa2
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:38:16 2012 +0000

Update copyright notice.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49304 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 984d3566f78e7e1c2b2c29ea0368451ae768119a
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Sep 28 18:39:29 2012 +0000

Uintah 1.5.0 Branch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49299 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 0a25aa2731b9c75fcf609f70093484af5be5f23a
Author: John Schmidt <john.schmidt@utah.edu>
Date: Thu Sep 27 01:50:47 2012 -0600

Updated copyright header.

583 lines of code changed in 29 files:

  • CCA/Components/MPM: AMRMPM.cc (+21 -29), AMRMPM.h (+20 -28), FakePetscSolver.cc (+20 -28), FractureMPM.cc (+20 -28), FractureMPM.h (+20 -29), ImpMPM.cc (+20 -28), ImpMPM.h (+21 -30), ImpMPMFlags.cc (+20 -28), ImpMPMFlags.h (+20 -29), MPMBoundCond.cc (+20 -28), MPMBoundCond.h (+20 -28), MPMCommon.cc (+20 -28), MPMCommon.h (+20 -28), MPMFlags.cc (+20 -28), MPMFlags.h (+20 -29), PetscSolver.cc (+20 -28), PetscSolver.h (+20 -28), RigidMPM.cc (+20 -28), RigidMPM.h (+20 -29), SerialMPM.cc (+20 -28), SerialMPM.h (+21 -30), ShellMPM.cc (+20 -28), ShellMPM.h (+21 -29), SimpleSolver.cc (+20 -28), SimpleSolver.h (+20 -28), Solver.cc (+20 -28), Solver.h (+20 -28), raw2pts.cc (+20 -28), sub.mk (+19 -24)
harman 2012-10-01 15:50 Rev.: 49327

interpolateParticlesToGrid_CFI() & computeInternalForce_CFI()
- expand the number of particles that are pulled from the coarse level
IF there is a neighboring low patch. Since the patch owns the low nodes
you must get coarse level particles further away from the low nodes at the CFI.
If you don't then the gAcceleration and gVelocity are not symmetrical
at patch boundaries on the CFI for a perfectly symmetric problem, advect_2L_3D_slabs.ups.

I can't wait for gimp.......

39 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+35 -16), AMRMPM.h (+4 -1)
guilkey 2012-10-01 10:31 Rev.: 49320

Fix memory leak introduced by Ali's CBDI commit on Friday.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+2 -1)
sadeghirad 2012-09-28 13:00 Rev.: 49300

committed updated source files and an input file regarding CBDI (conforming boundary domain interpolation)

169 lines of code changed in 4 files:

  • CCA/Components/MPM: ImpMPM.cc (+1 -1), MPMFlags.cc (+4), MPMFlags.h (+1), SerialMPM.cc (+163 -31)
harman 2012-09-27 15:27 Rev.: 49297

coarsenNodalData_CFI() & coarsenNodalData_CFI2()
-using proper syntax when accessing an element of coarseCFI_Patches.

computeZoneOfInfluence()
- removed flawed bulletproofing

Global:
changes to instrumentation code that warns when the answers are significantly
different than know solution.

46 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+46 -51)
harman 2012-09-24 15:44 Rev.: 49269

computerInternalForce_CFI()
rewrote it to work for multiple underlying coarse patches.

Lots of instrumentation and validation code.



291 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+237 -145), AMRMPM.h (+54 -4)
austin 2012-09-23 13:49 Rev.: 49262

Fixed minor issue with p.scalefactor. Was submitted with indexing from 1 not 0. This resulted in the 3,3 compoenent being garbage. This has been resolved and p.scalefactor is now computed correctly. -Dave A.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+4 -3)
austin 2012-09-22 13:10 Rev.: 49260

Changed p.scalefactor to matrix3 consistent with particle deformation and scaling. Allows use of deformed glyph patch.
-Dave A.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+2 -3)
harman 2012-09-17 16:01 Rev.: 49238

advect_3L_3D.ups: added <minimum_mass_for_acc> 1.0e-15 </minimum_mass_for_acc>

AMRMPM:
-computeInternalForce is now done in 3 tasks. The first task is
using standard MPM over each level. Next, the internal force is computed
along the CFI with computeInternalForce_CFI on only the fine levels. Finally,
the internal force on the fine level is copied to the coarse level nodes that
are overlapping. This works for pure translation problems.

- added lots of instrumentation

409 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+381 -43), AMRMPM.h (+28 -5)
harman 2012-09-17 14:25 Rev.: 49237

For AMRMPM
- renamed findCellAndWeights -> findCellAndWeights_CFI
- added findCellAndWeightsAndShapeDerivatives_CFI

3 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+3 -3)
austin 2012-09-13 09:22 Rev.: 49216

Added <exactDeformation> flag for use with prescribed deformation. Requires that max timestep size be set to the largest (and this should be the first) steps size within time_defgrad_rotation or its equivalent. Also set min timestep size to the min within the same prescribed file. This will force the deformation history to be reproduced exactly as outlined in the prescribed fdeformation file. Used with single element histories. Currently the addition of superimposed rotations is not tested with this functionality but is implemented in a consistent manner with the F update.
-Dave Austin

35 lines of code changed in 3 files:

  • CCA/Components/MPM: MPMFlags.cc (+3), MPMFlags.h (+1), SerialMPM.cc (+31 -2)
harman 2012-08-14 16:00 Rev.: 49069

Global:
- added new particleVariable type <FILE*>
- added pre relocation data analysis task stub call.

SerialMPM & MPMICE
- added scheduling for a data analysis pre relocation task

particleExtract
- now storing file pointers in the data warehouse for the particle data.
The file pointers are treated just like the other particle data.
This should handle when particles move off of a patch to another
processor, and be be much faster than opening and closing the files.

Still testing.

Qingyu & Todd

9 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+9)
banerjee 2012-08-06 18:00 Rev.: 49028

Corrected spelling of PrescribedDeformationFile tag.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+2 -2)
guilkey 2012-07-11 21:04 Rev.: 48940

Add use_load_curves to the outputProblemSpec

1 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.cc (+1)
sadeghirad 2012-07-08 17:25 Rev.: 48931

committes all the changes required to make possible to describe particle domains by (Matrix3 psize). Old implementations described particle domains by (Vector psize)

62 lines of code changed in 5 files:

  • CCA/Components/MPM: AMRMPM.cc (+11 -7), FractureMPM.cc (+9 -6), ImpMPM.cc (+10 -7), RigidMPM.cc (+4 -2), SerialMPM.cc (+28 -22)
guilkey 2012-07-06 10:53 Rev.: 48925

Formatting

4 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMBoundCond.cc (+4 -3)
ahumphrey 2012-07-04 15:14 Rev.: 48922

Fix PETSc related IMPM seg fault.

9 lines of code changed in 1 file:

  • CCA/Components/MPM: PetscSolver.cc (+9 -8)

(21 more)

Generated by StatSVN 0.7.0