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