Skip to content
Snippets Groups Projects
Denis Louis's avatar
Denis Louis authored
add mathematica file

See merge request !12
4f0d41b0
History

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