|
Scrambler
1
|
Module for managing particles. More...
Public Member Functions | |
| subroutine | SinkParticleBackup () |
| subroutine | SinkParticleRestore () |
| subroutine | SinkParticleInit |
| Initializes variables for module. | |
| subroutine | ParticlePreUpdate (n) |
| Update Particles with data from level n. | |
| subroutine | ClearParticleMomenta (n) |
| subroutine | ParticlePostUpdate (n) |
| Update Particles with data from level n following a hydro step (but before an elliptic step) | |
| subroutine | ParticlePostRestrict (n) |
| subroutine | UpdateParticleObjects () |
| subroutine | FinalizeAccretions () |
| subroutine, public | Particle_WriteData (chandle) |
| Creates a group for particle data within the Chombo file and populates it with the contents of the SinkParticles list. | |
| subroutine, public | Particle_ReadData (nframe) |
| Read particle data in from a Chombo file. | |
Module for managing particles.
Definition at line 39 of file particle_control.f90.
| subroutine SinkParticleBackup | ( | ) |
Definition at line 77 of file particle_control.f90.
| subroutine SinkParticleRestore | ( | ) |
Definition at line 118 of file particle_control.f90.
| subroutine SinkParticleInit | ( | ) |
Initializes variables for module.
Definition at line 161 of file particle_control.f90.
| subroutine ParticlePreUpdate | ( | INTEGER | n | ) |
Update Particles with data from level n.
| n | level |
Definition at line 210 of file particle_control.f90.
| subroutine ClearParticleMomenta | ( | INTEGER | n | ) |
Definition at line 234 of file particle_control.f90.
| subroutine ParticlePostUpdate | ( | INTEGER | n | ) |
Update Particles with data from level n following a hydro step (but before an elliptic step)
| n | level |
Definition at line 250 of file particle_control.f90.
| subroutine ParticlePostRestrict | ( | INTEGER | n | ) |
Definition at line 270 of file particle_control.f90.
| subroutine UpdateParticleObjects | ( | ) |
Definition at line 274 of file particle_control.f90.
| subroutine FinalizeAccretions | ( | ) |
Definition at line 299 of file particle_control.f90.
| subroutine, public Particle_WriteData | ( | TYPE(ChomboHandle), pointer | chandle | ) |
Creates a group for particle data within the Chombo file and populates it with the contents of the SinkParticles list.
| chandle | A chombo file handle. |
Definition at line 369 of file particle_control.f90.
| subroutine, public Particle_ReadData | ( | INTEGER | nframe | ) |
Read particle data in from a Chombo file.
| nframe | The frame number to be opened. |
Definition at line 414 of file particle_control.f90.