-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] explain usage in separate module
- Loading branch information
1 parent
a53b73f
commit c1e54c4
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Adapter usage | ||
|
||
Please check out the examples in the `examples/` directory to get an idea on how to use the adapter. | ||
|
||
To use the adapter in a separate DUNE module, set `dumux-precice` as a (suggested) dependency and link targets against the `dumux-precice` library as done in the `examples/` directory. If `libdumux-precice` is built as a static library, additionally discover and link the `precice::precice` library. To build the adapter library as a dynamic library, use the CMake option `-DBUILD_SHARED_LIBS=ON` to build `dumux-precice` and upstream modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters