source:
CIVL/examples/accuracy/Makefile@
beab7f2
| Last change on this file since beab7f2 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 841 bytes | |
| Rev | Line | |
|---|---|---|
| [6f9e40f] | 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify | |
| 3 | ||
| [66b1783] | 4 | all: derivative derivativeBackward derivativeBad diffusion laplace2d secondDerivative \ |
| 5 | secondDerivativeBad upwindFirstOrder upwindSecondOrder upwindThirdOrder | |
| [97ab634] | 6 | |
| [6f9e40f] | 7 | derivative: |
| 8 | $(VERIFY) -inputnum_elements=5 derivative.cvl | |
| [97ab634] | 9 | |
| [66b1783] | 10 | derivativeBackward: |
| 11 | $(VERIFY) -inputnum_elements=5 derivativeBackward.cvl | |
| [97ab634] | 12 | |
| [6f9e40f] | 13 | derivativeBad: |
| 14 | $(VERIFY) -inputnum_elements=5 derivativeBad.cvl | |
| [97ab634] | 15 | |
| [6f9e40f] | 16 | diffusion: |
| 17 | $(VERIFY) -inputn=4 diffusion.cvl | |
| [97ab634] | 18 | |
| [6f9e40f] | 19 | laplace2d: |
| 20 | $(VERIFY) -inputrows=3 -inputcols=3 laplace2d.cvl | |
| [97ab634] | 21 | |
| [6f9e40f] | 22 | secondDerivative: |
| 23 | $(VERIFY) -inputnum_elements=5 secondDerivative.cvl | |
| [97ab634] | 24 | |
| [6f9e40f] | 25 | secondDerivativeBad: |
| 26 | $(VERIFY) -inputnum_elements=5 secondDerivativeBad.cvl | |
| [97ab634] | 27 | |
| [66b1783] | 28 | upwindFirstOrder: |
| 29 | $(VERIFY) -inputn=4 upwindFirstOrder.cvl | |
| [97ab634] | 30 | |
| [66b1783] | 31 | upwindSecondOrder: |
| 32 | $(VERIFY) -inputn=5 upwindSecondOrder.cvl | |
| [97ab634] | 33 | |
| [66b1783] | 34 | upwindThirdOrder: |
| 35 | $(VERIFY) -inputn=5 upwindThirdOrder.cvl |
Note:
See TracBrowser
for help on using the repository browser.
