R/operators.R
TimeDerivative.Rd
time derivate of FunctionObejct
# S4 method for Function,missing,missing dt(x, df, ncp)
a Function.
missing.
A R6 class representing the time derivative of a Function.
if (FALSE) { library(femR) data("unit_square") mesh <- Mesh(unit_square) Vh <- FunctionSpace(mesh) f <- Function(Vh) dt(f) }