discretize
errrors when a subset of equations have no time derivatives
#370
Labels
bug
Something isn't working
Describe the bug 🐞
I am attempting to solve a system of two PDEs. One of them is hyperbolic, the other is elliptic.
MethodOfLines.discretize
reports that a variable is missing from the elliptic equation. It doesn't error for a similar system and boundary conditions when there is no hyperbolic equation.Expected behavior
I expect that MethodOfLines is able to use boundary conditions that are valid for an elliptic PDE alone when it is combined with a hyperbolic equation.
Minimal Reproducible Example 👇
This code reproduces the error in a fresh environment:
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
The following very similar system is solved without issue.
It has output
The text was updated successfully, but these errors were encountered: