Skip to content
Snippets Groups Projects

Piotr's Tutorial 7 on hyperbolic problems

Merged Dominic Kempf requested to merge Piotr/tutorial07 into master
4 unresolved threads
5 files
+ 192
75
Compare changes
  • Side-by-side
  • Inline
Files
5
foreach(dim 2 3)
add_executable("tutorial07-${dim}d" tutorial07.cc)
target_compile_definitions("tutorial07-${dim}d" PUBLIC "GRIDDIM=${dim}")
endforeach()
add_executable("tutorial07-maxwell" tutorial07-maxwell.cc)
add_executable("tutorial07-acoustics" tutorial07-acoustics.cc)
dune_symlink_to_source_files(FILES tutorial07.ini)
dune_symlink_to_source_files(FILES tutorial07-maxwell.ini)
dune_symlink_to_source_files(FILES tutorial07-acoustics.ini)
Loading