-
Notifications
You must be signed in to change notification settings - Fork 0
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
Difference in using float
or Function(FunctionSpace(mesh, "R", 0))
?
#150
Comments
Thanks for reporting this, @ddundo. Putting it for discussion at the next meeting. |
This commit bfed2c2 also changed the non-uniform solutions, where time |
Very interesting... Even logging affects adaptive results:
|
Is this with float or R-space? |
This is on the 153_improve_bubble branch, so with R-space. |
Hm, are there any other floats that might be causing an issue? |
Not sure, but I'll try to make minimal examples for each of these before the next meeting so we can discuss :) |
In the newly-added bubble shear demo, I noticed that we get different solutions if I set variables
dt
andtheta
to befloat
s, rather thanFunction(FunctionSpace(mesh, "R", 0))
. That is, the uniform resolution results don't appear to change, but the adapted ones do (both classical and metric advection). Any idea why this is the case?The text was updated successfully, but these errors were encountered: