Skip to content
Snippets Groups Projects
Name Last commit Last update
doc
envs
examples
lib
srcs
.gitignore
CMakeLists.txt
README.md

Multiphysics 0471

Multiphysics Integrated Computational Project

FOR WINDOWS:

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