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

Provide Functional Building Blocks #93

Open
2 tasks
danielkelshaw opened this issue May 26, 2022 · 0 comments
Open
2 tasks

Provide Functional Building Blocks #93

danielkelshaw opened this issue May 26, 2022 · 0 comments
Labels
feature New feature or request

Comments

@danielkelshaw
Copy link
Member

At the moment the library is very much centred around solving the Kolmogorov flow. There is no reason why the same tool can not be used to solve problems such as non/linear convection-diffusion. By providing building blocks such as:

  • phi_dot_nabla_zeta()
  • laplacian_phi

The user will very easily be able to define their own dynamics() function and construct their own solver. In order to do this the structure of the project should be re-thought a little bit to ensure that this is a natural extension.

The Kolmogorov solver can then be written as a sum of these parts - ideally making the dynamics() much easier to read as well.

@danielkelshaw danielkelshaw added the feature New feature or request label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant