You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will attach the Jupyter Notebook of the example, showing the error message t017_poisson_transient.ipynb.txt
but Github does not allow uploads with the .ipynb filename extension, so you need to remove the .txt.
Also, from the alternative FEOperator constructors, TransientConstantMatrixFEOperator seems to be missing:
UndefVarError: `TransientConstantMatrixFEOperator` not defined
The text was updated successfully, but these errors were encountered:
In Gridap 0.18, Tutorial 17 (transient equations) is broken in multiple ways:
Most importantly,
yields
I will attach the Jupyter Notebook of the example, showing the error message
t017_poisson_transient.ipynb.txt
but Github does not allow uploads with the
.ipynb
filename extension, so you need to remove the.txt
.Also, from the alternative FEOperator constructors,
TransientConstantMatrixFEOperator
seems to be missing:The text was updated successfully, but these errors were encountered: