Searched defs:ydot (Results 1 – 3 of 3) sorted by relevance
49 const PetscScalar *y, *ydot; in IFunctionImplicit() local76 const PetscScalar *y, *ydot; in IJacobianImplicit() local
27 Vec ydot; /* work vector the time derivative is stored */ member
81 static int TSFunction_Sundials(realtype t, N_Vector y, N_Vector ydot, PetscCtx ctx) in TSFunction_Sundials()