Directory CCA/Components/ICE/

Total Files:
10
Deleted Files:
9
Lines of Code:
13586

[root]/CCA/Components/ICE
                directory in repo Advection (12 files, 2882 lines)
                directory in repo Core (8 files, 1824 lines)
                directory in repo CustomBCs (17 files, 7598 lines)
                directory in repo EOS (29 files, 4075 lines)
                directory in repo Materials (3 files, 544 lines)
                directory in repo PressureSolve (0 files, 0 lines)
                    directory in repo HypreStandAlone (33 files, 5772 lines)
                directory in repo SpecificHeatModel (13 files, 1079 lines)
                directory in repo TurbulenceModel (9 files, 1347 lines)
                directory in repo WallShearStressModel (9 files, 1003 lines)

Lines of Code

CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 113 (100.0%) 959 (100.0%) 8.4
allen 74 (65.5%) 744 (77.6%) 10.0
jas 25 (22.1%) 144 (15.0%) 5.7
dav 5 (4.4%) 35 (3.6%) 7.0
guilkey 4 (3.5%) 23 (2.4%) 5.7
harman 3 (2.7%) 12 (1.3%) 4.0
ahumphrey 2 (1.8%) 1 (0.1%) 0.5

Most Recent Commits

allen 2017-12-26 15:51 Rev.: 57520

replaced the modelsetup class with a specific class for the fluids based models

0 lines of code changed in 6 files:

  • CCA/Components/ICE: AMRICE.cc (new), ICE.cc (changed), ICE.h (new)
allen 2017-12-22 17:15 Rev.: 57517

Removed the redundant ModelInfo class from the models to make models more generic

12 lines of code changed in 4 files:

  • CCA/Components/ICE: ICE.cc (+5 -22), ICE.h (+4 -4), sub.mk (new)
allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

3 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+2 -2), ICE.h (+1 -1)
allen 2017-12-21 14:49 Rev.: 57504

fixed warning and used declared var

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
allen 2017-12-20 15:25 Rev.: 57490

added comments on the models

9 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+9 -4)
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

74 lines of code changed in 21 files:

  • CCA/Components/ICE: AMRICE.cc (+1 -1), BoundaryCond.cc (del), BoundaryCond.h (del), ConservationTest.h (del), Diffusion.cc (del), Diffusion.h (del), ExchangeCoefficients.cc (del), ExchangeCoefficients.h (del), ICE.cc (+28 -16), ICE.h (+5 -5), ICEMaterial.cc (del), ICEMaterial.h (del), customInitialize.cc (+4 -2), customInitialize.h (+2 -1), impAMRICE.cc (+3 -3), impICE.cc (new), sub.mk (+28 -18)
allen 2017-12-18 19:55 Rev.: 57476

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

13 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+13 -23)
ahumphrey 2017-12-15 14:35 Rev.: 57457

Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.

This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.

0 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (-1)
allen 2017-12-14 19:42 Rev.: 57453

renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application

4 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+4 -1)
allen 2017-12-14 16:23 Rev.: 57448

added a check for models and comment cleanup

18 lines of code changed in 1 file:

  • CCA/Components/ICE: AMRICE.cc (+18 -16)
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

7 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+7 -4)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

6 lines of code changed in 2 files:

  • CCA/Components/ICE: impAMRICE.cc (+4 -4), impICE.cc (+2 -3)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

1 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+1 -14), ICE.h (-4)
allen 2017-11-29 17:50 Rev.: 57376

addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common

19 lines of code changed in 3 files:

  • CCA/Components/ICE: AMRICE.cc (+9 -4), ICE.cc (+5 -9), impICE.cc (+5 -4)
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

18 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (+12 -11), impAMRICE.cc (+2 -2), impICE.cc (+4 -4)
allen 2017-11-22 22:05 Rev.: 57335

Fixed so the model maker is passed down correctly

2 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+2), ICE.h (-2)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

12 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+9 -13), ICE.h (+3)
allen 2017-11-21 15:40 Rev.: 57322

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

380 lines of code changed in 10 files:

  • CCA/Components/ICE: AMRICE.cc (+63 -63), AMRICE.h (+7 -5), ICE.cc (+239 -219), ICE.h (+23 -20), impAMRICE.cc (+16 -11), impAMRICE.h (+3 -1), impICE.cc (+28 -24), sub.mk (+1)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

82 lines of code changed in 4 files:

  • CCA/Components/ICE: AMRICE.cc (+23 -23), ICE.cc (+39 -39), impAMRICE.cc (+19 -19), impICE.cc (+1 -1)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

113 lines of code changed in 6 files:

  • CCA/Components/ICE: AMRICE.cc (+7 -7), BoundaryCond.cc (new 9), BoundaryCond.h (new 4), ICE.cc (+85 -86), ICE.h (+6 -7), impICE.cc (+2 -2)
harman 2017-10-12 09:09 Rev.: 57137

compiler warnings

12 lines of code changed in 3 files:

  • CCA/Components/ICE: AMRICE.cc (+6 -6), impAMRICE.cc (+5 -5), impICE.cc (+1 -1)
ahumphrey 2017-10-03 17:19 Rev.: 57069

Add simulation time to SimulationTime object. Arches needs this for certain tasks.
Curious this was not available previously anywhere outside of the SimController.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

22 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+21 -14), ICE.h (+1)
allen 2017-09-14 15:29 Rev.: 57002

added an exception for W cycle with analysis cause it no worky

9 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+9)
allen 2017-08-18 14:58 Rev.: 56898

added additional analysis vars

47 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+47)
jas 2017-04-20 13:23 Rev.: 56456

Update copyright.

31 lines of code changed in 19 files:

  • CCA/Components/ICE: AMRICE.cc (+1 -1), AMRICE.h (+1 -1), BoundaryCond.cc (+1 -1), BoundaryCond.h (+1 -1), ConservationTest.h (new 1), Diffusion.cc (new 1), Diffusion.h (new 1), ExchangeCoefficients.cc (new 1), ExchangeCoefficients.h (new 1), ICE.cc (+1 -1), ICE.h (+1 -1), ICEMaterial.cc (new 13), ICEMaterial.h (new 1), customInitialize.cc (+1 -1), customInitialize.h (+1 -1), impAMRICE.cc (+1 -1), impAMRICE.h (+1 -1), impICE.cc (+1 -1), sub.mk (+1 -1)
allen 2017-04-18 21:09 Rev.: 56445

removed needless incude of time.h

0 lines of code changed in 1 file:

  • CCA/Components/ICE: BoundaryCond.h (-1)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
allen 2017-03-03 14:09 Rev.: 56284

add min/max bounds to the in-situ vars, fixed handle checks

4 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+4)
dav 2017-02-24 14:54 Rev.: 56250

Continuation of commit r56249 - this time for ICE component.

Mostly 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.
- 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/ICE/AMRICE.cc
M CCA/Components/ICE/BoundaryCond.cc
M CCA/Components/ICE/CustomBCs/LODI2.cc
M CCA/Components/ICE/CustomBCs/MMS_BCs.cc
M CCA/Components/ICE/CustomBCs/inletVelocity.cc
M CCA/Components/ICE/CustomBCs/microSlipBCs.cc
M CCA/Components/ICE/CustomBCs/sine.cc
M CCA/Components/ICE/ICE.cc
M CCA/Components/ICE/ICEMaterial.cc
M CCA/Components/ICE/TurbulenceModel/Turbulence.cc
M CCA/Components/ICE/customInitialize.cc

- See above.

M Core/GeometryPiece/GeometryPieceFactory.cc

- Alphabetize #includes, align vars, white space, formatting.


35 lines of code changed in 5 files:

  • CCA/Components/ICE: AMRICE.cc (+1 -2), BoundaryCond.cc (+4 -6), ICE.cc (+13 -11), ICEMaterial.cc (+15 -13), customInitialize.cc (+2 -3)
guilkey 2017-02-15 15:04 Rev.: 56230

Continuing the string of unintended consequences. Don't read in geometry
on restart for ICE or models.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
guilkey 2017-02-15 00:14 Rev.: 56226

Get the ICEMaterial in tune with the MPMMaterial for restarts.

22 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (+3 -1), ICEMaterial.cc (+18 -15), ICEMaterial.h (+1 -1)
Generated by StatSVN 0.7.0