gravity_generic.f90
Go to the documentation of this file.
logical function, public haschild(root)
Check if the node 'root' has one or more children.
Definition: common_dict.f90:470
type(dict_typ) function, pointer, public getnext(root)
Get the pointer to the next child.
Definition: common_dict.f90:392
type(dict_typ) function, pointer, public getchild(root)
Get the pointer to a direct child of the pointer 'root'.
Definition: common_dict.f90:415
generic gravity terms module providing functionaly common to all gravity terms
Definition: gravity_base.f90:46
integer, parameter, public pointmass_binary
Definition: gravity_base.f90:107
integer, parameter, public sboxspectral
Definition: gravity_base.f90:112
source terms module for gravitational acceleration due to two pointmasses
Definition: gravity_binary.f90:53
Definition: gravity_generic.f90:34
subroutine new_gravity(this, Mesh, Fluxes, Physics, config, IO)
Definition: gravity_generic.f90:48
source terms module for gravitational acceleration due to a point mass at the center of the coordinat...
Definition: gravity_pointmass.f90:48
Poisson solver using spectral methods within the shearingbox.
Definition: gravity_sboxspectral.f90:58
2D poisson solver using spectral methods for direct integration
Definition: gravity_spectral.f90:45
Definition: common_dict.f90:123
Definition: fluxes_base.f90:61