Nonlinear Parabolic Equation

Hi,

I am trying to solve the nonlinear parabolic equation with non homogeneous Dirichlet boundary condition.

I am trying to solve it with following fully discrete DG scheme

where

I am attaching my code here. Please help me with this as I am getting error

DG.edp (2.3 KB)

.

The error message says “Sorry, no jump, mean, otherside in bilinear term must be in integral of type intalledges, intallVFedges or intallfaces”. Indeed you cannot use “jump” in an “int1d” term.

Thus in the int1d you have to put explicitly what you mean by jump(u). Is it just “u” (value from the inside of the domain) ?