Octopus
|
Data Types | |
interface | maxwell_t |
Class describing Maxwell systems. More... | |
Functions/Subroutines | |
class(maxwell_t) function, pointer | maxwell_constructor (namespace) |
subroutine, public | maxwell_init (this, namespace) |
subroutine | maxwell_init_interaction (this, interaction) |
subroutine | maxwell_init_parallelization (this, grp) |
subroutine | maxwell_initial_conditions (this) |
logical function | maxwell_do_algorithmic_operation (this, operation, updated_quantities) |
logical function | maxwell_is_tolerance_reached (this, tol) |
subroutine | maxwell_init_interaction_as_partner (partner, interaction) |
subroutine | maxwell_copy_quantities_to_interaction (partner, interaction) |
subroutine | maxwell_output_start (this) |
subroutine | maxwell_output_write (this) |
subroutine | maxwell_output_finish (this) |
subroutine | maxwell_update_interactions_start (this) |
subroutine | maxwell_update_interactions_finish (this) |
subroutine | maxwell_restart_write_data (this) |
logical function | maxwell_restart_read_data (this) |
subroutine | maxwell_update_kinetic_energy (this) |
subroutine | maxwell_exec_end_of_timestep_tasks (this) |
subroutine | maxwell_get_current (this, time, current) |
subroutine | maxwell_finalize (this) |
Variables | |
integer, parameter, public | multigrid_mx_to_ma_equal = 1 |
integer, parameter, public | multigrid_mx_to_ma_large = 2 |
|
private |
Definition at line 250 of file maxwell.F90.
subroutine, public maxwell_oct_m::maxwell_init | ( | class(maxwell_t), intent(inout) | this, |
type(namespace_t), intent(in) | namespace | ||
) |
Definition at line 265 of file maxwell.F90.
|
private |
Definition at line 305 of file maxwell.F90.
|
private |
Definition at line 347 of file maxwell.F90.
|
private |
Definition at line 447 of file maxwell.F90.
|
private |
Definition at line 521 of file maxwell.F90.
|
private |
Definition at line 667 of file maxwell.F90.
|
private |
Definition at line 679 of file maxwell.F90.
|
private |
Definition at line 703 of file maxwell.F90.
|
private |
Definition at line 784 of file maxwell.F90.
|
private |
Definition at line 812 of file maxwell.F90.
|
private |
Definition at line 854 of file maxwell.F90.
|
private |
Definition at line 873 of file maxwell.F90.
|
private |
Definition at line 899 of file maxwell.F90.
|
private |
Definition at line 945 of file maxwell.F90.
|
private |
Definition at line 1068 of file maxwell.F90.
|
private |
Definition at line 1202 of file maxwell.F90.
|
private |
Definition at line 1218 of file maxwell.F90.
|
private |
Definition at line 1236 of file maxwell.F90.
|
private |
Definition at line 1270 of file maxwell.F90.
integer, parameter, public maxwell_oct_m::multigrid_mx_to_ma_equal = 1 |
Definition at line 189 of file maxwell.F90.
integer, parameter, public maxwell_oct_m::multigrid_mx_to_ma_large = 2 |
Definition at line 189 of file maxwell.F90.