Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
89 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 500 B
add_subdirectory("contact")
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)