Definition at line 208 of file batch_ops.F90.
|
subroutine | dbatch_get_state1 (this, ist, np, psi) |
| Write a get of state with np points from a batch. More...
|
|
subroutine | zbatch_get_state1 (this, ist, np, psi) |
| Write a get of state with np points from a batch. More...
|
|
subroutine | dbatch_get_state2 (this, index, np, psi) |
|
subroutine | zbatch_get_state2 (this, index, np, psi) |
|
subroutine | dbatch_get_state3 (this, ii, np, psi) |
|
subroutine | zbatch_get_state3 (this, ii, np, psi) |
|
◆ dbatch_get_state1()
subroutine batch_ops_oct_m::batch_get_state::dbatch_get_state1 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, intent(in) |
ist, |
|
|
integer, intent(in) |
np, |
|
|
real(real64), dimension(:), intent(out), contiguous |
psi |
|
) |
| |
|
private |
Write a get of state with np points from a batch.
Definition at line 1608 of file batch_ops.F90.
◆ zbatch_get_state1()
subroutine batch_ops_oct_m::batch_get_state::zbatch_get_state1 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, intent(in) |
ist, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:), intent(out), contiguous |
psi |
|
) |
| |
|
private |
Write a get of state with np points from a batch.
Definition at line 3038 of file batch_ops.F90.
◆ dbatch_get_state2()
subroutine batch_ops_oct_m::batch_get_state::dbatch_get_state2 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, dimension(:), intent(in) |
index, |
|
|
integer, intent(in) |
np, |
|
|
real(real64), dimension(:), intent(out), contiguous |
psi |
|
) |
| |
|
private |
◆ zbatch_get_state2()
subroutine batch_ops_oct_m::batch_get_state::zbatch_get_state2 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, dimension(:), intent(in) |
index, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:), intent(out), contiguous |
psi |
|
) |
| |
|
private |
◆ dbatch_get_state3()
subroutine batch_ops_oct_m::batch_get_state::dbatch_get_state3 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, intent(in) |
ii, |
|
|
integer, intent(in) |
np, |
|
|
real(real64), dimension(:, :), intent(out), contiguous |
psi |
|
) |
| |
|
private |
◆ zbatch_get_state3()
subroutine batch_ops_oct_m::batch_get_state::zbatch_get_state3 |
( |
class(batch_t), intent(in) |
this, |
|
|
integer, intent(in) |
ii, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:, :), intent(out), contiguous |
psi |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: