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
Attempting to solve a nonlinear system of PDEs. Successful through discretization but error encountered when solving. I was told this is an unusual error.
Expected behavior
Expected a solution to the system.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Status `C:\Users\cmeri\.julia\environments\v1.10\Project.toml`
[052768ef] CUDA v5.2.0
[b0b7db55] ComponentArrays v0.15.11
[0c46a032] DifferentialEquations v7.13.0
⌅ [5b8099bc] DomainSets v0.6.7
[7073ff75] IJulia v1.24.2
[94925ecb] MethodOfLines v0.11.0
[961ee093] ModelingToolkit v9.9.0
[77ba4419] NaNMath v1.0.2
[315f7962] NeuralPDE v5.15.0
[7f7a1694] Optimization v3.24.3
[42dfb2eb] OptimizationOptimisers v0.2.1
[91a5bcdd] Plots v1.40.2
[ed894a53] WaterLily v1.0.4
[de0858da] Printf
[9a3f8284] Random
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Describe the bug 🐞
Attempting to solve a nonlinear system of PDEs. Successful through discretization but error encountered when solving. I was told this is an unusual error.
Expected behavior
Expected a solution to the system.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
I simplified the equations in the MRE, so they are probably no longer physically representative of anything. I am using JupyterLab.
The text was updated successfully, but these errors were encountered: