Octopus
batch_ops_oct_m::batch_mul Interface Reference

Detailed Description

Definition at line 229 of file batch_ops.F90.

Private Member Functions

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...
 

Member Function/Subroutine Documentation

◆ 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]npnumber of points
[in]ffmesh function
[in]xxinput batch
[in,out]yyoutput 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]npnumber of points
[in]ffmesh function
[in]xxinput batch
[in,out]yyoutput batch

Definition at line 3359 of file batch_ops.F90.


The documentation for this interface was generated from the following file: