Directory CCA/Components/FVM/

Total Files:
13
Deleted Files:
0
Lines of Code:
1255

[root]/CCA/Components/FVM

Lines of Code

CCA/Components/FVM/ Lines of Code

Developers

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

Most Recent Commits

allen 2017-12-27 19:22 Rev.: 57525

removed unneeded header files

0 lines of code changed in 2 files:

  • CCA/Components/FVM: MPNP.cc (changed)
allen 2017-12-20 13:45 Rev.: 57488

added missing header files and clean up of the class for forward declare

0 lines of code changed in 20 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (new), ElectrostaticSolve.h (changed), FVMBoundCond.cc (new), FVMBoundCond.h (changed), FVMLabel.cc (new), FVMLabel.h (new), FVMMaterial.cc (new), FVMMaterial.h (new), GaussSolve.cc (changed), GaussSolve.h (changed)
allen 2017-12-20 11:02 Rev.: 57484

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:

  • CCA/Components/FVM: sub.mk (-1)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

3 lines of code changed in 3 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+1 -1), GaussSolve.cc (+1 -1), MPNP.cc (+1 -1)
jas 2017-11-29 12:39 Rev.: 57369

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:

  • CCA/Components/FVM: sub.mk (+1)
allen 2017-11-24 15:37 Rev.: 57339

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:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+2 -2), GaussSolve.cc (+2 -2)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

75 lines of code changed in 7 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+21 -24), ElectrostaticSolve.h (+8 -8), GaussSolve.cc (+17 -20), GaussSolve.h (+9 -8), MPNP.cc (+11 -15), MPNP.h (+9 -8)
allen 2017-11-06 13:58 Rev.: 57235

commented out used variables

1 lines of code changed in 1 file:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+1 -1)
cgritton 2017-09-14 09:55 Rev.: 56999

Updates to compute neumann bc.

87 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+87)
dav 2017-05-22 15:33 Rev.: 56559


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:

  • CCA/Components/FVM: GaussSolve.cc (+36 -27)
cgritton 2017-05-15 16:19 Rev.: 56526

Skeleton code for the modified poisson nerst-planck finite volume solver

267 lines of code changed in 3 files:

  • CCA/Components/FVM: MPNP.cc (+159), MPNP.h (+106), sub.mk (+2 -1)
jas 2017-04-20 13:30 Rev.: 56464

Update copyright.

11 lines of code changed in 11 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+1 -1), ElectrostaticSolve.h (+1 -1), FVMBoundCond.cc (+1 -1), FVMBoundCond.h (+1 -1), FVMLabel.cc (+1 -1), FVMLabel.h (+1 -1), FVMMaterial.cc (+1 -1), FVMMaterial.h (+1 -1), GaussSolve.cc (+1 -1), GaussSolve.h (+1 -1), sub.mk (+1 -1)
cgritton 2017-03-27 16:28 Rev.: 56360

Added feature to calculate values of potential in the extra cells based on specified boundary conditions

155 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+155 -14)
cgritton 2017-03-23 11:28 Rev.: 56351

Cleaning up some of the compiler warnings

6 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+6)
cgritton 2017-03-23 10:27 Rev.: 56350

Coupled finite volume solver for Gauss's equation with exisiting mpm code.

275 lines of code changed in 8 files:

  • CCA/Components/FVM: ElectrostaticSolve.h (+1), FVMBoundCond.cc (+166), FVMBoundCond.h (+3), FVMLabel.cc (+12 -9), FVMLabel.h (+5 -4), FVMMaterial.cc (+7 -9), GaussSolve.cc (+79 -80), GaussSolve.h (+2 -1)
cgritton 2017-03-16 15:43 Rev.: 56335

Working solver for electrostatic based on Gauss's law.

287 lines of code changed in 9 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+4 -4), FVMBoundCond.cc (+124 -1), FVMBoundCond.h (+4), FVMLabel.cc (+15), FVMLabel.h (+5), FVMMaterial.cc (+22 -9), FVMMaterial.h (+12 -4), GaussSolve.cc (+93 -147), GaussSolve.h (+8 -14)
cgritton 2017-03-09 11:58 Rev.: 56309

Updated boundary conditions to include Neumann bc and added basic code for Gauss's law

892 lines of code changed in 11 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+74 -2), ElectrostaticSolve.h (+9), FVMBoundCond.cc (+155 -19), FVMBoundCond.h (+5 -1), FVMLabel.cc (+3), FVMLabel.h (+1), FVMMaterial.cc (+25), FVMMaterial.h (+3), GaussSolve.cc (+470), GaussSolve.h (+145), sub.mk (+2 -1)
dav 2017-02-24 15:57 Rev.: 56251

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:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+7 -6), FVMMaterial.cc (+8 -6)
Generated by StatSVN 0.7.0