The integrator block accepts the equations of the form
where f is a function of u, u_xx, and so on. Once the equation is transformed in this form
we can construct the right part f and pass it to the input R of the integrator block.
The unknown varible u that we need for the construction of the right part of the equation is
provided by the Var output of the integrator block.
The initial condition is passed to the IC input, whereas the left and right boundary conditions are
passed to the BCL and BCR inputs respectively.
In the PDE->MOL->Examples Package many examples are implemented that show how to use the integrator block
Release Notes: