Directory CCA/Components/Models/

Total Files:
3
Deleted Files:
0
Lines of Code:
338

[root]/CCA/Components/Models
                directory in repo FluidsBased (31 files, 9637 lines)
                directory in repo HEChem (23 files, 8997 lines)
                directory in repo Radiation (1 files, 35 lines)
                    directory in repo RMCRT (12 files, 9229 lines)
                        directory in repo randomNums (3 files, 840 lines)
                directory in repo SolidReactionModel (23 files, 1997 lines)

Lines of Code

CCA/Components/Models/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 165 (100.0%) 7.5
allen 18 (81.8%) 123 (74.5%) 6.8
dav 1 (4.5%) 39 (23.6%) 39.0
jas 3 (13.6%) 3 (1.8%) 1.0

Most Recent Commits

allen 2017-12-21 14:51 Rev.: 57507

cleaned up the dependency checks and removed the double negative directives

9 lines of code changed in 2 files:

  • CCA/Components/Models: sub.mk (new)
allen 2017-12-21 14:50 Rev.: 57506

standardized the error output for the factories

0 lines of code changed in 2 files:

  • CCA/Components/Models: ModelFactory.cc (new)
allen 2017-12-20 19:24 Rev.: 57499

Found more models that need dependcy checks

21 lines of code changed in 2 files:

  • CCA/Components/Models: ModelFactory.cc (+18 -11), sub.mk (+3 -3)
allen 2017-12-20 19:08 Rev.: 57498

added if defs checks

8 lines of code changed in 1 file:

  • CCA/Components/Models: ModelFactory.cc (+8 -7)
allen 2017-12-20 15:25 Rev.: 57490

added comments on the models

4 lines of code changed in 1 file:

  • CCA/Components/Models: sub.mk (+4 -3)
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

32 lines of code changed in 4 files:

  • CCA/Components/Models: ModelFactory.cc (+11 -38), ModelFactory.h (new), sub.mk (+6 -4)
allen 2017-12-18 19:55 Rev.: 57476

Made the models a first class component and minor clean up the MPM header file usage

28 lines of code changed in 2 files:

  • CCA/Components/Models: ModelFactory.cc (+24 -24), ModelFactory.h (+4 -5)
allen 2017-12-14 16:28 Rev.: 57450

minroclean up for readablity and removing MPM check

16 lines of code changed in 2 files:

  • CCA/Components/Models: ModelFactory.cc (+15 -8), ModelFactory.h (+1 -2)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

3 lines of code changed in 1 file:

  • CCA/Components/Models: ModelFactory.h (+3)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

2 lines of code changed in 1 file:

  • CCA/Components/Models: ModelFactory.h (+2)
jas 2017-04-20 13:29 Rev.: 56461

Update copyright.

3 lines of code changed in 3 files:

  • CCA/Components/Models: ModelFactory.cc (+1 -1), ModelFactory.h (+1 -1), sub.mk (+1 -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

39 lines of code changed in 1 file:

  • CCA/Components/Models: ModelFactory.cc (+39 -22)
Generated by StatSVN 0.7.0