[root]/CCA/Components/ICE
Advection
(12 files, 2848 lines)
CustomBCs
(13 files, 5034 lines)
Docs
(8 files, 1901 lines)
EOS
(23 files, 3189 lines)
Matlab
(0 files, 0 lines)
ShockTube1D
(11 files, 1176 lines)
PressureSolve
(0 files, 0 lines)
HypreStandAlone
(1 files, 1108 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 124 (100.0%) | 818 (100.0%) | 6.5 |
jas | 68 (54.8%) | 480 (58.7%) | 7.0 |
luitjens | 37 (29.8%) | 204 (24.9%) | 5.5 |
harman | 18 (14.5%) | 132 (16.1%) | 7.3 |
dav | 1 (0.8%) | 2 (0.2%) | 2.0 |
SerialMPM: errorEstimate()
MPMICE: coarsenDriver_std()
MPMICE: coarsenDriver_massWeighted()
ICE: fineToCoarseOperator()
Added logic to prevent trying to access data that is not available.
This should not change the answers.
5 lines of code changed in 2 files:
Migrated a few more function calls to the new patch interface.
Deleted the old patch interface.
Removed __New() from the new patch interface calls.
174 lines of code changed in 29 files:
Compiler warning fixes.
13 lines of code changed in 2 files:
Fixed some requires issues.
2 lines of code changed in 1 file:
Fixed some more computes/requires errors.
8 lines of code changed in 2 files:
Added missing computes/requires.
2 lines of code changed in 1 file:
Fix some requires problems.
5 lines of code changed in 1 file:
Added missing require
1 lines of code changed in 1 file:
Readded delt requires for ICE
11 lines of code changed in 1 file:
Update the delt logic in AMRSimulation controller to be consistant.
Components must compute and store delt on a per level basis. Right now the infastructure then uses the per-level delt to compute the global delt.
1 lines of code changed in 1 file:
Reverted change.
There is some ambiguity in the scheduling and computing of delT that needs to get hammered
out before this change can be committed.
8 lines of code changed in 1 file:
BIG BUG, pointed out by Justin.
- moved put(delt) outside the patch loop.
This potentially could change all of the multi-patch problem answers. If it doesn't, then I've
been living right.
11 lines of code changed in 1 file:
scheduleComputeLagrangianSpecificVolume()
- added missing requires for press_CC
5 lines of code changed in 1 file:
Move d_gravity from SimulationState.h to various components that use it.
21 lines of code changed in 5 files:
no more tabs.
58 lines of code changed in 4 files:
Move d_ref_press from SimulationState.h to ICE.h.
33 lines of code changed in 2 files:
computeVel_FC()
fixed typo from last commit old_dw -> new_dw for vel_CC mpm_matls
1 lines of code changed in 1 file:
cleanup and clarification
scheduleComputeVel_FC()
- no longer passing in flag recursion. That flag is always false
computeVel_FC()
- removed recursion conditional statement
impICE.cc
scheduleRecomputeVel_FC()
- added if(recursion) conditional to clarify what's going on
26 lines of code changed in 4 files:
minor cleanup, removed duplicate code.
Now using scheduleAddExchangeContributionToFCVel() in impICE.
* should not change the answers
16 lines of code changed in 2 files:
Revert revision 44731
11 lines of code changed in 3 files:
(15 more)