source: git/Tst/Manual/qepcadsystem.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 346 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finitediff.lib";
3list D="Ut","Ux","Uy","U";
4list V="t","x","y";
5list P="a","b";
6setinitials(V,D,P);
7matrix M[2][2]=0,-a,-a,0;
8list Mat=unitmat(2),M;
9list Appr=forward(Ut,U,t),forward(Ux,U,x);
10//matrixsystem(Mat,Appr);
11//timestep(_);
12fouriersystem(Mat,Appr);
13// qepcadsystem(_[2]); // needs qepcad!
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.