Go to the source code of this file.
 | 
| module   | gravity_base_mod | 
|   | generic gravity terms module providing functionaly common to all gravity terms 
  | 
|   | 
 | 
| integer, parameter, public  | gravity_base_mod::pointmass = 1 | 
|   | 
| integer, parameter, public  | gravity_base_mod::pointmass_binary = 2 | 
|   | 
| integer, parameter, public  | gravity_base_mod::spectral = 5 | 
|   | 
| integer, parameter, public  | gravity_base_mod::sboxspectral = 7 | 
|   | 
| subroutine  | gravity_base_mod::initgravity (this, Mesh, Physics, gravity_name, config, IO) | 
|   | 
| class(gravity_base) function, pointer  | gravity_base_mod::getgravitypointer (list, stype) | 
|   | 
| subroutine  | gravity_base_mod::finalize_base (this) | 
|   |