Directory Core/Grid/BoundaryConditions/

Total Files:
31
Deleted Files:
0
Lines of Code:
5948

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 99 (100.0%) 397 (100.0%) 4.0
u0407585 5 (5.1%) 331 (83.4%) 66.2
jas 70 (70.7%) 40 (10.1%) 0.5
jthornoc 4 (4.0%) 13 (3.3%) 3.2
ahumphrey 20 (20.2%) 13 (3.3%) 0.6

Most Recent Commits

jthornoc 2016-12-22 15:33 Rev.: 56132

WBCHelper:
Trying to preserve the meaning of the <value> tag. Therefore, parse
the type attribute for the functor name rather than the value tag.
BoundaryFunctors.h is updated accordingly.

BoundaryFunctors.h:
Added a velocity bc.

FaceVelocities:
Needed to account for boundary conditions.

KFEUpdate and ComputePsi:
Needed to add an exception for Momentum equations to allow them
to be setup property.

KMomentum:
Added the first cut of the Stress Tensor. Needs work.

2 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BoundCond.h (new)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

13 lines of code changed in 20 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), BCUtils.cc (new), BoundCondReader.cc (new), CircleBCData.cc (new), DifferenceBCData.cc (+1 -1), EllipseBCData.cc (new), RectangleBCData.cc (+1 -1), RectangulusBCData.cc (+1 -1), SideBCData.cc (new), UnionBCData.cc (+1 -1)
jthornoc 2016-05-02 15:47 Rev.: 55293

Cleanup warnings.
There are still some unused variable warnings in the new stencil macros
that need cleaning up.

11 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: RectangulusBCData.h (new)
jas 2016-03-15 18:26 Rev.: 55036

Eliminate SCIRun namespace usage.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: RectangulusBCData.cc (-1), RectangulusBCData.h (-1)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

11 lines of code changed in 33 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (-1), AnnulusBCData.h (-1), BCData.cc (-1), BCDataArray.cc (+1 -2), BCGeomBase.cc (+4 -5), BCGeomBase.h (-1), BCUtils.h (+4 -4), BoundCond.h (-1), BoundCondReader.cc (+1 -2), CircleBCData.cc (-1), CircleBCData.h (new), DifferenceBCData.cc (-1), DifferenceBCData.h (new), EllipseBCData.cc (-1), EllipseBCData.h (-1), RectangleBCData.cc (+1 -1), RectangleBCData.h (new), SideBCData.cc (-1), SideBCData.h (new), UnionBCData.cc (-1), UnionBCData.h (-1)
u0407585 2016-03-03 00:24 Rev.: 54964

Added a rectangular-annulus boundary condition.

331 lines of code changed in 5 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (+70), RectangulusBCData.cc (+157), RectangulusBCData.h (+103), sub.mk (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

29 lines of code changed in 35 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), BCData.cc (+1 -1), BCData.h (+1 -1), BCDataArray.cc (+1 -1), BCDataArray.h (new), BCGeomBase.cc (+1 -1), BCGeomBase.h (+1 -1), BCUtils.cc (+1 -1), BCUtils.h (+1 -1), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.cc (+1 -1), BoundCondFactory.h (new), BoundCondReader.cc (+1 -1), BoundCondReader.h (new), CircleBCData.cc (+1 -1), CircleBCData.h (+1 -1), DifferenceBCData.cc (+1 -1), DifferenceBCData.h (+1 -1), EllipseBCData.cc (+1 -1), EllipseBCData.h (+1 -1), RectangleBCData.cc (+1 -1), RectangleBCData.h (+1 -1), SideBCData.cc (+1 -1), SideBCData.h (+1 -1), UnionBCData.cc (+1 -1), UnionBCData.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0