[root]/CCA/Components/FVM
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 86 (100.0%) | 2115 (100.0%) | 24.5 |
cgritton | 34 (39.5%) | 1969 (93.1%) | 57.9 |
allen | 37 (43.0%) | 83 (3.9%) | 2.2 |
dav | 3 (3.5%) | 51 (2.4%) | 17.0 |
jas | 12 (14.0%) | 12 (0.6%) | 1.0 |
removed unneeded header files
0 lines of code changed in 2 files:
added missing header files and clean up of the class for forward declare
0 lines of code changed in 20 files:
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
0 lines of code changed in 2 files:
Cleanup of the Scheduler to use ports for all components
3 lines of code changed in 3 files:
Fixes for static build when --enable-all-components. Remove the PhaseField component from --enable-all-components until duplicate symbols are resolved for the static build.
1 lines of code changed in 1 file:
removed the delta T label from the shared state and began removing the shared state where possible
4 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
75 lines of code changed in 7 files:
commented out used variables
1 lines of code changed in 1 file:
Updates to compute neumann bc.
87 lines of code changed in 1 file:
M CCA/Components/FVM/GaussSolve.cc
- Only real change: Fix Mac compilation by changing "0" to "nullptr".
- Cosmetics: line up variables, coding standards.
36 lines of code changed in 1 file:
Skeleton code for the modified poisson nerst-planck finite volume solver
267 lines of code changed in 3 files:
Update copyright.
11 lines of code changed in 11 files:
Added feature to calculate values of potential in the extra cells based on specified boundary conditions
155 lines of code changed in 1 file:
Cleaning up some of the compiler warnings
6 lines of code changed in 1 file:
Coupled finite volume solver for Gauss's equation with exisiting mpm code.
275 lines of code changed in 8 files:
Working solver for electrostatic based on Gauss's law.
287 lines of code changed in 9 files:
Updated boundary conditions to include Neumann bc and added basic code for Gauss's law
892 lines of code changed in 11 files:
Continuation of commit r56249 - this time for MPM, Models, OnTheFlyAnalysis.
Cosmetic changes and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.
- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').
- White space, coding standards, indentation, remove tabs, align variablesa.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.
M CCA/Components/FVM/ElectrostaticSolve.cc
M CCA/Components/FVM/FVMMaterial.cc
M CCA/Components/MPM/AMRMPM.cc
M CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M CCA/Components/MPM/Contact/ContactFactory.cc
M CCA/Components/MPM/ImpMPM.cc
M CCA/Components/MPM/MPMCommon.cc
M CCA/Components/MPM/MPMFlags.cc
M CCA/Components/MPM/PhysicalBC/LoadCurve.h
M CCA/Components/MPM/PhysicalBC/MPMPhysicalBCFactory.cc
M CCA/Components/MPM/PhysicalBC/PolynomialData.cc
M CCA/Components/MPM/SerialMPM.cc
M CCA/Components/MPM/ShellMPM.cc
M CCA/Components/MPM/ThermalContact/ThermalContactFactory.cc
M CCA/Components/Models/FluidsBased/AdiabaticTable.cc
M CCA/Components/Models/FluidsBased/ArchesTable.cc
M CCA/Components/Models/FluidsBased/Mixing.cc
M CCA/Components/Models/FluidsBased/NonAdiabaticTable.cc
M CCA/Components/Models/FluidsBased/PassiveScalar.cc
M CCA/Components/Models/FluidsBased/SimpleRxn.cc
M CCA/Components/Models/FluidsBased/TableFactory.cc
M CCA/Components/Models/FluidsBased/flameSheet_rxn.cc
M CCA/Components/Models/HEChem/DDT0.cc
M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/JWLpp.cc
M CCA/Components/Models/HEChem/MesoBurn.cc
M CCA/Components/Models/HEChem/Simple_Burn.cc
M CCA/Components/Models/HEChem/Steady_Burn.cc
M CCA/Components/Models/HEChem/Unsteady_Burn.cc
M CCA/Components/Models/HEChem/ZeroOrder.cc
M CCA/Components/Models/ModelFactory.cc
M CCA/Components/Models/Radiation/RMCRT/Radiometer.cc
M CCA/Components/Models/SolidReactionModel/SolidReactionModel.cc
M CCA/Components/OnTheFlyAnalysis/1stLawThermo.cc
M CCA/Components/OnTheFlyAnalysis/AnalysisModuleFactory.cc
M CCA/Components/OnTheFlyAnalysis/MinMax.cc
M CCA/Components/OnTheFlyAnalysis/containerExtract.cc
M CCA/Components/OnTheFlyAnalysis/lineExtract.cc
M CCA/Components/OnTheFlyAnalysis/momentumAnalysis.cc
M CCA/Components/OnTheFlyAnalysis/particleExtract.cc
M CCA/Components/OnTheFlyAnalysis/planeExtract.cc
M CCA/Components/OnTheFlyAnalysis/statistics.cc
15 lines of code changed in 2 files: