Building and Execution

1. Building

The application can be built using the following commands

$ cmake --preset release-clang-cmake
$ cmake --build --preset release-clang-cmake -t feelpp_test_cavity_triangular

2. Execution

To execute this project, you need to run the following commands:

There are three commands:

  • The first one is triangular_cavity

  • The second one is rectangular_cavity

  • The third one is cylindrical_cavity

    $ build/release-clang-cmake/toolboxes/tests/heat//feelpp_test_cavity_triangular --config-file toolboxes/tests/heat/cases/triangular_cavity/triangular_cavity.cfg
    $ build/release-clang-cmake/toolboxes/tests/heat//feelpp_test_cavity_rectangular --config-file toolboxes/tests/heat/cases/reactangular_cavity/rectangular_cavity.cfg
    $ build/release-clang-cmake/toolboxes/tests/heat//feelpp_test_cavity_cylindrical --config-file toolboxes/tests/heat/cases/cylindrical_cavity/cylindrical_cavity.cfg