PlasCom2  1.0
XPACC Multi-physics simluation application
axpy.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine axpy (N1, N2, N3, localInterval, a, X, Y, Z)
 

Function/Subroutine Documentation

◆ axpy()

subroutine axpy ( integer(kind=8), intent(in)  N1,
integer(kind=8), intent(in)  N2,
integer(kind=8), intent(in)  N3,
integer(kind=8), dimension(6), intent(in)  localInterval,
real(kind=8), intent(in)  a,
real(kind=8), dimension(n1*n2*n3), intent(in)  X,
real(kind=8), dimension(n1*n2*n3), intent(in)  Y,
real(kind=8), dimension(n1*n2*n3), intent(out)  Z 
)

Definition at line 2 of file axpy.f90.