-
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
no complex valued fields? #14
Comments
Yes, that was by design as my application at that time was concerned with solving real partial differential equations. If you want, you can make another |
Thanks for the pointer. I have questions about the package - are there any benchmarks? You seem to flatten arrays, is there any performance loss? Do you have a plan in mind for future development or maintenance? Is there scope to mesh this with stochastic diffeq solving? My main issue with using it is that on the one hand the idea is great but on the other I have simpler code that works so I am trying to understand the advantages. Feel free to ignore but any advice appreciated |
Thanks for your interest. There are no plans to extend CalculustJL at this point. My primary use for this package is data generation for my PhD research on ML and PDEs. I will add new functionality to this package in service of that goal from time to time, though I unfortunately cannot commit to lasting plan. I frequently use this package in conjunction with OrdinaryDiffEq.jl, so StochasticDiffEq.jl should be ok too? You can give it a shot and open an issue if there are errors. |
the fftw plans seem to use real planning only, even for complex initial conditions. Is the intention to disallow complex fields?
The text was updated successfully, but these errors were encountered: