Definition at line 223 of file batch_ops.F90.
|
subroutine | dbatch_set_points (this, sp, ep, psi) |
| copy a set of points into a mesh function More...
|
|
subroutine | zbatch_set_points (this, sp, ep, psi) |
| copy a set of points into a mesh function More...
|
|
subroutine | batch_set_points_accel (this, sp, ep, psi, ldpsi1, ldpsi2) |
| GPU version of batch_set_points. More...
|
|
◆ dbatch_set_points()
subroutine batch_ops_oct_m::batch_set_points::dbatch_set_points |
( |
class(batch_t), intent(inout) |
this, |
|
|
integer, intent(in) |
sp, |
|
|
integer, intent(in) |
ep, |
|
|
real(real64), dimension(:, :, sp:), intent(in), contiguous |
psi |
|
) |
| |
|
private |
copy a set of points into a mesh function
- Parameters
-
[in,out] | this | the batch to write points into |
[in] | sp | starting point |
[in] | ep | end point |
[in] | psi | mesh function into which to write the points; dimensions (1:nst, 1:dim, sp:ep) |
Definition at line 1832 of file batch_ops.F90.
◆ zbatch_set_points()
subroutine batch_ops_oct_m::batch_set_points::zbatch_set_points |
( |
class(batch_t), intent(inout) |
this, |
|
|
integer, intent(in) |
sp, |
|
|
integer, intent(in) |
ep, |
|
|
complex(real64), dimension(:, :, sp:), intent(in), contiguous |
psi |
|
) |
| |
|
private |
copy a set of points into a mesh function
- Parameters
-
[in,out] | this | the batch to write points into |
[in] | sp | starting point |
[in] | ep | end point |
[in] | psi | mesh function into which to write the points; dimensions (1:nst, 1:dim, sp:ep) |
Definition at line 3287 of file batch_ops.F90.
◆ batch_set_points_accel()
subroutine batch_ops_oct_m::batch_set_points::batch_set_points_accel |
( |
class(batch_t), intent(inout) |
this, |
|
|
integer, intent(in) |
sp, |
|
|
integer, intent(in) |
ep, |
|
|
type(accel_mem_t), intent(in) |
psi, |
|
|
integer, intent(in) |
ldpsi1, |
|
|
integer, intent(in) |
ldpsi2 |
|
) |
| |
|
private |
GPU version of batch_set_points.
- Parameters
-
[in,out] | this | the batch |
[in] | sp | starting point |
[in] | ep | end point |
[in] | psi | device buffer of mesh function |
[in] | ldpsi1 | number of states: stnst |
[in] | ldpsi2 | state dimensions ddim |
Definition at line 382 of file batch_ops.F90.
The documentation for this interface was generated from the following file: