-
Notifications
You must be signed in to change notification settings - Fork 13
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
Restructure ReferenceBase
/SolutionBase
#105
Comments
As mentioned, for this endeavor, we should also reconsider the resampling / interpolation methods of Solution objects. Currently, this is only possible for 1D solutions (i.e. SolutionIO). However, we might want to also do this with ND-objects. Here is a prototype that works for multiple dimensions:
A challenge here is that we have independent (i.e. discrete) dimensions (e.g. components, channels) and continuous dimensions (space-time). While for interpolation, we only want to interpolate between the continuous dimensions, we still want to provide a uniform interface... Tagging @hannahlanzrath |
Some work on this was done in cadet/CADET-Python-Simulator#19. I think, we could migrate this to CADET-Process.
|
SolutionBase
and make use of internal dimensions.The text was updated successfully, but these errors were encountered: