Directory Packages/Uintah/Core/Grid/BoundaryConditions/

Total Files:
26
Deleted Files:
19
Lines of Code:
3673

[root]/Packages/Uintah/Core/Grid/BoundaryConditions

Lines of Code

Packages/Uintah/Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 157 (100.0%) 1314 (100.0%) 8.3
jas 150 (95.5%) 1228 (93.5%) 8.1
luitjens 2 (1.3%) 82 (6.2%) 41.0
harman 5 (3.2%) 4 (0.3%) 0.8

Most Recent Commits

jas 2008-10-22 20:55 Rev.: 42311

Fix memory leak.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCData.cc (new)
jas 2008-10-21 12:42 Rev.: 42286

Remove the specific boundary condition classes.

0 lines of code changed in 14 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: DensityBoundCond.cc (del), DensityBoundCond.h (del), MassFracBoundCond.cc (del), MassFracBoundCond.h (del), PressureBoundCond.cc (del), PressureBoundCond.h (del), SpecificVolBoundCond.cc (del), SpecificVolBoundCond.h (del), SymmetryBoundCond.h (del), TemperatureBoundCond.cc (del), TemperatureBoundCond.h (del), ThermalBoundCond.h (del), VelocityBoundCond.cc (del), VelocityBoundCond.h (del)
jas 2008-10-21 09:53 Rev.: 42284

Generalize the boundary condition specification to use strings instead of
various classes. Eliminate the various boundary condition classes, i.e.
TemperatureBoundCond, VelocityBoundCond, etc.

140 lines of code changed in 17 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCData.cc (+48 -61), BCData.h (+4 -2), BoundCond.h (+50 -8), BoundCondBase.h (+5 -4), BoundCondFactory.cc (+22 -84), BoundCondFactory.h (+1 -2), BoundCondReader.cc (new), BoundCondReader.h (+2 -1), sub.mk (new)
jas 2008-07-30 16:08 Rev.: 41775

Revert revision 41766 which deleted copy constructors and assignment operators.

0 lines of code changed in 12 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCGeomBase.cc (changed), BCGeomBase.h (changed), DifferenceBCData.cc (new), DifferenceBCData.h (new), SideBCData.cc (changed), UnionBCData.cc (changed)
jas 2008-07-29 18:24 Rev.: 41766

Remove some debugging code that was currently ifdef'd out.

0 lines of code changed in 6 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCGeomBase.cc (-161), BCGeomBase.h (-17), DifferenceBCData.cc (-41), DifferenceBCData.h (-8), SideBCData.cc (-28), UnionBCData.cc (-56)
luitjens 2008-07-29 13:56 Rev.: 41755

Don't call reset() from begin() instead call reset when it is needed. Calling reset from begin could cause lots of unintended consequences.

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCGeomBase.cc (+2 -2)
jas 2008-07-29 09:46 Rev.: 41749

Use the new iterator framework instead of vector<IntVector>.

372 lines of code changed in 26 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: AnnulusBCData.cc (new), AnnulusBCData.h (-3), BCDataArray.cc (+10 -32), BCDataArray.h (new), BCGeomBase.cc (+195 -55), BCGeomBase.h (+23 -49), CircleBCData.cc (new), CircleBCData.h (new), DifferenceBCData.cc (+40 -18), DifferenceBCData.h (+4), RectangleBCData.cc (new), RectangleBCData.h (-3), SideBCData.cc (+28 -35), SideBCData.h (+7 -8), UnionBCData.cc (+46 -28), UnionBCData.h (new)
jas 2008-07-21 16:11 Rev.: 41664

Remove using namespace std; and replace with only what is needed.

12 lines of code changed in 10 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), BCDataArray.cc (+1 -1), BCGeomBase.cc (+1 -2), BoundCondFactory.cc (+2 -3), BoundCondReader.cc (+1 -1), CircleBCData.cc (+1 -1), DifferenceBCData.cc (+1 -1), RectangleBCData.cc (+2 -1), SideBCData.cc (+1 -1), UnionBCData.cc (+1 -1)
jas 2008-07-19 05:08 Rev.: 41623

Formatting change.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: Auxiliary.h (changed)
jas 2008-07-19 05:07

Fix memory leaks.

19 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCData.cc (+12 -3), BoundCondReader.cc (+7 -2)
jas 2008-07-16 21:55 Rev.: 41551

Add the auxiliary boundation condtion.

18 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BoundCondReader.cc (+18)
jas 2008-07-16 21:55 Rev.: 41550

Add const.

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.h (+2 -1)
jas 2008-07-16 21:54 Rev.: 41549

Check for the auxiliary boundary condition.

12 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.cc (+12 -3)
jas 2008-07-16 21:52 Rev.: 41545

Boundary condition that is referred to when looking for just the iterator
extents.

54 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: Auxiliary.h (+54)
jas 2008-07-04 18:17 Rev.: 41419

Fix memory leak.

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.cc (+1 -1)
jas 2008-07-02 20:47 Rev.: 41407

Fix several memory leaks.

Use cstdio.

Remove ifdef'd out code in the _NEW() functions.

18 lines of code changed in 4 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCDataArray.cc (+1 -63), BoundCondFactory.cc (+1 -1), BoundCondReader.cc (+15 -4), VelocityBoundCond.cc (new 1)
jas 2008-07-01 18:14 Rev.: 41393

Add the == operator to the various BCGeomBase classes.

Combine the various BC data into unique BCGeometry types. There are no
longer multiple instances of BCGeomBase objects. -- BCDataArray.cc

Change the algorithm for creating the various DifferenceBCData types
when processing complicated boundary conditions. The resultant algorithm
is simpler and more complete than the previous one due to the coalescing
of BCGeometry types in the BCDataArray class.

406 lines of code changed in 18 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: AnnulusBCData.cc (+15), AnnulusBCData.h (+2), BCData.cc (+2 -1), BCDataArray.cc (+162 -3), BCDataArray.h (+1), BCGeomBase.h (+11 -1), BoundCondReader.cc (+126 -15), BoundCondReader.h (+2), CircleBCData.cc (+15 -1), CircleBCData.h (+2), DifferenceBCData.cc (+19 -1), DifferenceBCData.h (+2), RectangleBCData.cc (+12), RectangleBCData.h (+2), SideBCData.cc (+12 -1), SideBCData.h (+2), UnionBCData.cc (+17), UnionBCData.h (+2)
harman 2008-06-24 16:32 Rev.: 41310

Removed code that isn't used.

4 lines of code changed in 3 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BoundCondFactory.cc (+4 -13), NeighBoundCond.h (del), NoneBoundCond.h (del)
jas 2008-06-03 03:06 Rev.: 41192

Back out revision 41033 and 41059 which modifed the boundary conditions.
Now the RT should pass, and I can try again to get a complete fix for the
boundary conditions.

46 lines of code changed in 4 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCGeomBase.h (+23), SideBCData.cc (+15 -4), SideBCData.h (+5), UnionBCData.cc (+3)
jas 2008-05-13 16:33 Rev.: 41033

This is a first pass at using the face iterators for visiting cells/nodes
needed to set boundary conditions for the most common case (SideBC). We
no longer store the cells/nodes to be visited and instead create them on the
fly.

Initial tests for a simple ICE advect.ups show a slight reduction in memory
usage.

The second pass will actually generalize the code so that all the if/else
statements are removed.

4 lines of code changed in 4 files:

  • Packages/Uintah/Core/Grid/BoundaryConditions: BCGeomBase.h (-23), SideBCData.cc (+4 -15), SideBCData.h (-5), UnionBCData.cc (-3)

(6 more)

Generated by StatSVN 0.4.0