Replies: 1 comment 1 reply
-
Yes, I think it is possible. It looks like a wave equation with one extra partial derivative wrt x. Perhaps you can just take this and replace Something like def bilinf(u, v, w):
return u.hess[0, 0] * v.grad[0] and then use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use scikit-fem to simulate this equation? If true, any help with writing the bilinear form is appreciated
$(x,t) \in {(0,L) x (0,T)}.$
$\begin{equation}\label{s1}
\rho_{1}\varphi(x,t){tt} - \kappa \psi(x,t){xxx}=0,
\end{equation} $
boundary and initial conditions can be defined as convenient
Beta Was this translation helpful? Give feedback.
All reactions