Skip to contents

product by scalar for FunctionObejct

Usage

# S3 method for Function
*(e1, e2)

Arguments

e1

a numeric.

e2

a FunctioObject created by Function.

Value

A R6 class representing the reaction term of a second order linear differential operator.

Examples

if (FALSE) {
library(femR)
data("unit_square")
mesh <- Mesh(unit_square)
Vh <- FunctionSpace(mesh)
f <- Function(Vh)
reaction <- 2*f
}