Skip to content

Commit

Permalink
initial patch from Roman & Norbert
Browse files Browse the repository at this point in the history
  • Loading branch information
benkirk authored and jwpeterson committed Apr 14, 2014
1 parent 89c3b8d commit 42d25fc
Show file tree
Hide file tree
Showing 33 changed files with 2,686 additions and 30 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ if (test "x$enableexamples" = "xyes"); then
examples/miscellaneous/miscellaneous_ex8/Makefile
examples/miscellaneous/miscellaneous_ex9/Makefile
examples/miscellaneous/miscellaneous_ex10/Makefile
examples/miscellaneous/miscellaneous_ex11/Makefile
examples/subdomains/subdomains_ex1/Makefile
examples/subdomains/subdomains_ex2/Makefile
examples/systems_of_equations/systems_of_equations_ex1/Makefile
Expand Down
11 changes: 11 additions & 0 deletions examples/miscellaneous/miscellaneous_ex11/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
example_name = miscellaneous_ex11
install_dir = $(examples_install_path)/miscellaneous/ex11
data = miscellaneous_ex11.C run.sh
sources = $(data) run.sh
check_SCRIPTS = run.sh

CLEANFILES = without_ghosts.pvtu without_ghosts.e with_ghosts.pvtu with_ghosts.e out.pvtu out.e

##############################################
# include common example environment
include $(top_srcdir)/examples/Make.common
Loading

0 comments on commit 42d25fc

Please sign in to comment.