Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial Convergence Order of Unsteady Problems #3625

Open
qk11853 opened this issue Jun 11, 2024 · 1 comment
Open

Spatial Convergence Order of Unsteady Problems #3625

qk11853 opened this issue Jun 11, 2024 · 1 comment
Labels

Comments

@qk11853
Copy link

qk11853 commented Jun 11, 2024

N = N * 2
mesh = UnitSquareMesh(N, N, diagonal="crossed")

# ====================Time===================
dt = 1e-5
num_steps = 10
T = dt * num_steps

I get an error when using finite element method to find the spatial convergence order. I give a very small time step and reduce the spatial step by half each time. Why can't I get the correct convergence order?

@connorjward
Copy link
Contributor

Please share a complete (minimal) script that reproduces the error, as well as the error message. The information you have provided isn't enough for us to help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants