source: git/Tst/Manual/qepcad.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 was 6051d87, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
FIX: Manual examples need adaptation to be tests (due to HW/build-dependent output)
  • Property mode set to 100644
File size: 284 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finitediff.lib";
3list D="Ux","Ut","U";
4list P="a";
5list V="t","x";
6setinitials(V,D,P);
7def s1=scheme(u(Ut)+a*u(Ux),laxfrX(Ux,U,x),laxfrT(Ut,U,x));
8s1;
9def s2=errormap(s1);
10s2;
11def s3=ComplexValue(s2);s3;
12// qepcad(s3); // needs qepcad!
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.