Directory Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/

Directory Deleted:
2009-03-09 15:15
Total Files:
0
Deleted Files:
70
Lines of Code:
0

[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel
                            Folder removed from repo PlasticityModels (0 files, 0 lines)
                            Folder removed from repo UnusedCM (0 files, 0 lines)
                            Folder removed from repo fortran (0 files, 0 lines)

Lines of Code

Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 242 (100.0%) 4373 (100.0%) 18.0
guilkey 38 (15.7%) 2228 (50.9%) 58.6
jas 200 (82.6%) 2040 (46.6%) 10.2
dav 2 (0.8%) 105 (2.4%) 52.5
luitjens 2 (0.8%) 0 (0.0%) 0.0

Most Recent Commits

jas 2009-03-09 15:15 Rev.: 43504

Remove Packages/

0 lines of code changed in 70 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (del), CNHDamage.h (del), CNHPDamage.cc (del), CNHPDamage.h (del), CNH_MMS.cc (del), CNH_MMS.h (del), CompMooneyRivlin.cc (del), CompMooneyRivlin.h (del), CompNeoHook.cc (del), CompNeoHook.h (del), CompNeoHookImplicit.cc (del), CompNeoHookImplicit.h (del), CompNeoHookPlas.cc (del), CompNeoHookPlas.h (del), ConstitutiveModel.cc (del), ConstitutiveModel.h (del), ConstitutiveModelFactory.cc (del), ConstitutiveModelFactory.h (del), ElasticPlastic.cc (del), ElasticPlastic.h (del), ElasticPlasticHP.cc (del), ElasticPlasticHP.h (del), HypoElastic.cc (del), HypoElastic.h (del), HypoElasticFortran.cc (del), HypoElasticFortran.h (del), HypoElasticImplicit.cc (del), HypoElasticImplicit.h (del), HypoElasticPlastic.cc (del), HypoElasticPlastic.h (del), IdealGasMP.cc (del), IdealGasMP.h (del), ImplicitCM.cc (del), ImplicitCM.h (del), Kayenta.cc (del), Kayenta.h (del), MPMMaterial.cc (del), MPMMaterial.h (del), MWViscoElastic.cc (del), MWViscoElastic.h (del), Membrane.cc (del), Membrane.h (del), RigidMaterial.cc (del), RigidMaterial.h (del), ShellMaterial.cc (del), ShellMaterial.h (del), SmallStrainPlastic.cc (del), SmallStrainPlastic.h (del), SoilFoam.cc (del), SoilFoam.h (del), TransIsoHyper.cc (del), TransIsoHyper.h (del), TransIsoHyperImplicit.cc (del), TransIsoHyperImplicit.h (del), VTIHIFailure.NotUsed.cc (del), ViscoPlastic.cc (del), ViscoPlastic.h (del), ViscoSCRAMHotSpot.cc (del), ViscoSCRAMHotSpot.h (del), ViscoScram.cc (del), ViscoScram.h (del), ViscoScramImplicit.cc (del), ViscoScramImplicit.h (del), ViscoTransIsoHyper.cc (del), ViscoTransIsoHyper.h (del), ViscoTransIsoHyperImplicit.cc (del), ViscoTransIsoHyperImplicit.h (del), Water.cc (del), Water.h (del), sub.mk (del)
guilkey 2009-03-05 17:37 Rev.: 43432

Cleaning this new model up a bit.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNH_MMS.cc (changed)
guilkey 2009-03-04 20:54 Rev.: 43412

Add simplified neo-hookean model used in Phil's MMS simulations.

561 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNH_MMS.cc (+432), CNH_MMS.h (new 124), ConstitutiveModelFactory.cc (new), sub.mk (new)
guilkey 2009-02-24 18:33 Rev.: 43323

Only create a Gaussian distribution if it will be used. (CNHDamage.cc)
Clean up the PlasticityModels sub.mk.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (new)
guilkey 2009-02-05 19:04 Rev.: 43116

Added call to GEORXV, still need to sort out its output.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (changed)
guilkey 2009-02-05 13:32 Rev.: 43102

Make the user inputs array 90 long instead of the 40 that the documentation
suggests or the 60 that the documentation in the code indicates. This seems
to fix the problem of the fortran subroutine clobbering the data that is
allocated in the C++ code.

7 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+6 -4), Kayenta.h (+1 -1)
guilkey 2009-02-04 22:02 Rev.: 43098

Go from 0 to <d_NINSV instead of 1 to <=d_NINSV

12 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+12 -12)
guilkey 2009-02-04 21:30 Rev.: 43097

Add Kayenta as an option for the constitutive models.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4)
guilkey 2009-02-04 21:22 Rev.: 43095

Minor fixes. Getting closer to running.

46 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+45 -42), Kayenta.h (+1 -1)
luitjens 2009-02-04 18:05 Rev.: 43092

Changed some extreamly poor choices for exceptions to something a bit more reasonable.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (changed)
guilkey 2009-01-28 17:54 Rev.: 43007

Add in unrotating and rotating of stress before and after update, respectively.
Load up array of internal state variables to pass to fortran and unpack on the
other end.

47 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+47 -21)
guilkey 2009-01-27 15:50 Rev.: 42994

Additional work on the model. Doesn't run yet.

119 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+115 -31), Kayenta.h (+4 -8)
jas 2009-01-26 13:49 Rev.: 42976

Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.

2040 lines of code changed in 130 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+30), CNHDamage.h (new), CNHPDamage.cc (+30), CNHPDamage.h (+30), CompMooneyRivlin.cc (+30), CompMooneyRivlin.h (+30), CompNeoHook.cc (new), CompNeoHook.h (new), CompNeoHookImplicit.cc (new), CompNeoHookImplicit.h (+30), CompNeoHookPlas.cc (new), CompNeoHookPlas.h (new), ConstitutiveModel.cc (+30), ConstitutiveModel.h (+30), ConstitutiveModelFactory.cc (+30), ConstitutiveModelFactory.h (+30), ElasticPlastic.cc (+30), ElasticPlastic.h (+30), ElasticPlasticHP.cc (+30), ElasticPlasticHP.h (new), HypoElastic.cc (new), HypoElastic.h (new), HypoElasticFortran.cc (+30), HypoElasticFortran.h (+30), HypoElasticImplicit.cc (new), HypoElasticImplicit.h (new), HypoElasticPlastic.cc (new), HypoElasticPlastic.h (new), IdealGasMP.cc (new), IdealGasMP.h (+30), ImplicitCM.cc (+30), ImplicitCM.h (new), Kayenta.cc (+30), Kayenta.h (+30), MPMMaterial.cc (new), MPMMaterial.h (+30), MWViscoElastic.cc (+30), MWViscoElastic.h (new), Membrane.cc (+30), Membrane.h (new), RigidMaterial.cc (new), RigidMaterial.h (new), ShellMaterial.cc (+30), ShellMaterial.h (new), SmallStrainPlastic.cc (+30), SmallStrainPlastic.h (new), SoilFoam.cc (+30), SoilFoam.h (new), TransIsoHyper.cc (new), TransIsoHyper.h (+30), TransIsoHyperImplicit.cc (new), TransIsoHyperImplicit.h (new), VTIHIFailure.NotUsed.cc (+30), ViscoPlastic.cc (+30), ViscoPlastic.h (new), ViscoSCRAMHotSpot.cc (+30), ViscoSCRAMHotSpot.h (new), ViscoScram.cc (new), ViscoScram.h (+30), ViscoScramImplicit.cc (+30), ViscoScramImplicit.h (new), ViscoTransIsoHyper.cc (new), ViscoTransIsoHyper.h (+30), ViscoTransIsoHyperImplicit.cc (+30), ViscoTransIsoHyperImplicit.h (new), Water.cc (new), Water.h (new), sub.mk (+30)
guilkey 2009-01-22 19:59 Rev.: 42961

Adding storage stuff for internal state variables. Far from done,
but too much work to risk losing.

129 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+121 -52), Kayenta.h (+8 -1)
guilkey 2009-01-22 13:42

Change the ordering of how elements of the Matrix3s are loaded and unloaded
into 1D arrays.

24 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+12 -12), Kayenta.cc (+12 -12)
guilkey 2009-01-20 19:50 Rev.: 42922

Added the beginnings of a model driver for the Sandia GeoModel, aka Kayenta.
Also generating a number of essentially empty fortran files that would be
replaced by a user who had licensed access to this model.

697 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+546), Kayenta.h (+114), sub.mk (+37 -53)
guilkey 2009-01-20 18:07 Rev.: 42921

Fix outputProblemSpec error.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+1 -1)
dav 2009-01-20 16:53 Rev.: 42919

M configure.ac
M configure
M include/sci_defs/uintah_testdefs.h.in

Record the fortran underscore policy for use in .cc files. (Note, this is
somewhat of a hack... if possible, you should use the fspec facility.) To
get access to the (#define) FORTRAN_UNDERSCORE, #include sci_defs/uintah_defs.h.

M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.h

Cosmetics. Cleaned up #includes. Removed no longer used/supported SGI stuff.

M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.cc

- Fixed (and turned on) the fortran calls. Should work with any fortran compiler
now. Note, this is somewhat of a hack... Normally the use of the fspec utility
is recommended... however, due to the simplicitly of this need, and some problems
with geting fspec to work (it isn't fully implemented for all fortran types),
this will do for now.
- Cleaned up the #includes (alphabetized, removed duplicates). Removed old SGI stuff.
- Placed the 'return type' of functions on separate line.

M Packages/Uintah/tools/fspec.pl.in

Added some white space to the out file so that it is easier to follow the code
in the generated "<code>_fort.h" files.

105 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+101 -71), HypoElasticFortran.h (+4 -3)
guilkey 2009-01-12 20:39 Rev.: 42879

This now works. Call to fortran is still commented out until
the fortran interface stuff is included.

18 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+18 -9)
guilkey 2009-01-12 13:37 Rev.: 42867

Comment out call to hooke_incremental for now so
that updraft build will work.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+1 -1)

(3 more)

Generated by StatSVN 0.4.0