Skip to content

Commit

Permalink
Change heading structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Nov 5, 2024
1 parent 67aadd6 commit 23adebf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<a href="#background">Background</a> •
<a href="#features">Features</a> •
<a href="#boundary-conditions">Boundary Conditions</a> •
<!-- <a href="#constructors">Constructors</a> • -->
<a href="#acknowledgements">Acknowledgements</a>
<a href="#related-work">Related</a> •
<a href="#citation">Citation</a>
</p>

<p align="center">
Expand Down Expand Up @@ -157,9 +157,7 @@ Dirichlet boundaries fully eliminate degrees of freedom on the boundary.
Periodic boundaries only keep one end of the domain as a degree of freedom (This
package follows the convention that the left boundary is the degree of freedom). Neumann boundaries keep both ends as degrees of freedom.

## Acknowledgements

### Related Work
## Related Work

Similar packages that provide a collection of emulator architectures are
[PDEBench](https://github.com/pdebench/PDEBench) and
Expand All @@ -168,7 +166,7 @@ Neural Networks and Neural Operators, there are also
[DeepXDE](https://github.com/lululxvi/deepxde) and [NVIDIA
Modulus](https://developer.nvidia.com/modulus).

### Citation
## Citation

This package was developed as part of the [APEBench paper
(arxiv.org/abs/2411.00180)](https://arxiv.org/abs/2411.00180) (accepted at
Expand All @@ -190,11 +188,11 @@ it:
[Here](https://github.com/tum-pbs/apebench) you can find the APEBench benchmark
suite.

### Funding
## Funding

The main author (Felix Koehler) is a PhD student in the group of [Prof. Thuerey at TUM](https://ge.in.tum.de/) and his research is funded by the [Munich Center for Machine Learning](https://mcml.ai/).

### License
## License

MIT, see [here](LICENSE.txt)

Expand Down

0 comments on commit 23adebf

Please sign in to comment.