![]() |
Octopus
|
Data Types | |
interface | external_potential_t |
Functions/Subroutines | |
class(external_potential_t) function, pointer | external_potential_init (namespace) |
subroutine | external_potential_finalize (this) |
subroutine | external_potential_allocate (this, mesh) |
subroutine | external_potential_deallocate (this) |
subroutine | external_potential_init_interaction_as_partner (partner, interaction) |
subroutine | external_potential_copy_quantities_to_interaction (partner, interaction) |
subroutine | external_potential_calculate (this, namespace, mesh, poisson) |
subroutine, public | load_external_potentials (external_potentials, namespace) |
subroutine | read_from_block (pot, namespace, blk, row, read_data) |
Variables | |
integer, parameter, public | external_pot_usdef = 201 |
user-defined function for local potential More... | |
integer, parameter, public | external_pot_from_file = 202 |
potential, defined in a file More... | |
integer, parameter, public | external_pot_charge_density = 203 |
user-defined function for charge density More... | |
integer, parameter, public | external_pot_static_bfield = 204 |
Static magnetic field. More... | |
integer, parameter, public | external_pot_static_efield = 205 |
Static electric field. More... | |
|
private |
Definition at line 190 of file external_potential.F90.
|
private |
Definition at line 214 of file external_potential.F90.
|
private |
Definition at line 225 of file external_potential.F90.
|
private |
Definition at line 247 of file external_potential.F90.
|
private |
Definition at line 262 of file external_potential.F90.
|
private |
Definition at line 280 of file external_potential.F90.
|
private |
Definition at line 314 of file external_potential.F90.
subroutine, public external_potential_oct_m::load_external_potentials | ( | class(partner_list_t), intent(inout) | external_potentials, |
type(namespace_t), intent(in) | namespace | ||
) |
Definition at line 439 of file external_potential.F90.
|
private |
Definition at line 640 of file external_potential.F90.
integer, parameter, public external_potential_oct_m::external_pot_usdef = 201 |
user-defined function for local potential
Definition at line 176 of file external_potential.F90.
integer, parameter, public external_potential_oct_m::external_pot_from_file = 202 |
potential, defined in a file
Definition at line 176 of file external_potential.F90.
integer, parameter, public external_potential_oct_m::external_pot_charge_density = 203 |
user-defined function for charge density
Definition at line 176 of file external_potential.F90.
integer, parameter, public external_potential_oct_m::external_pot_static_bfield = 204 |
Static magnetic field.
Definition at line 176 of file external_potential.F90.
integer, parameter, public external_potential_oct_m::external_pot_static_efield = 205 |
Static electric field.
Definition at line 176 of file external_potential.F90.