-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
process space-only variables #1006
Comments
Yeah would be great to fix that for the solutions of the algebraic solvers too. I had been working around it by giving If we can automatically figure out if the variable was only a function of space, I wonder if we still need to raise that error at all? I guess it might then be hard to figure out that the solver has failed (i.e. hit an event too early) though. |
I think it would be good to remove that error. I think it should (hopefully) be obvious to the user if there is only one entry in Do we need to know if a variable depends on space? As in, you can pass any |
Yes, I think just creating a lower-dimensional interpolant in the case where |
Yeah I think that is the best place to raise that error |
At the moment
ProcessedVariable
only works iflen(t)>1
(except for the special case of 2D finite elements, which can handle "fixed t" cases). It would be good to set it up so that any variables that are functions of space only can be processed.The text was updated successfully, but these errors were encountered: