Directory Core/Grid/BoundaryConditions/

Total Files:
29
Deleted Files:
0
Lines of Code:
5919

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 105 (100.0%) 209 (100.0%) 1.9
derekhar 44 (41.9%) 134 (64.1%) 3.0
jas 56 (53.3%) 59 (28.2%) 1.0
tsaad 3 (2.9%) 14 (6.7%) 4.6
jthornoc 2 (1.9%) 2 (1.0%) 1.0

Most Recent Commits

derekhar 2015-09-24 15:07 Rev.: 54033

Added comments to improve documentation of sudoAddBC in bcgeombase.h

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (changed)
derekhar 2015-09-24 10:52 Rev.: 54022

Added a new boundary condition function, that allows allows the geometries "union" and "difference" to set atomic members of its class.

60 lines of code changed in 29 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+5), AnnulusBCData.h (+3), BCGeomBase.h (+3), CircleBCData.cc (new), CircleBCData.h (+3), DifferenceBCData.cc (new), DifferenceBCData.h (new), EllipseBCData.cc (new), EllipseBCData.h (new), RectangleBCData.cc (new), RectangleBCData.h (+3), SideBCData.cc (+5), SideBCData.h (new), UnionBCData.cc (new), UnionBCData.h (+2)
derekhar 2015-09-22 10:50 Rev.: 53996

Finished removal of setting the material index in arches. Also made uintah error message more descriptive.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (changed)
derekhar 2015-09-18 16:23 Rev.: 53982

Added that ability to specify the mass flux of particles using PartMassFlowInlet.
This approach uses the user specified weight distribution which should be computed based on the idealized velocity.

8 lines of code changed in 4 files:

  • Core/Grid/BoundaryConditions: BCDataArray.cc (+7 -5), BCDataArray.h (new)
derekhar 2015-09-15 16:34 Rev.: 53954

Added the ability for a component to add a boundary condition during the initialization phase.
This may be expanded to change boundary conditions.

65 lines of code changed in 6 files:

  • Core/Grid/BoundaryConditions: BCDataArray.cc (+28), BCDataArray.h (+8), BoundCondFactory.cc (+16), BoundCondFactory.h (new)
derekhar 2015-07-16 16:28 Rev.: 53733

Exploratory commit, fixing problem where geometry objects are creating having no cells.
In the past, this criteria was more aggressive, and was changed to be more relaxed.
The criteria in this commit is between these two extremes.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (+1 -1)
tsaad 2015-07-13 14:45 Rev.: 53727

cosmetic changes

14 lines of code changed in 3 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (+10 -10), BoundCondBase.h (+4 -4)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

17 lines of code changed in 10 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.h (+2 -1), BoundCond.h (new), BoundCondReader.cc (+1 -1), CircleBCData.h (+2 -1), DifferenceBCData.h (+2 -1), EllipseBCData.h (+2 -1), RectangleBCData.h (+2 -1), SideBCData.h (+2 -1), UnionBCData.h (+2 -1)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

9 lines of code changed in 9 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.h (+1 -2), BoundCond.h (+1 -2), BoundCondReader.cc (+1 -1), CircleBCData.h (+1 -2), DifferenceBCData.h (+1 -2), EllipseBCData.h (+1 -2), RectangleBCData.h (+1 -2), SideBCData.h (+1 -2), UnionBCData.h (+1 -2)
jthornoc 2015-03-24 15:33 Rev.: 53298

Undo a branch commit to keep the Uintah trunk clean.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53272

Dereks cell/node iterator fix.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (+1 -1)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

32 lines of code changed in 36 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), BCData.cc (new), BCData.h (new), BCDataArray.cc (+2 -2), BCDataArray.h (+1 -1), BCGeomBase.cc (+2 -2), BCGeomBase.h (+1 -1), BCUtils.cc (new), BCUtils.h (+1 -1), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.cc (+1 -1), BoundCondFactory.h (+1 -1), BoundCondReader.cc (+2 -2), 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)
jas 2015-01-10 11:29 Rev.: 52952

Squashed commit of the following:

commit b51e0ae5c15312447f4995150d369180d1cb6ac6
Author: John Schmidt <john.schmidt@utah.edu>
Date: Sat Jan 10 10:26:55 2015 -0700

The iterator is present if either the node or cells list is non-zero.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (+1 -1)
Generated by StatSVN 0.7.0