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

README.md update

parent 3b5ddcde
Loading
# Multiphysics 0471 # Multiphysics 0471
Multiphysics Integrated Computational Project Multiphysics Integrated Computational Project
\ No newline at end of file
FOR WINDOWS:
To build the FEM solver:
- go to the srcs/FEM folder (cd srcs/FEM)
- 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
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