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

FEAT: rename files to reflect equations #84

Open
aaronjridley opened this issue Jul 6, 2022 · 0 comments
Open

FEAT: rename files to reflect equations #84

aaronjridley opened this issue Jul 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@aaronjridley
Copy link
Contributor

Is your feature request related to a problem? Please describe.
It is hard to figure out which files contain which codes. Have to use grep a LOT to figure this out.

Describe the solution you'd like
We don't really want every function to have it's own file, since there will then be thousands of files. One solution could be that we have a naming convection for the different files, such as [neutral]/[ion]_equation_term.cpp. For example neutral_momentum_ion_drag.cpp.

There are a LOT of files that are more general, so we would have to come up with a naming standard for those, too.

Describe alternatives you've considered
Keep going the way that we are and maybe have a map of the code.

Additional context
grep, grep, grep, grep, grep. too many grep.

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

No branches or pull requests

1 participant