Skip to content
Snippets Groups Projects
Commit 95c10662 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Rework ElementIntegralReconstructionMatrixBuilder implementation

parent 5d4047d3
No related branches found
No related tags found
1 merge request!205High-order polynomial reconstruction
......@@ -737,6 +737,7 @@ target_link_libraries(
PugsMesh
PugsAlgebra
PugsScheme
PugsSchemeReconstructionUtils
PugsUtils
PugsOutput
PugsLanguageUtils
......@@ -774,6 +775,7 @@ target_link_libraries(
PugsLanguageModules
PugsLanguageUtils
PugsScheme
PugsSchemeReconstructionUtils
PugsDev
PugsAnalysis
PugsAlgebra
......@@ -816,6 +818,7 @@ install(TARGETS
PugsMesh
PugsOutput
PugsScheme
PugsSchemeReconstructionUtils
kokkos
Catch2
......
# ------------------- Source files --------------------
add_subdirectory(reconstruction_utils)
add_library(
PugsScheme
AcousticSolver.cpp
......@@ -20,3 +22,9 @@ target_link_libraries(
PugsScheme
${HIGHFIVE_TARGET}
)
# Additional dependencies
add_dependencies(
PugsScheme
PugsSchemeReconstructionUtils
)
# ------------------- Source files --------------------
add_library(PugsSchemeReconstructionUtils
ElementIntegralReconstructionMatrixBuilder.cpp
)
add_dependencies(
PugsUtils
PugsMesh
)
target_link_libraries(
PugsSchemeReconstructionUtils
${HIGHFIVE_TARGET}
)
......@@ -317,6 +317,7 @@ target_link_libraries (unit_tests
PugsAlgebra
PugsAnalysis
PugsScheme
PugsSchemeReconstructionUtils
PugsOutput
PugsUtils
PugsCheckpointing
......@@ -347,6 +348,7 @@ target_link_libraries (mpi_unit_tests
PugsUtils
PugsLanguageUtils
PugsScheme
PugsSchemeReconstructionUtils
PugsOutput
PugsUtils
PugsCheckpointing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment