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

Add FDE method and streamline Grid, Parameters and Variables across all three #6

Open
natgeo-wong opened this issue Jan 30, 2023 · 0 comments

Comments

@natgeo-wong
Copy link
Owner

This package is eventually meant to run on both Spectral (using FourierFlows.jl) and FD methods. The following needs to be done:

  • separate the spectral-specific functions into different files
  • see what can be commonly used between the spectral and FDE methods
  • utilize the power of multiple dispatch to have the same function name anyway

Possibly the following needs to be separated:

  • Vars ... separate into VarsSpectral and VarsFD
  • See if Params can be standardized into one single struct type
  • See where the Convection type params and grids go into
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