Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex36.c49 const PetscScalar *y, *ydot; in IFunctionImplicit() local
76 const PetscScalar *y, *ydot; in IJacobianImplicit() local
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.h27 Vec ydot; /* work vector the time derivative is stored */ member
H A Dsundials.c81 static int TSFunction_Sundials(realtype t, N_Vector y, N_Vector ydot, PetscCtx ctx) in TSFunction_Sundials()