From 23adebf70931982f1c0d980d561c4ea5a2defe01 Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Tue, 5 Nov 2024 12:49:31 +0100 Subject: [PATCH] Change heading structure --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 09f5280..dc53824 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ BackgroundFeaturesBoundary Conditions • - - Acknowledgements + Related • + Citation

@@ -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 @@ -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 @@ -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)