Skip to content
Snippets Groups Projects
Commit 6bccc0c8 authored by Denis Louis's avatar Denis Louis
Browse files

update readme

parent afa6ece0
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,18 @@ Multiphysics Integrated Computational Project
FOR WINDOWS:
To build the FEM solver:
- go to the srcs/FEM folder (cd srcs/FEM)
To build the coupled FEM/BEM solver:
- go to the srcs folder (cd srcs)
- create a build folder (mkdir build)
- go to this build folder (cd build)
- cmake ..
- make
To execute the FEM solver:
- stay in the build folder and solver.exe ..\my_geo.geo
- for simple tension configuration: solver.exe ..\simple_tension.geo
- for second validation configuration: solver.exe ..\uniform_charge.geo
\ No newline at end of file
To execute the solver:
- in build folder: solver.exe ..\hybrid_geo.geo (or any other .geo file present at the root of the srcs folder)
To build the independent FEM solver:
- similar procedure but to be done in the srcs/FEM folder
To build the independent BEM solver:
- similar procedure but to be done in the srcs/BEM folder
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment