Home
last modified time | relevance | path

Searched defs:_Problem (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex8.c15 struct _Problem { struct
16 PetscErrorCode (*destroy)(Problem);
17 TSIFunctionFn *function;
18 TSIJacobianFn *jacobian;
19 PetscErrorCode (*solution)(PetscReal, Vec, void *);
20 MPI_Comm comm;
21 PetscReal final_time;
22 PetscInt n;
23 PetscBool hasexact;
24 void *data;