Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 781 (100.0%) | 27331 (100.0%) | 34.9 |
CCA/Components/Arches/ | 160 (20.5%) | 8108 (29.7%) | 50.6 |
CCA/Components/Arches/PropertyModelsV2/ | 106 (13.6%) | 4368 (16.0%) | 41.2 |
CCA/Components/Arches/ParticleModels/ | 79 (10.1%) | 3118 (11.4%) | 39.4 |
CCA/Components/Arches/Task/ | 61 (7.8%) | 2389 (8.7%) | 39.1 |
CCA/Components/Arches/CoalModels/ | 99 (12.7%) | 2342 (8.6%) | 23.6 |
CCA/Components/Arches/Utility/ | 50 (6.4%) | 1301 (4.8%) | 26.0 |
CCA/Components/Arches/TransportEqns/ | 37 (4.7%) | 1243 (4.5%) | 33.5 |
CCA/Components/Arches/Transport/ | 36 (4.6%) | 1053 (3.9%) | 29.2 |
CCA/Components/Arches/WallHTModels/ | 14 (1.8%) | 838 (3.1%) | 59.8 |
CCA/Components/Arches/SourceTerms/ | 50 (6.4%) | 811 (3.0%) | 16.2 |
CCA/Components/Arches/ChemMix/ | 17 (2.2%) | 522 (1.9%) | 30.7 |
/ | 2 (0.3%) | 477 (1.7%) | 238.5 |
CCA/Components/Arches/LagrangianParticles/ | 23 (2.9%) | 262 (1.0%) | 11.3 |
CCA/Components/Arches/Radiation/ | 7 (0.9%) | 145 (0.5%) | 20.7 |
CCA/Components/Arches/PropertyModels/ | 5 (0.6%) | 106 (0.4%) | 21.2 |
CCA/Components/Arches/Operators/ | 6 (0.8%) | 105 (0.4%) | 17.5 |
R_Tester/ | 13 (1.7%) | 97 (0.4%) | 7.4 |
CCA/Components/Arches/water/ | 4 (0.5%) | 23 (0.1%) | 5.7 |
CCA/Components/Arches/DigitalFilter/ | 3 (0.4%) | 14 (0.1%) | 4.6 |
CCA/Components/ | 4 (0.5%) | 6 (0.0%) | 1.5 |
Core/Grid/BoundaryConditions/ | 2 (0.3%) | 2 (0.0%) | 1.0 |
CCA/Components/Models/Radiation/RMCRT/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
CCA/Components/MPMArches/ | 2 (0.3%) | 0 (0.0%) | 0.0 |
For Dav: Have configure look in /usr/local/lib for fortran if all else fails. This hack needed for a new Mac running El Capitan.
477 lines of code changed in 2 files:
Cleanup unused variable in the Init. Factory.
Typo in the mean_convergence script.
0 lines of code changed in 2 files:
Make timestep_init aware of the current dt.
7 lines of code changed in 1 file:
Adding weights to the continuity source.
0 lines of code changed in 4 files:
Warning.
1 lines of code changed in 1 file:
Uninitialized temporary field was causing the problems with the
angledWall test.
0 lines of code changed in 2 files:
Fix a bug with the mass flux.
0 lines of code changed in 2 files:
Add the ability to create new tasks on-the-fly.
0 lines of code changed in 10 files:
HACK WARNING:
MPMArches is looking for function calls in Arches that no longer
exist. Plugging holes with temporary variables.
0 lines of code changed in 4 files:
Should have moved this line down.
2 lines of code changed in 1 file:
Remove MPMArches from the build for now.
4 lines of code changed in 1 file:
Remove unused operators.
0 lines of code changed in 1 file:
Undo the restartInitialize commit. This is breaking RT.
Add a surface tracer in the normal calc.
Save out some new variables in the heptane_pipe.
104 lines of code changed in 9 files:
Adding a debug test option.
0 lines of code changed in 2 files:
Remove the restartInitialize in the advanceTimeStep for the nonlinear
solver. A work-around exists by simply having a dummy task compute the
variable before it is required in the actual task to trick the DW into
knowing it exists in the checkpoint information.
Also some cleanup of code.
366 lines of code changed in 10 files:
This commit changes the answers.
The answer changes are due to changes in the dt computed in
computeStableTimestep. The code now uses patch->dCell for grid spacing
rather than cellInfo (which should be removed completely from Arches).
**bigger change**
The solver abstraction in Arches has been cleaned up. As a result,
all the solver information needed for the ExplicitSolver has been moved
into itself. This should contain the historic solver in Arches without
stepping on any newly abstracted solvers. This last change should not
affect the answers as it only moved problemSetups and allocation of
variables into the solver itself. Ordering was preserved.
1213 lines of code changed in 9 files:
Remove cruft.
0 lines of code changed in 1 file:
More cleanup of the NonlinearSolver abstraction.
Moved all initialization work for ExplicitSolver into itself.
1004 lines of code changed in 5 files:
- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.
43 lines of code changed in 5 files:
Turn off potentially thread-unsafe code.
3 lines of code changed in 1 file:
(133 more)