Definition at line 229 of file batch_ops.F90.
|
| subroutine | dbatch_mul (np, ff, xx, yy) |
| | multiply all functions in a batch pointwise by a given mesh function ff More...
|
| |
| subroutine | zbatch_mul (np, ff, xx, yy) |
| | multiply all functions in a batch pointwise by a given mesh function ff More...
|
| |
◆ dbatch_mul()
| subroutine batch_ops_oct_m::batch_mul::dbatch_mul |
( |
integer, intent(in) |
np, |
|
|
real(real64), dimension(:), intent(in) |
ff, |
|
|
class(batch_t), intent(in) |
xx, |
|
|
class(batch_t), intent(inout) |
yy |
|
) |
| |
|
private |
multiply all functions in a batch pointwise by a given mesh function ff
- Parameters
-
| [in] | np | number of points |
| [in] | ff | mesh function |
| [in] | xx | input batch |
| [in,out] | yy | output batch |
Definition at line 1914 of file batch_ops.F90.
◆ zbatch_mul()
| subroutine batch_ops_oct_m::batch_mul::zbatch_mul |
( |
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:), intent(in) |
ff, |
|
|
class(batch_t), intent(in) |
xx, |
|
|
class(batch_t), intent(inout) |
yy |
|
) |
| |
|
private |
multiply all functions in a batch pointwise by a given mesh function ff
- Parameters
-
| [in] | np | number of points |
| [in] | ff | mesh function |
| [in] | xx | input batch |
| [in,out] | yy | output batch |
Definition at line 3359 of file batch_ops.F90.
The documentation for this interface was generated from the following file: