[root]/Core/Grid/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 93 (100.0%) | 300 (100.0%) | 3.2 |
allen | 41 (44.1%) | 255 (85.0%) | 6.2 |
jas | 46 (49.5%) | 31 (10.3%) | 0.6 |
derekhar | 5 (5.4%) | 10 (3.3%) | 2.0 |
ahumphrey | 1 (1.1%) | 4 (1.3%) | 4.0 |
removed errant cout
0 lines of code changed in 2 files:
Added parallel_for to arches boundary condition code.
ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.
10 lines of code changed in 5 files:
For infrastructure: Update existing DebugStreams and Dout objects to be constructed with a desription matching that found in environmentalFlags.txt. EnvironmentalFlags,txt itself also updated.
Components can individually go in and do this same thing now, ultimately deprecating and eventually removing environmentalFlags.txt (hopefully).
4 lines of code changed in 1 file:
cleanup of the namespace for debug streams and removed using namespace std
241 lines of code changed in 29 files:
minor remaning of debug stream names
1 lines of code changed in 1 file:
restructured teh Dout and DebugStream to register the streams to avoid conflicts
13 lines of code changed in 9 files:
Update copyright date.
31 lines of code changed in 46 files: