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 157 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 180 of file gravity.F90.
|
private |
Definition at line 200 of file gravity.F90.
|
private |
Definition at line 226 of file gravity.F90.
|
private |
Definition at line 254 of file gravity.F90.