Home
last modified time | relevance | path

Searched refs:tscomputeijacobianconstant_ (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c23 #define tscomputeijacobianconstant_ TSCOMPUTEIJACOBIANCONSTANT macro
45 #define tscomputeijacobianconstant_ tscomputeijacobianconstant macro
233 PETSC_EXTERN void tscomputeijacobianconstant_(TS *ts, PetscReal *t, Vec *X, Vec *Xdot, PetscReal *s…
238 if (f == tscomputeijacobianconstant_) { in tssetijacobian_()