![]() |
Octopus
|
Data Types | |
interface | gravity_t |
Gravity interaction between two systems of particles. This should be used for testing purposes only. Note that this interaction assumes all quantities are in S.I. units instead of atomic units. More... | |
Functions/Subroutines | |
class(gravity_t) function, pointer | gravity_constructor (partner) |
subroutine | gravity_init (this, dim, system_np, system_mass, system_pos) |
subroutine | gravity_calculate (this) |
subroutine | gravity_calculate_energy (this) |
subroutine | gravity_finalize (this) |
|
private |
Definition at line 156 of file gravity.F90.
|
private |
[in] | dim | number of dimensions in space |
[in] | system_np | number of particles in the system that owns this interaction |
Definition at line 179 of file gravity.F90.
|
private |
Definition at line 199 of file gravity.F90.
|
private |
Definition at line 225 of file gravity.F90.
|
private |
Definition at line 253 of file gravity.F90.