source: CIVL/examples/accuracy/Makefile@ bb03188

main test-branch
Last change on this file since bb03188 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
File size: 841 bytes
RevLine 
[6f9e40f]1CIVL=civl
2VERIFY=$(CIVL) verify
3
[66b1783]4all: derivative derivativeBackward derivativeBad diffusion laplace2d secondDerivative \
5 secondDerivativeBad upwindFirstOrder upwindSecondOrder upwindThirdOrder
[97ab634]6
[6f9e40f]7derivative:
8 $(VERIFY) -inputnum_elements=5 derivative.cvl
[97ab634]9
[66b1783]10derivativeBackward:
11 $(VERIFY) -inputnum_elements=5 derivativeBackward.cvl
[97ab634]12
[6f9e40f]13derivativeBad:
14 $(VERIFY) -inputnum_elements=5 derivativeBad.cvl
[97ab634]15
[6f9e40f]16diffusion:
17 $(VERIFY) -inputn=4 diffusion.cvl
[97ab634]18
[6f9e40f]19laplace2d:
20 $(VERIFY) -inputrows=3 -inputcols=3 laplace2d.cvl
[97ab634]21
[6f9e40f]22secondDerivative:
23 $(VERIFY) -inputnum_elements=5 secondDerivative.cvl
[97ab634]24
[6f9e40f]25secondDerivativeBad:
26 $(VERIFY) -inputnum_elements=5 secondDerivativeBad.cvl
[97ab634]27
[66b1783]28upwindFirstOrder:
29 $(VERIFY) -inputn=4 upwindFirstOrder.cvl
[97ab634]30
[66b1783]31upwindSecondOrder:
32 $(VERIFY) -inputn=5 upwindSecondOrder.cvl
[97ab634]33
[66b1783]34upwindThirdOrder:
35 $(VERIFY) -inputn=5 upwindThirdOrder.cvl
Note: See TracBrowser for help on using the repository browser.