source: CIVL/examples/accuracy/Makefile@ a8ca3d3

1.23 2.0 main test-branch
Last change on this file since a8ca3d3 was 6f9e40f, checked in by Tim Zirkel <zirkeltk@…>, 12 years ago

Added Makefile for accuracy examples.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@612 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 515 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: derivative derivativeBad diffusion laplace2d secondDerivative \
5 secondDerivativeBad
6
7derivative:
8 $(VERIFY) -inputnum_elements=5 derivative.cvl
9
10derivativeBad:
11 $(VERIFY) -inputnum_elements=5 derivativeBad.cvl
12
13diffusion:
14 $(VERIFY) -inputn=4 diffusion.cvl
15
16laplace2d:
17 $(VERIFY) -inputrows=3 -inputcols=3 laplace2d.cvl
18
19secondDerivative:
20 $(VERIFY) -inputnum_elements=5 secondDerivative.cvl
21
22secondDerivativeBad:
23 $(VERIFY) -inputnum_elements=5 secondDerivativeBad.cvl
Note: See TracBrowser for help on using the repository browser.