[root]/CCA/Components/MPMICE
Core
(3 files, 213 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 316 (100.0%) | 11.2 |
allen | 12 (42.9%) | 285 (90.2%) | 23.7 |
harman | 11 (39.3%) | 27 (8.5%) | 2.4 |
jas | 5 (17.9%) | 4 (1.3%) | 0.8 |
Global:
d_materialManager -> d_matlManager
Code consolidation.
- ScalarExch::addExch_Vel_Temp_C() now computing surfaceNorm and isSurface in one place
ExchangeModel::ComputeSurfaceNormal()
1 lines of code changed in 2 files:
Replaced tabs with spaces.
Please check your editors.
1 lines of code changed in 2 files:
addition logic for nullptr material pointer and cleanup of unsigned warnings
64 lines of code changed in 2 files:
removal of shared state and introduction of a material manager
115 lines of code changed in 4 files:
added a managing class for application reduction variables
11 lines of code changed in 1 file:
made the recompute and abort reduction vars
16 lines of code changed in 2 files:
change from restart to recompute time step so to differentiate from restarting a time step from a checkpoint
9 lines of code changed in 2 files:
Added scheduling of prerequisite tasks upstream of the exchange task.
Added function that's called from the semi-implicit pressure solve subscheduler that
add "requires" for variables from the parentDW.
4 lines of code changed in 1 file:
Removed "flowWork" flag from MPM and ups files. It's always false.
1 lines of code changed in 1 file:
Removed code that isn't being used.
0 lines of code changed in 1 file:
ICE, impAMRICE, MPMICE
- API change for sched_AddExch_Vel_Temp_CC()
ExchangeModel.*
- added d_zero_matl and surfaceNorm and isSurfaceCell VarLabels
- updated Model method parameters.
Scalar.*
- Removed EOL spaces.
- Polished.
Slip.*
major restructure
- Added sched_AddExch_velFC(), vel_FC_exchange() and addExch_VelFC()
- Consolidated all CC velocity exchange into a single function/method.
- Scheduling computeSurfaceNorman() and ComputeMeanFreePath() before face centered exchange
- Major scrubbing and modernization of all code.
0 lines of code changed in 1 file:
- Added Deletion VarLabel objects.
- Cell Centered and face centered exchange is now computed in Models/MultiMatlExchange/Scalar.cc
4 lines of code changed in 1 file:
Merge from LastMPMICE branch to trunk
Rerouted some plumbing. Face centered momentum exchange is now computed in the MultiMatlExchange models
instead of ICE.
16 lines of code changed in 2 files:
Update copyright date.
4 lines of code changed in 5 files:
removed need for calls to shared state for the time step and sim time
70 lines of code changed in 1 file: