R/operators.R
ReactionOperator.Rd
product by scalar for FunctionObejct
# S3 method for Function *(e1, e2)
a numeric.
a FunctioObject created by Function.
Function
A R6 class representing the reaction term of a second order linear differential operator.
if (FALSE) { library(femR) data("unit_square") mesh <- Mesh(unit_square) Vh <- FunctionSpace(mesh) f <- Function(Vh) reaction <- 2*f }