Forked from
agnumpde / dune-tectonic
157 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 554 B
add_subdirectory("rate")
add_subdirectory("state")
add_custom_target(tectonic_dune_time-stepping SOURCES
adaptivetimestepper.hh
adaptivetimestepper.cc
coupledtimestepper.hh
coupledtimestepper.cc
rate.hh
rate.cc
state.hh
state.cc
step.hh
stepbase.hh
uniformtimestepper.hh
uniformtimestepper.cc
updaters.hh
)
#install headers
install(FILES
adaptivetimestepper.hh
coupledtimestepper.hh
rate.hh
state.hh
step.hh
stepbase.hh
uniformtimestepper.hh
updaters.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)