Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex10.c10 struct _p_TSDAESimple { struct
11 MPI_Comm comm;
12 PetscErrorCode (*setfromoptions)(TSDAESimple, PetscOptionItems);
13 PetscErrorCode (*solve)(TSDAESimple, Vec);
14 PetscErrorCode (*destroy)(TSDAESimple);
15 Vec U, V;
16 PetscErrorCode (*f)(PetscReal, Vec, Vec, Vec, void *);
17 PetscErrorCode (*F)(PetscReal, Vec, Vec, Vec, void *);
18 void *fctx, *Fctx;
19 void *data;