vecmult Interface

interface
public subroutine vecmult(self, y, x)

Arguments

Type IntentOptional Attributes Name
class(base_backend_t) :: self
class(field_t), intent(inout) :: y
class(field_t), intent(in) :: x

Description

pointwise multiplication between two vectors: y(:) = y(:) * x(:)