[root]/Packages/Uintah/CCA/Components/ICE/CustomBCs
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 5220 (100.0%) | 127.3 |
harman | 28 (68.3%) | 5170 (99.0%) | 184.6 |
dgroulx | 9 (22.0%) | 21 (0.4%) | 2.3 |
borodai | 1 (2.4%) | 16 (0.3%) | 16.0 |
dav | 2 (4.9%) | 12 (0.2%) | 6.0 |
jas | 1 (2.4%) | 1 (0.0%) | 1.0 |
removed code specific for the Northrup Grumman contract
3 lines of code changed in 8 files:
M Core/Datatypes/CurveMesh.h
Fixed compiler warnings.
M Core/Datatypes/StructQuadSurfMesh.cc
Fixed SGI compile. ('Point pts[n]' is not valid unless 'n' is a constant.)
M Dataflow/Modules/Visualization/StreamLines.h
Needed "include <CompGeom.h> to find (recently moved?) 'RayPlaneIntersection'.
M Dataflow/Modules/Visualization/GenAxes.cc
Fixed compilation warnings. (eg: Returning a "const int" doesn't make sense.)
M Packages/Uintah/CCA/Components/ICE/CustomBCs/microSlipBCs.cc
Fixed compilation warnings. (Mostly unused variables.)
M Packages/Uintah/Core/Grid/Level.h
Indented. Added comment on what "eachPatch()" does.
12 lines of code changed in 2 files:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
21 lines of code changed in 9 files:
Otherwise, muse SIGBUSes
16 lines of code changed in 1 file:
- SGI compiler warnings
- fixed SGI compile
5 lines of code changed in 3 files:
Add include file for SimulationState neede for gcc-3.4 and gcc-4.0 compiles.
1 lines of code changed in 1 file:
gcc 4.0 fix
2 lines of code changed in 1 file:
Initial commit for method of manufactured solutions boundary conditions.
470 lines of code changed in 5 files:
Move custom boundary conditions into their own directory
Remove custom BC code from BoundaryCond.(cc, h)
4690 lines of code changed in 11 files: