Definition at line 212 of file batch_ops.F90.
|
| subroutine | dbatch_get_state1 (this, ist, np, psi, async) |
| | Write a get of state with np points from a batch. More...
|
| |
| subroutine | zbatch_get_state1 (this, ist, np, psi, async) |
| | Write a get of state with np points from a batch. More...
|
| |
| subroutine | dbatch_get_state2 (this, index, np, psi, async) |
| |
| subroutine | zbatch_get_state2 (this, index, np, psi, async) |
| |
| subroutine | dbatch_get_state3 (this, ii, np, psi, async) |
| |
| subroutine | zbatch_get_state3 (this, ii, np, psi, async) |
| |
◆ 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
Write a get of state with np points from a batch.
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 1613 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
Write a get of state with np points from a batch.
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 3101 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 1728 of file batch_ops.F90.
◆ 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 3229 of file batch_ops.F90.
◆ 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 1746 of file batch_ops.F90.
◆ 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, |
|
|
logical, intent(in), optional |
async |
|
) |
| |
|
private |
- Parameters
-
| [in] | async | only working with pinned memory |
Definition at line 3247 of file batch_ops.F90.
The documentation for this interface was generated from the following file: