Changes between Version 3 and Version 4 of u/erica/scratch2
- Timestamp:
- 02/10/16 14:50:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/scratch2
v3 v4 28 28 b. Call !CreateParticle: initializes variables for the new particle 29 29 c. Call !AddSinkParticle: adds to global sink list 30 d. Call !CreatePointGravityObject 30 d. Call !CreatePointGravityObject and sets these parameters 31 i. Call !DoAccretions 32 ii. Call !SynchronizeAccretions 33 iii. Call !FinalizeAccretions 34 2. Call !ParticlePostUpdate 35 i. Call !SynchronizeGasForces 36 ii. Call !AdvanceParticles 37 ii. Call !UpdateParticles (only called when on max level) 31 38 39 Question, where does particle steps fit in with hydro, elliptic, radiative? 40 41 Elliptic -> Hydro -> Particle -> Radiative? 42