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

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

[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 2316 (100.0%) 37.9
guilkey 35 (57.4%) 2106 (90.9%) 60.1
jas 26 (42.6%) 210 (9.1%) 8.0

Most Recent Commits

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

Remove Packages/

0 lines of code changed in 14 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Helper.F (del), HelperC.cc (del), Hooke.F (del), Isotropic_Geomaterial_calcNew.F (del), Isotropic_Geomaterial_calcs.F (del), Isotropic_Geomaterial_init.F (del), MIGUtils.cc (del), MIGUtilsF.F (del), READMEKayenta (del), geochk.F (del), hookepnt.Blk (del), numbers.Blk (del), precision.Blk (del), sub.mk (del)
jas 2009-02-20 11:52 Rev.: 43282

Include stdio and change c includes to be c++ compliant.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: MIGUtils.cc (new)
guilkey 2009-02-19 11:43 Rev.: 43277

Minor changes to the README

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: READMEKayenta (new)
guilkey 2009-02-18 18:46 Rev.: 43269

Information on how to get the functionality of the Kayenta model.

22 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: READMEKayenta (+22)
guilkey 2009-02-05 19:02 Rev.: 43115

Added a dummy SUBROUTINE for GEORXV

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: geochk.F (new)
guilkey 2009-02-05 18:30 Rev.: 43113

Make the printing of the messages aware of the length of the character string
so that I don't get run on printing of large chunks of strings that don't apply.

28 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: MIGUtils.cc (+28 -13)
guilkey 2009-02-05 13:37 Rev.: 43103

Make the dummy files more representative of the actual geomodel source.

0 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Isotropic_Geomaterial_calcNew.F (new), Isotropic_Geomaterial_calcs.F (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.

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: sub.mk (+2 -5)
jas 2009-01-26 13:49 Rev.: 42976

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

210 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Hooke.F (+30), Isotropic_Geomaterial_calcs.F (+30), Isotropic_Geomaterial_init.F (new), MIGUtils.cc (+30), MIGUtilsF.F (new), geochk.F (+30), sub.mk (+30)
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.

33 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Isotropic_Geomaterial_calcs.F (+10), Isotropic_Geomaterial_init.F (+9), geochk.F (+9), sub.mk (+5)
guilkey 2009-01-16 18:53 Rev.: 42905


Add MIGUtilsF.F which has some subroutines that I'm evidently going to
need. Also, change the functionality of the routines in MIGUtils.cc a
little bit.

130 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: MIGUtils.cc (+12 -18), MIGUtilsF.F (+117), sub.mk (+1 -2)
guilkey 2009-01-16 18:22 Rev.: 42904

Changed HelperC.cc to MIGUtils.cc, and get rid of Helper.F. Clean up the
sub.mk with Dav's help.

41 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Helper.F (del), HelperC.cc (del), MIGUtils.cc (+40), sub.mk (+1 -15)
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.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Hooke.F (+1 -6)
guilkey 2009-01-09 17:15 Rev.: 42858

Try to use fortran code to get the stress update. Doesn't run yet.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Hooke.F (+8 -3)
guilkey 2009-01-09 15:13 Rev.: 42856

Write error handling code in C++ which will (eventually) allow me to use
Uintah exception handling and hang large clusters.

51 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Helper.F (new 10), HelperC.cc (new 40), sub.mk (+1 -1)
guilkey 2009-01-09 13:20 Rev.: 42855

Added Helper.F, which contains the routines needed by the fortran models
for outputting error messages.

36 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Helper.F (+30), Hooke.F (+1 -19), sub.mk (+5 -1)
guilkey 2009-01-06 20:18 Rev.: 42833

First step towards adding fortran based constitutive models in Uintah.
This model is basically the same as HypoElastic, but will call fortran
code to do the numerics. Currently, only HOOKECHK is called, which
checks the validity of the input parameters.

1754 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran: Hooke.F (+1412), hookepnt.Blk (new 170), numbers.Blk (new 138), precision.Blk (new 11), sub.mk (+23)
Generated by StatSVN 0.4.0