Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscts.h728 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode TSI2FunctionFn(TS ts, PetscReal t, Vec U, Vec U_t, Vec … typedef
730 PETSC_EXTERN_TYPEDEF typedef TSI2FunctionFn *TSI2Function;
758 PETSC_EXTERN PetscErrorCode TSSetI2Function(TS, Vec, TSI2FunctionFn *, PetscCtx);
759 PETSC_EXTERN PetscErrorCode TSGetI2Function(TS, Vec *, TSI2FunctionFn **, PetscCtxRt);
844 PETSC_EXTERN PetscErrorCode DMTSSetI2Function(DM, TSI2FunctionFn *, PetscCtx);
845 PETSC_EXTERN PetscErrorCode DMTSGetI2Function(DM, TSI2FunctionFn **, PetscCtxRt);
/petsc/src/ts/utils/
H A Ddmts.c481 PetscErrorCode DMTSSetI2Function(DM dm, TSI2FunctionFn *fun, PetscCtx ctx) in DMTSSetI2Function()
559 PetscErrorCode DMTSGetI2Function(DM dm, TSI2FunctionFn **fun, PetscCtxRt ctx) in DMTSGetI2Function()
/petsc/include/petsc/private/
H A Dtsimpl.h392 TSI2FunctionFn *i2function;
/petsc/src/ts/interface/
H A Dts.c1379 PetscErrorCode TSSetI2Function(TS ts, Vec F, TSI2FunctionFn *fun, PetscCtx ctx) in TSSetI2Function()
1409 PetscErrorCode TSGetI2Function(TS ts, Vec *r, TSI2FunctionFn **fun, PetscCtxRt ctx) in TSGetI2Function()
1523 TSI2FunctionFn *I2Function; in TSComputeI2Function()