For the solution $\psi$ of my PDE, I would like
- $\psi$ to be continuous
- $\frac1{m}\frac{\partial \psi}{\partial x}$ to be continuous, where
m
is a piecewise constant material parameter
(I can provide more information if needed)
Now I wonder if this is possible in FEniCS, and if so how? As I understand, a continuous first derivative would require Hermite basis functions (which are not supported, and even then would not allow for condition 2 on the interface where m changes value). So is there another option? If both are not possible I prefer condition 2 as a strong requirement above condition 1.
And if the solution would involve discontinuous Galerkin methods, is there a recommended hands-on introduction to these somewhere?
(related question: http://fenicsproject.org/qa/3299/discontinuous-derivatives?show=3299#q3299 )