Hi, I am implementing a DG scheme in FreeFEM++ for a nonlinear diffusion problem.
I need to write the jump of b(u)=u+u^3/3 in intalledges. Writing it directly gives me the compilation error. Can jump() handle nonlinear expressions like u^3? If not, what is the correct way to implement the jump of b(u) across DG faces in FreeFEM++?