Directory Packages/Uintah/Core/GeometryPiece/

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

[root]/Packages/Uintah/Core/GeometryPiece

Lines of Code

Packages/Uintah/Core/GeometryPiece/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 159 (100.0%) 1563 (100.0%) 9.8
jas 154 (96.9%) 1560 (99.8%) 10.1
ffjhl 1 (0.6%) 2 (0.1%) 2.0
dav 2 (1.3%) 1 (0.1%) 0.5
guilkey 2 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

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

Remove Packages/

0 lines of code changed in 52 files:

  • Packages/Uintah/Core/GeometryPiece: BoxGeometryPiece.cc (del), BoxGeometryPiece.h (del), ConeGeometryPiece.cc (del), ConeGeometryPiece.h (del), CorrugEdgeGeomPiece.cc (del), CorrugEdgeGeomPiece.h (del), CylinderGeometryPiece.cc (del), CylinderGeometryPiece.h (del), CylinderShellPiece.cc (del), CylinderShellPiece.h (del), DifferenceGeometryPiece.cc (del), DifferenceGeometryPiece.h (del), FileGeometryPiece.cc (del), FileGeometryPiece.h (del), GUVSphereShellPiece.cc (del), GUVSphereShellPiece.h (del), GeometryObject.cc (del), GeometryObject.h (del), GeometryPiece.cc (del), GeometryPiece.h (del), GeometryPieceFactory.cc (del), GeometryPieceFactory.h (del), IntersectionGeometryPiece.cc (del), IntersectionGeometryPiece.h (del), NaaBoxGeometryPiece.cc (del), NaaBoxGeometryPiece.h (del), NullGeometryPiece.cc (del), NullGeometryPiece.h (del), PlaneShellPiece.cc (del), PlaneShellPiece.h (del), ShellGeometryFactory.cc (del), ShellGeometryFactory.h (del), ShellGeometryPiece.cc (del), ShellGeometryPiece.h (del), SmoothCylGeomPiece.cc (del), SmoothCylGeomPiece.h (del), SmoothGeomPiece.cc (del), SmoothGeomPiece.h (del), SphereGeometryPiece.cc (del), SphereGeometryPiece.h (del), SphereMembraneGeometryPiece.cc (del), SphereMembraneGeometryPiece.h (del), SphereShellPiece.cc (del), SphereShellPiece.h (del), TriGeometryPiece.cc (del), TriGeometryPiece.h (del), UniformGrid.cc (del), UniformGrid.h (del), UnionGeometryPiece.cc (del), UnionGeometryPiece.h (del), sub.mk (del), uintahshare.h (del)
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.

1 lines of code changed in 2 files:

  • Packages/Uintah/Core/GeometryPiece: GeometryPieceFactory.cc (new)
guilkey 2009-02-05 18:17 Rev.: 43111

Eliminate a sqrt in determining if a point is inside or not. Makes
a depressingly small difference on execution time.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/GeometryPiece: SphereGeometryPiece.cc (new)
jas 2009-01-26 13:49 Rev.: 42976

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

1560 lines of code changed in 102 files:

  • Packages/Uintah/Core/GeometryPiece: BoxGeometryPiece.cc (new), BoxGeometryPiece.h (+30), ConeGeometryPiece.cc (+30), ConeGeometryPiece.h (+30), CorrugEdgeGeomPiece.cc (+30), CorrugEdgeGeomPiece.h (+30), CylinderGeometryPiece.cc (new), CylinderGeometryPiece.h (new), CylinderShellPiece.cc (+30), CylinderShellPiece.h (+30), DifferenceGeometryPiece.cc (+30), DifferenceGeometryPiece.h (+30), FileGeometryPiece.cc (+30), FileGeometryPiece.h (new), GUVSphereShellPiece.cc (new), GUVSphereShellPiece.h (+30), GeometryObject.cc (+30), GeometryObject.h (new), GeometryPiece.cc (+30), GeometryPiece.h (new), GeometryPieceFactory.cc (+30), GeometryPieceFactory.h (+30), IntersectionGeometryPiece.cc (new), IntersectionGeometryPiece.h (new), NaaBoxGeometryPiece.cc (new), NaaBoxGeometryPiece.h (new), NullGeometryPiece.cc (+30), NullGeometryPiece.h (new), PlaneShellPiece.cc (+30), PlaneShellPiece.h (new), ShellGeometryFactory.cc (new), ShellGeometryFactory.h (+30), ShellGeometryPiece.cc (+30), ShellGeometryPiece.h (new), SmoothCylGeomPiece.cc (new), SmoothCylGeomPiece.h (+30), SmoothGeomPiece.cc (new), SmoothGeomPiece.h (new), SphereGeometryPiece.cc (+30), SphereGeometryPiece.h (+30), SphereMembraneGeometryPiece.cc (new), SphereMembraneGeometryPiece.h (+30), SphereShellPiece.cc (new), SphereShellPiece.h (+30), TriGeometryPiece.cc (new), TriGeometryPiece.h (new), UniformGrid.cc (new), UniformGrid.h (new), UnionGeometryPiece.cc (new), UnionGeometryPiece.h (+30), sub.mk (new), uintahshare.h (new)
ffjhl 2009-01-20 21:57 Rev.: 42923

Fixed a bug in radialDirection. tt is not supposed
to be of unit length. Note that axis/height2 is
the axial unit vector; projOnAxis is the projection
of pbot onto axis.

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/GeometryPiece: CylinderGeometryPiece.cc (+2 -2)
Generated by StatSVN 0.4.0