Directory Packages/Uintah/CCA/Components/MPM/

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

[root]/Packages/Uintah/CCA/Components/MPM
                        Folder removed from repo ConstitutiveModel (0 files, 0 lines)
                            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)
                        Folder removed from repo Contact (0 files, 0 lines)
                        Folder removed from repo Crack (0 files, 0 lines)
                        Folder removed from repo HeatConduction (0 files, 0 lines)
                        Folder removed from repo ParticleCreator (0 files, 0 lines)
                        Folder removed from repo PhysicalBC (0 files, 0 lines)
                        Folder removed from repo ThermalContact (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 1214 (100.0%) 11.1
jas 82 (75.2%) 900 (74.1%) 10.9
ffjhl 2 (1.8%) 254 (20.9%) 127.0
guilkey 17 (15.6%) 38 (3.1%) 2.2
harman 6 (5.5%) 20 (1.6%) 3.3
dav 2 (1.8%) 2 (0.2%) 1.0

Most Recent Commits

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

Remove Packages/

0 lines of code changed in 30 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (del), AMRMPM.h (del), FakePetscSolver.cc (del), FractureMPM.cc (del), FractureMPM.h (del), ImpMPM.cc (del), ImpMPM.h (del), ImpMPMFlags.cc (del), ImpMPMFlags.h (del), MPMBoundCond.cc (del), MPMBoundCond.h (del), MPMCommon.cc (del), MPMCommon.h (del), MPMFlags.cc (del), MPMFlags.h (del), PetscSolver.cc (del), PetscSolver.h (del), RigidMPM.cc (del), RigidMPM.h (del), SerialMPM.cc (del), SerialMPM.h (del), ShellMPM.cc (del), ShellMPM.h (del), SimpleSolver.cc (del), SimpleSolver.h (del), Solver.cc (del), Solver.h (del), raw2pts.cc (del), sub.mk (del), uintahshare.h (del)
guilkey 2009-03-03 17:21 Rev.: 43383

Added code to do prescribed homogeneous deformations, which basically means
overwriting the solution of the momentum equation with a prescribed deformation.

0 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/MPM: MPMFlags.cc (changed), MPMFlags.h (changed), SerialMPM.cc (new), SerialMPM.h (new)
guilkey 2009-02-26 14:28 Rev.: 43346

Reinstate the setting of BC on g.velocity ONLY for symmetry conditions.
In one sense, this give worse results, BUT what I committed yesterday
was breaking symmetry. The upshot is that a new BC type is called for
for free slip boundaries. Add this to the TODO list.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (+4 -1)
guilkey 2009-02-24 19:29 Rev.: 43328

Forgot this file from earlier large commit.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.h (new)
guilkey 2009-02-24 19:16 Rev.: 43326

No longer set boundary conditions on g.velocity. The reorganization
of the algorithm from about a year ago made this unnecessary. As a
result, I can get rid of g.velocityInterp. I've deleted setGridBCsInterpolated.
As this impacts MPMICE, I've created a g.velocityBC that gets created only
in the case of MPMICE runs.

This change is going to have a modest impact on results, I will clean up the RT
in the morning.

34 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (new), FractureMPM.cc (+11 -39), SerialMPM.cc (+18 -66), SerialMPM.h (-10)
dav 2009-02-12 16:34 Rev.: 43200


Turned on .ups validation... You need to update your .ups files and
the ups_spec.xml file now! If your problem specification is not
valid, sus will die (with an error message) immediately. You can
validate an .ups files with "sus -validate filename.ups".

M Core/Containers/StringUtil.h
M Core/Containers/StringUtil.cc

Utility function to print out a vector<string> as a single ',' separated string.

M Packages/Uintah/CCA/Components/MPM/PetscSolver.cc

* Comment.

M Packages/Uintah/Core/GeometryPiece/GeometryPieceFactory.cc
M Packages/Uintah/CCA/Components/SimulationController/SimulationController.cc

* Removed setting of writeMessages.

M Packages/Uintah/CCA/Components/Parent/ComponentFactory.h
M Packages/Uintah/CCA/Components/Parent/ComponentFactory.cc

* Don't pass in the name of (the type of) a component anymore... It is read from the .ups file now.

M Packages/Uintah/CCA/Components/Parent/Switcher.h

* Cosmetics

M Packages/Uintah/CCA/Components/Parent/Switcher.cc

* It is possible that I broke this... I think it is ok, but I'm going
to get this commit in so that the RT can take a look.
* Cosmetics
* Organize #includes.
* The ProblemSpec no longer comes from a port... Just hold onto it when Switcher is initialized.

M Packages/Uintah/CCA/Components/LoadBalancers/DynamicLoadBalancer.h

* Cosmetics - whitespace is your friend. :)

M Packages/Uintah/CCA/Components/LoadBalancers/DynamicLoadBalancer.cc

* Don't need two steps anymore to read a problem spec.

M Packages/Uintah/CCA/Components/DataArchiver/DataArchiver.cc

* Don't need two steps anymore to read a problem spec.

M Packages/Uintah/CCA/Components/Solvers/SolverFactory.cc

* <Solver>
<type>

replaced with:

<Solver type="">

M Packages/Uintah/CCA/Components/ProblemSpecification/ProblemSpecReader.h

* Major updates to ProblemSpec validation.
** Tracking the actual file that specific tags come from to better report errors to user.
** Don't 'create' a PSReader with a filename, just call readInputFile() with the filename.
Might should make readInputFile a static function, but haven't yet as I'm not sure
if it is used multiple times for the same ProbSpec.
** Prob Spec Reader now contains a list of all (xml) files that were read to create the PS.
* Functions used to pass in the tag (parent), but since they are part of the tag class, don't need
to do this. It is implicitly done (parent == this).
* Moved the Tag/Attribute structs out of the ProblemSpecReader class as they aren't really
a part of it, and are not needed anywhere but in ProblemSpecReader.cc.

* Remove #include sgi stuff.

M Packages/Uintah/CCA/Components/ProblemSpecification/ProblemSpecReader.cc

* Display filename and line number when errors are found.
** All tags are added to the main (top level) xml 'doc'ument. Because of this, the filename
of sub-docs was lost. I am catching this and using the *_private (part of an xml node)
to hold onto this info. I think this is ok as the xml documentation says that it is for
application use.

* Added need_applies_to and children requirements parsing.
* Fixed a couple of edge condition errors that could slip through the parsing.
* Consolidate the file name validation. First look for the file specified directly,
then look for it as a relative offest from its parents location,
then look for it as an absolute offset from where the program was run.
I think this covers all the cases that people use and that it makes sense
to do it this way.

M Packages/Uintah/CCA/Components/Arches/Arches.cc

* Made 'whichMMS' an attribute (instead of a separate <Tag>).

M Packages/Uintah/CCA/Components/Regridder/RegridderFactory.cc

* Changed <type> to be an attribute of <Regridder type="">.

M Packages/Uintah/CCA/Ports/ProblemSpecInterface.h

* Pass filename into readInputFile().
* Cosmetics

M Packages/Uintah/scripts/regression_tester

* Allow 'inputs' to be INPUTS to be local as well as in relative src location.

M Packages/Uintah/Core/DataArchive/DataArchive.cc

* One stop readInputFile().
* Catch edge error condition. (d_filebase == "")

M Packages/Uintah/Core/ProblemSpec/ProblemSpec.h

* Removed doWrite... as it wasn't (really) used anywhere, and I'm not sure what its purpose was.
* Cosmetics - whitespace is your friend

M Packages/Uintah/Core/ProblemSpec/ProblemSpec.cc

* Cosmetics - use '{}' and whitespace.
* removed d_write

M Packages/Uintah/StandAlone/tools/compare_mms/compare_mms.cc
M Packages/Uintah/StandAlone/tools/graphview/GV_TaskGraph.cc
M Packages/Uintah/StandAlone/slb.cc
M Packages/Uintah/StandAlone/restart_merger.cc

* One stop readInputFile()

M Packages/Uintah/StandAlone/tools/pfs/pfs.cc
M Packages/Uintah/StandAlone/tools/pfs/pfs2.cc

* One stop readInputFile()
* Removed writeMessages()... don't think it is used anywhere...

M Packages/Uintah/StandAlone/sus.cc

* Clean up 'usage'.
* No more "-mpm" or "-arches", etc... Specify in .ups file.
* FinalizeManager (finalize MPI) was needed in a number of error cases.

M Packages/Uintah/StandAlone/inputs/ups_spec.xml

Lots of updates... Needs a lot more work from those in the know.
Please fix all the FIXMEs. If a parameter is optional, please specify
why and/or its default. Also, make as many things 'REQUIRED' as
possible. Update the children and need_applies_to flags too.

Please put <tags> in ALPHABETICAL order... this will make it much
easier to find and verify them! Try to organize the large <tags> in
sections (as they apply to need_applies_to), but keep each section
alphabetical.

M Packages/Uintah/StandAlone/inputs/*/*.ups

* Updates to be closer to spec.

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (new)
jas 2009-02-04 23:28 Rev.: 43099

Copy the pExternalForce_new from the old value when not doing any kind of
force or pressure bc.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (new)
harman 2009-02-02 16:43 Rev.: 43037

Label name change CenterOfMassVelocity->TotalMomentum

20 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+1 -1), FractureMPM.cc (+6 -6), ImpMPM.cc (+4 -4), RigidMPM.cc (new), SerialMPM.cc (+5 -5)
jas 2009-01-26 13:49 Rev.: 42976

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

900 lines of code changed in 50 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+30), AMRMPM.h (+30), FakePetscSolver.cc (+30), FractureMPM.cc (+30), FractureMPM.h (new), ImpMPM.cc (+30), ImpMPM.h (new), ImpMPMFlags.cc (+30), ImpMPMFlags.h (+30), MPMBoundCond.cc (+30), MPMBoundCond.h (new), MPMCommon.cc (+30), MPMCommon.h (+30), MPMFlags.cc (+30), MPMFlags.h (+30), PetscSolver.cc (+30), PetscSolver.h (new), RigidMPM.cc (+30), RigidMPM.h (new), SerialMPM.cc (+30), SerialMPM.h (+30), ShellMPM.cc (new), ShellMPM.h (new), SimpleSolver.cc (+30), SimpleSolver.h (new), Solver.cc (new), Solver.h (new), raw2pts.cc (new), sub.mk (+30), uintahshare.h (+30)
ffjhl 2009-01-02 18:41 Rev.: 42815

Added pressureBC by adapting code from explicit.

254 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+243 -42), ImpMPM.h (+11)
Generated by StatSVN 0.4.0