Hello. I’m trying to write the weak form of the following simplified equation, where w is a test funcion
\large \iint(w \frac{\partial ^2 u}{\partial x ^2})dxdy + \iint(w \frac{\partial ^2 u}{\partial x \partial y})dxdy = 0
I know from Green’s first identity that
\large \iint(w \frac{\partial ^2 u}{\partial x ^2})dxdy = \int (wu\hat{n}_x)ds - \iint (\frac{\partial w}{\partial x} \frac{\partial u}{\partial x})dxdy
But what about the other term? Should I let it untouched and access the cross derivatives through a command like (w*u.dx(0)*u.dx(1))dx
(I’m not sure if it can be done)? Or is there any other theorem I’m not aware of to deal with this integral?