#include <stdlib.h>
#include "syspro.h"
#include "sysprolinear.h"
#include "testmat.c"
Go to the source code of this file.
Functions | |
static PetscErrorCode | solvelinear (NumericalProblem problem, void *dum, NumericalSolution *rsol) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 28 of file u12.c.
References CHKERRQ(), CreateLinearSystem(), ierr, LinearSystemSetParts(), PreprocessedProblemSolving(), solvelinear(), SysProDeclareFunctions(), SysProFinalize(), and SysProInitialize().
static PetscErrorCode solvelinear | ( | NumericalProblem | problem, | |
void * | dum, | |||
NumericalSolution * | rsol | |||
) | [static] |