Directory CCA/Components/MPM/Contact/

Directory Deleted:
2017-12-20 11:02
Total Files:
0
Deleted Files:
21
Lines of Code:
0

[root]/CCA/Components/MPM/Contact

Lines of Code

CCA/Components/MPM/Contact/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 107 (100.0%) 203 (100.0%) 1.8
guilkey 18 (16.8%) 104 (51.2%) 5.7
jas 32 (29.9%) 64 (31.5%) 2.0
dav 1 (0.9%) 25 (12.3%) 25.0
allen 56 (52.3%) 10 (4.9%) 0.1

Most Recent Commits

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 21 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (del), ApproachContact.h (del), CompositeContact.cc (del), CompositeContact.h (del), Contact.cc (del), Contact.h (del), ContactFactory.cc (del), ContactFactory.h (del), ContactMaterialSpec.cc (del), ContactMaterialSpec.h (del), FrictionContact.cc (del), FrictionContact.h (del), NodalSVFContact.cc (del), NodalSVFContact.h (del), NullContact.cc (del), NullContact.h (del), SingleVelContact.cc (del), SingleVelContact.h (del), SpecifiedBodyContact.cc (del), SpecifiedBodyContact.h (del), sub.mk (del)
allen 2017-12-18 20:48 Rev.: 57477

Moved MPM Solvers and other class into their own sub dirs

6 lines of code changed in 12 files:

  • CCA/Components/MPM/Contact: ApproachContact.h (+1 -1), CompositeContact.cc (+1 -1), FrictionContact.h (new), NullContact.cc (new), SingleVelContact.h (+1 -1), SpecifiedBodyContact.cc (+1 -1)
allen 2017-12-18 19:55 Rev.: 57476

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

0 lines of code changed in 7 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (-1), FrictionContact.cc (-1), SingleVelContact.cc (-1), SpecifiedBodyContact.cc (-1)
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

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: Contact.h (-1)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

2 lines of code changed in 3 files:

  • CCA/Components/MPM/Contact: Contact.cc (+1 -1), Contact.h (+1 -1)
allen 2017-11-06 12:34

removed spurious header file

0 lines of code changed in 9 files:

  • CCA/Components/MPM/Contact: ApproachContact.h (-1), FrictionContact.h (-1), NodalSVFContact.h (-1), NullContact.h (-1), SingleVelContact.h (-1), SpecifiedBodyContact.h (new)
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.

43 lines of code changed in 8 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+10 -11), ContactMaterialSpec.h (new), FrictionContact.cc (+14 -15), NodalSVFContact.cc (new), SingleVelContact.cc (+4 -5), SpecifiedBodyContact.cc (+8 -9)
guilkey 2017-07-02 19:11 Rev.: 56727

Adding the option to skip over the first contact step. For now, the default is
to keep doing it.

28 lines of code changed in 5 files:

  • CCA/Components/MPM/Contact: Contact.h (+1 -1), FrictionContact.cc (+19 -17), FrictionContact.h (-2), SingleVelContact.cc (+8 -4), SingleVelContact.h (-2)
guilkey 2017-07-02 16:57 Rev.: 56725

Don't set the velocity BC in the contact code as it has already been set in
interpolateToParticlesAndUpdate and contact won't induce any out of plane
velocity components.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: SingleVelContact.cc (-6)
guilkey 2017-07-02 16:42 Rev.: 56724

A bit more clean up, fixing comments, and deleting no longer needed "requires".

2 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+2 -11)
guilkey 2017-07-02 16:38 Rev.: 56723

Minor clean up, shouldn't change any answers.

11 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+11 -20)
guilkey 2017-06-12 14:19 Rev.: 56623

Bringing the calculation of normal traction, etc., out of the Friction Contact
model, put them with the normal calculation, which I should have done
originally.

7 lines of code changed in 3 files:

  • CCA/Components/MPM/Contact: ContactFactory.cc (+1 -2), FrictionContact.cc (+6 -70)
guilkey 2017-05-04 20:08 Rev.: 56494

Pull calculation of normal, used in several contact models, out of the
contact models into a common place. This will enable more flexibility
going forward, like using different friction coefficients between matl 1 and 2 than between 1 and 3, etc.

56 lines of code changed in 7 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+19 -84), ContactFactory.cc (+8 -3), ContactFactory.h (+1 -1), FrictionContact.cc (+23 -113), FrictionContact.h (-1), SpecifiedBodyContact.cc (+5 -86)
jas 2017-04-20 13:22 Rev.: 56455

Update copyright.

21 lines of code changed in 24 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (+1 -1), CompositeContact.cc (+1 -1), CompositeContact.h (+1 -1), Contact.cc (+1 -1), Contact.h (+1 -1), ContactFactory.cc (+1 -1), ContactFactory.h (+1 -1), ContactMaterialSpec.cc (+1 -1), ContactMaterialSpec.h (+1 -1), FrictionContact.cc (+1 -1), FrictionContact.h (+1 -1), NodalSVFContact.cc (+1 -1), NodalSVFContact.h (+1 -1), NullContact.cc (+1 -1), NullContact.h (+1 -1), SingleVelContact.cc (+1 -1), SingleVelContact.h (+1 -1), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (+1 -1), sub.mk (+1 -1)
allen 2017-04-13 16:53 Rev.: 56426

change to SimTime

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+1 -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/MPM/Contact: SpecifiedBodyContact.cc (+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

25 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: ContactFactory.cc (+25 -28)
Generated by StatSVN 0.7.0