Octopus
|
Data Types | |
interface | lorentz_force_t |
Lorenz force between a systems of particles and an electromagnetic field. More... | |
Functions/Subroutines | |
class(lorentz_force_t) function, pointer | lorentz_force_constructor (partner) |
subroutine | lorentz_force_init (this, dim, system_np, system_charge, system_pos, system_vel, namespace) |
subroutine | lorentz_force_calculate (this) |
subroutine | lorentz_force_calculate_energy (this) |
subroutine | lorentz_force_finalize (this) |
|
private |
Definition at line 155 of file lorentz_force.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 lorentz_force.F90.
|
private |
Definition at line 212 of file lorentz_force.F90.
|
private |
Definition at line 240 of file lorentz_force.F90.
|
private |
Definition at line 266 of file lorentz_force.F90.