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

Enhancements for fields #54

Open
ahojukka5 opened this issue Apr 11, 2019 · 0 comments
Open

Enhancements for fields #54

ahojukka5 opened this issue Apr 11, 2019 · 0 comments

Comments

@ahojukka5
Copy link
Member

ahojukka5 commented Apr 11, 2019

It would make sense to add some extra information for fields. I have some ideas:

  • to show that should all components of a vector or tensor field be active, we need some flag (see issue Performance problem with interpolate #47)
  • some fields may depend on time but might still not be possible to interpolate at least with linear interpolation, we should have some options to define how to interpolate in a time direction (nearest neighbor, linear, quadratic) and also how to extrapolate, when outside of time span
  • possibility to store "dual" variables needed to perform AD
  • possibility to store "increment" variables, i.e. if we have ´displacement`, but we actually solve increment \delta u, which is then added to displacement, u_t = u_{t-1} + \delta u, when converged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant