AMReX-Astro / AMReX-Astro/Microphysics
Compile-time RHS evaluation should have a pretty print option
Open
@maximumcats is already working on this.
Since Sep 9, 2023.
enhancement
reactions
- Dominant language
- C++
- Stars
- 43
- Forks
- 46
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
For all of the new-style networks, the actual_network.H file specifies the metadata that determine each reaction, but it does so in an implicit form. It would be nice to have a pretty-print option that writes out the explicit form of the RHS (and Jacobian) as it would appear if we had written out the C++ explicitly, i.e. to show the full expression ydot(He4) = ....
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.