Home
last modified time | relevance | path

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

/petsc/src/ts/impls/pseudo/
H A Dposindep.c546 typedef PetscErrorCode (*FCN1)(TS, Vec, void *, PetscReal *, PetscBool *); /* force argument to nex… typedef
547 static PetscErrorCode TSPseudoSetVerifyTimeStep_Pseudo(TS ts, FCN1 dt, PetscCtx ctx) in TSPseudoSetVerifyTimeStep_Pseudo()
/petsc/src/mat/impls/mffd/
H A Dmffd.c128 typedef PetscErrorCode (*FCN1)(void *, Vec); /* force argument to next function to not be extern C*/ typedef
129 static PetscErrorCode MatMFFDSetFunctioniBase_MFFD(Mat mat, FCN1 func) in MatMFFDSetFunctioniBase_MFFD()