Searched defs:_TSOps (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 35 struct _TSOps { struct 36 PetscErrorCode (*snesfunction)(SNES, Vec, Vec, TS); 37 PetscErrorCode (*snesjacobian)(SNES, Vec, Mat, Mat, TS); 38 PetscErrorCode (*setup)(TS); 39 PetscErrorCode (*step)(TS); 40 PetscErrorCode (*solve)(TS); 41 PetscErrorCode (*interpolate)(TS, PetscReal, Vec); 42 PetscErrorCode (*evaluatewlte)(TS, NormType, PetscInt *, PetscReal *); 43 PetscErrorCode (*evaluatestep)(TS, PetscInt, Vec, PetscBool *); 44 PetscErrorCode (*setfromoptions)(TS, PetscOptionItems); [all …]
|