Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 338 (100.0%) | 9547 (100.0%) | 28.2 |
CCA/Components/MPM/ReactionDiffusion/ | 85 (25.1%) | 2516 (26.4%) | 29.6 |
CCA/Components/MPM/ConstitutiveModel/ | 21 (6.2%) | 1891 (19.8%) | 90.0 |
CCA/Components/MPMFVM/ | 55 (16.3%) | 1756 (18.4%) | 31.9 |
CCA/Components/FVM/ | 49 (14.5%) | 1470 (15.4%) | 30.0 |
CCA/Components/MPM/PhysicalBC/ | 26 (7.7%) | 977 (10.2%) | 37.5 |
CCA/Components/MPM/FluxBC/ | 6 (1.8%) | 434 (4.5%) | 72.3 |
CCA/Components/MPM/ | 30 (8.9%) | 248 (2.6%) | 8.2 |
Core/Labels/ | 20 (5.9%) | 116 (1.2%) | 5.8 |
Core/Grid/ | 4 (1.2%) | 54 (0.6%) | 13.5 |
CCA/Components/MPM/ParticleCreator/ | 7 (2.1%) | 27 (0.3%) | 3.8 |
CCA/Components/Parent/ | 4 (1.2%) | 26 (0.3%) | 6.5 |
/ | 4 (1.2%) | 12 (0.1%) | 3.0 |
CCA/Components/ | 3 (0.9%) | 9 (0.1%) | 3.0 |
CCA/Components/Schedulers/ | 5 (1.5%) | 6 (0.1%) | 1.2 |
Core/GeometryPiece/ | 5 (1.5%) | 4 (0.0%) | 0.8 |
include/sci_defs/ | 2 (0.6%) | 1 (0.0%) | 0.5 |
CCA/Components/MPM/ReactionDiffusion/DiffusionModels/ | 6 (1.8%) | 0 (0.0%) | 0.0 |
CCA/Components/MPM/ReactionDiffusion/DiffusionInterfaces/ | 2 (0.6%) | 0 (0.0%) | 0.0 |
CCA/Components/MPM/ReactionDiffusion/ConductivityModels/ | 4 (1.2%) | 0 (0.0%) | 0.0 |
Clean up of comments and compiler warning.
0 lines of code changed in 4 files:
Updated the BinaryEquation conductivity model and cleaned up compiler warnings
0 lines of code changed in 8 files:
Added Neumann boundary conditions to Electrostatic solver.
0 lines of code changed in 2 files:
Added a diffusion model that takes into account electrostatic potentials
60 lines of code changed in 7 files:
Added a reminder to address the issue associated with the assert when the NanoPillar2D_FBC_sym.ups file is run.
2 lines of code changed in 1 file:
Uncommented assert in task graph that causes issues with the NanoPillar2D_FBC_sym file.
1 lines of code changed in 1 file:
Implemented working interface model for diffusion across material interfaces
292 lines of code changed in 10 files:
Made needed updates to the constant rate diffusion model and cleaned up some whitespacing.
87 lines of code changed in 4 files:
Fixed bugs associated with calling restart on the esmpm component.
2 lines of code changed in 3 files:
Adding restart capabilities to esmpm.
28 lines of code changed in 10 files:
Added outputProblemSpec function to JGConcentrationDiffusion model and include output functions for the conductivity equations.
59 lines of code changed in 12 files:
Interpolation of espotential from cell centers to particles
190 lines of code changed in 7 files:
Cleaned up some whitespace
3 lines of code changed in 1 file:
Uncommented ASSERT
1 lines of code changed in 1 file:
Fixed linking error
334 lines of code changed in 20 files:
Added capability to have material specific models for computing conductivity values based on concentration
655 lines of code changed in 16 files:
Added new ESConductivityModel to compute the conductivity values at cell face centers based on concentration values of particles in neighboring cells. ESConductivityModel will act as a base class that can be extended to new conductivity models.
276 lines of code changed in 5 files:
Fix needed so that concentration reduction variables only are computed for specified materials.
30 lines of code changed in 6 files:
Cleaned up memory leak issue associated with two new VarLabels not being destroyed.
2 lines of code changed in 2 files:
Updated AutoFluxBC so that user can define setpoints based on min and max values or average.
73 lines of code changed in 6 files:
(35 more)