Newer
Older
add_subdirectory("tnnmg")
add_subdirectory("preconditioners")
add_custom_target(tectonic_dune_spatial-solving SOURCES
fixedpointiterator.hh
fixedpointiterator.cc
solverfactory.hh
solverfactory.cc
)
#install headers
install(FILES
fixedpointiterator.hh
solverfactory.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)