Respected Professors and experts,
I am trying to get a good convergence rate using the Proximal Discontinuous Galerkin(PDG) method for the elliptic obstacle problem.
Here is my main scheme:
Data for numerical experiments:
![]()
Here, is my IPDG proximal galerkin code:
PDG_elliptic.edp (4.0 KB)
Note: The code runs correctly, but the results are not satisfactory. Additionally, how can the following space be defined in the code for the proximal EG method?.
(How to write this Vh space in the FF++ code for Proximal EG method ?.)
Here is the full paper of proximal discontinuous Galerkin method of elliptic obstacle problem:
Proximal_dg_2026.pdf (503.2 KB)
I would be very grateful for any suggestions to obtain the expected order of convergence, i.e., 2, in the L^2-norm.


