-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
10 additions
and
9 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
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
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,5 +1,6 @@ | ||
# set up executable with autopilot macro: | ||
SET(TARGET "poisson") | ||
SET(TARGET_SRC minimal_SIP.cc) | ||
# SET(TARGET_SRC minimal_SIP.cc) | ||
SET(TARGET_SRC poisson.cc) | ||
DEAL_II_INVOKE_AUTOPILOT() | ||
TARGET_LINK_LIBRARIES(${TARGET} Agglomeration_suite) | ||
TARGET_LINK_LIBRARIES(${TARGET} polydeal) |
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
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,6 +1,6 @@ | ||
# src/CMakeLists.txt | ||
|
||
# set up shared library by hand: | ||
ADD_LIBRARY(Agglomeration_suite SHARED agglomeration_handler.cc) | ||
DEAL_II_SETUP_TARGET(Agglomeration_suite) | ||
ADD_LIBRARY(polydeal SHARED agglomeration_handler.cc) | ||
DEAL_II_SETUP_TARGET(polydeal) | ||
|
2 changes: 1 addition & 1 deletion
2
test/agglomeration/CMakeLists.txt → test/polydeal/CMakeLists.txt
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,6 +1,6 @@ | ||
# tests/support/CMakeLists.txt | ||
|
||
SET(TEST_LIBRARIES Agglomeration_suite) | ||
SET(TEST_LIBRARIES polydeal) | ||
DEAL_II_PICKUP_TESTS() | ||
|
||
set(SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.