Skip to content
Snippets Groups Projects
Commit 9a218b18 authored by simon29996's avatar simon29996
Browse files

Fixed Readme

parent 7a636560
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ on a randomly generated surface coming from the Helfrich membrane model.
## Documentation
The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully when the module is built.
The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully during the building process.
```cpp
#include <string>
......@@ -81,7 +81,7 @@ Dune-simon depends on the [dune-core][core] modules, [dune-typetree][typetree],
* https://gitlab.dune-project.org/staging/dune-uggrid
* https://gitlab.dune-project.org/staging/dune-functions
Furthermore the `Suitesparse` package has to be installed on the executing system.
Furthermore the `Suitesparse` library has to be installed on the executing system.
### Building the module
Dune-simon integrates into the cmake-based dune build system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment