System Preprocessors
u16.c
Go to the documentation of this file.
00001 #include <stdlib.h>
00002 #include "syspro.h"
00003 #include "anamodsalsamodules.h"
00004 #include "sysprotransform.h"
00005 #include "sysprolinear.h"
00006 #include "anamod.h"
00007 #include "nmd.h"
00008 
00009 /* test for the syspro linear package
00010    one preprocessor used: singletons
00011    this uses PETSc's KSP for actually solving a linear system
00012 */
00013 
00014 #define MATMAKE "testmat16.c"
00015 
00016 #include "u1516main.c"