Home
last modified time | relevance | path

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

/petsc/src/ts/impls/pseudo/
H A Dposindep.c584 typedef PetscErrorCode (*FCN2)(TS, PetscReal *, void *); /* force argument to next function to not … typedef
585 static PetscErrorCode TSPseudoSetTimeStep_Pseudo(TS ts, FCN2 dt, PetscCtx ctx) in TSPseudoSetTimeStep_Pseudo()
/petsc/src/mat/impls/mffd/
H A Dmffd.c139 typedef PetscErrorCode (*FCN2)(void *, PetscInt, Vec, PetscScalar *); /* force argument to next fun… typedef
140 static PetscErrorCode MatMFFDSetFunctioni_MFFD(Mat mat, FCN2 funci) in MatMFFDSetFunctioni_MFFD()