Octopus
|
Data Types | |
interface | perturbation_none_t |
Functions/Subroutines | |
class(perturbation_none_t) function, pointer | perturbation_none_constructor (namespace) |
The factory routine (or constructor) allocates a pointer of the corresponding type and then calls the init routine which is a type-bound procedure of the corresponding type. With this design, also derived classes can use the init routine of the parent class. More... | |
subroutine | perturbation_none_init (this, namespace) |
subroutine | perturbation_none_finalize (this) |
subroutine | perturbation_none_copy (this, source) |
subroutine | perturbation_none_info (this) |
subroutine | perturbation_none_apply_batch (this, namespace, space, gr, hm, f_in, f_out) |
subroutine | dperturbation_none_apply (this, namespace, space, gr, hm, ik, f_in, f_out, set_bc) |
Returns f_out = H' f_in, where H' is perturbation Hamiltonian Note that e^ikr phase is applied to f_in, then is removed afterward. More... | |
subroutine | dperturbation_none_apply_order_2 (this, namespace, space, gr, hm, ik, f_in, f_out) |
subroutine | zperturbation_none_apply (this, namespace, space, gr, hm, ik, f_in, f_out, set_bc) |
Returns f_out = H' f_in, where H' is perturbation Hamiltonian Note that e^ikr phase is applied to f_in, then is removed afterward. More... | |
subroutine | zperturbation_none_apply_order_2 (this, namespace, space, gr, hm, ik, f_in, f_out) |
|
private |
The factory routine (or constructor) allocates a pointer of the corresponding type and then calls the init routine which is a type-bound procedure of the corresponding type. With this design, also derived classes can use the init routine of the parent class.
Definition at line 161 of file perturbation_none.F90.
|
private |
Definition at line 175 of file perturbation_none.F90.
|
private |
Definition at line 188 of file perturbation_none.F90.
|
private |
Definition at line 197 of file perturbation_none.F90.
|
private |
Definition at line 210 of file perturbation_none.F90.
|
private |
Definition at line 219 of file perturbation_none.F90.
|
private |
Returns f_out = H' f_in, where H' is perturbation Hamiltonian Note that e^ikr phase is applied to f_in, then is removed afterward.
Definition at line 309 of file perturbation_none.F90.
|
private |
Definition at line 339 of file perturbation_none.F90.
|
private |
Returns f_out = H' f_in, where H' is perturbation Hamiltonian Note that e^ikr phase is applied to f_in, then is removed afterward.
Definition at line 431 of file perturbation_none.F90.
|
private |
Definition at line 461 of file perturbation_none.F90.