You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ We provide the possibility of using Docker as a tool to provide a fully operatio
67
67
68
68
docker run -v `pwd`:/pwd_to_your_own_directory/ -i -t mathlab/deal2lkit:latest bash
69
69
70
-
to retrieve the environment. In such a shell you can easily compile the $\pi$-BEM library following its own instructions.
70
+
to retrieve the environment. In such a shell you can easily compile the pi-BEM library following its own instructions.
71
71
72
72
## Install Procedure from scratch
73
73
In order to successfully compile the code you need
@@ -79,7 +79,7 @@ In order to successfully compile the code you need
79
79
80
80
81
81
### deal.II Installation procedure
82
-
Follow the detailed [instruction](https://www.dealii.org/developer/readme.html) to install deal with METIS and Trilinos wrappers. We highlight that in order to fully exploit $\pi$-BEM you need to properly install the following additional packages: MPI, TBB, METIS, TRILINOS ans OPENCASCADE. For more detailed instruction you can look to the the deal.ii install procedures. In the following we provide an example of the installation of all the proper packages.
82
+
Follow the detailed [instruction](https://www.dealii.org/developer/readme.html) to install deal with METIS and Trilinos wrappers. We highlight that in order to fully exploit pi-BEM you need to properly install the following additional packages: MPI, TBB, METIS, TRILINOS ans OPENCASCADE. For more detailed instruction you can look to the the deal.ii install procedures. In the following we provide an example of the installation of all the proper packages.
83
83
84
84
85
85
### OpenCASCADE Installation procedure
@@ -124,7 +124,7 @@ Follow the detailed [instruction](https://www.dealii.org/developer/readme.html)
124
124
Follow the detailed [instruction](https://https://github.com/mathLab/deal2lkit) to install deal2lkit.
125
125
126
126
127
-
### $\pi$-BEM Installation procedure
127
+
### pi-BEM Installation procedure
128
128
129
129
Then you can clone the repository and compile it
130
130
@@ -159,7 +159,7 @@ this will automatically generate the parameter file for the bi-dimensional run w
159
159
160
160
will create a proper parameter file for a 3 dimensional simulation.
161
161
162
-
#Notice to developers
162
+
#Notice to developers
163
163
164
164
Before making a pull request, please make sure you run the script
165
165
@@ -171,7 +171,7 @@ white space changes are inserted in the repository.
171
171
The script requires Artistic Style Version 2.04 (astyle) to work
172
172
properly.
173
173
174
-
#Cite this work
174
+
#Cite this work
175
175
176
176
If you use this software, please consider citing the following work:
0 commit comments