Searched defs:_Problem (Results 1 – 1 of 1) sorted by relevance
15 struct _Problem { struct16 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;