Skip to content

FEAT: rename files to reflect equations  #84

@aaronjridley

Description

@aaronjridley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions