Skip to contents

A PDEs object

Usage

Pde(DifferentialOp, forcing)

# S4 method for DifferentialOp,function
Pde(DifferentialOp, forcing)

# S4 method for DifferentialOp,numeric
Pde(DifferentialOp, forcing)

Arguments

DifferentialOp

a differential operator.

forcing

a standard R function representing the forcing term of the PDE or a numeric value, in case of constant forcing term.

Value

A R6 class representing a PDE.