![]() |
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 158 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 181 of file gravity.F90.
|
private |
Definition at line 201 of file gravity.F90.
|
private |
Definition at line 227 of file gravity.F90.
|
private |
Definition at line 255 of file gravity.F90.