[root]/Core/Grid/BoundaryConditions
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 |
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:
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:
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:
Eliminate SCIRun namespace usage.
0 lines of code changed in 2 files:
Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.
11 lines of code changed in 33 files:
Added a rectangular-annulus boundary condition.
331 lines of code changed in 5 files:
Update copyright date to 2016.
29 lines of code changed in 35 files: