Home
last modified time | relevance | path

Searched defs:TS (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c162 PETSC_EXTERN void tssetprestep_(TS *ts, PetscErrorCode (*f)(TS *, PetscErrorCode *), PetscErrorCode… in tssetprestep_() argument
169 PETSC_EXTERN void tssetpoststep_(TS *ts, PetscErrorCode (*f)(TS *, PetscErrorCode *), PetscErrorCod… in tssetpoststep_() argument
178 PETSC_EXTERN void tssetrhsfunction_(TS *ts, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, void… in tssetrhsfunction_() argument
200 PETSC_EXTERN void tssetifunction_(TS *ts, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, Vec *,… in tssetifunction_() argument
222 PETSC_EXTERN void tssetrhsjacobian_(TS *ts, Mat *A, Mat *B, void (*f)(TS *, PetscReal *, Vec *, Mat… in tssetrhsjacobian_() argument
235 PETSC_EXTERN void tssetijacobian_(TS *ts, Mat *A, Mat *B, void (*f)(TS *, PetscReal *, Vec *, Vec *… in tssetijacobian_() argument
252 PETSC_EXTERN void tssetijacobianp_(TS *ts, Mat *A, void (*f)(TS *, PetscReal *, Vec *, Vec *, Petsc… in tssetijacobianp_() argument
264 PETSC_EXTERN void tssetrhsjacobianp_(TS *ts, Mat *A, void (*f)(TS *, PetscReal *, Vec *, Mat *, voi… in tssetrhsjacobianp_() argument
281 PETSC_EXTERN void tsmonitorset_(TS *ts, void (*func)(TS *, PetscInt *, PetscReal *, Vec *, void *, … in tsmonitorset_() argument
/petsc/src/ts/interface/
H A Dtsreg.c121 PetscErrorCode TSRegister(const char sname[], PetscErrorCode (*function)(TS)) in TSRegister()
H A Dtsmon.c69 …nst char manual[], PetscErrorCode (*monitor)(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *)… in TSMonitorSetFromOptions()
/petsc/src/mat/matfd/ftn-custom/
H A Dzfdmatrixf.c5 typedef struct _p_TS *TS; typedef
56 PETSC_EXTERN void matfdcoloringsetfunctionts_(MatFDColoring *fd, void (*f)(TS *, double *, Vec *, V… in matfdcoloringsetfunctionts_() argument
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c423PetscErrorCode (**Sfunc)(TS, PetscReal, Vec, Mat, void *), PetscErrorCode (**Ffunc)(TS, PetscReal,… in TSDiscGradGetFormulation_DiscGrad()
434PetscErrorCode (*Sfunc)(TS, PetscReal, Vec, Mat, void *), PetscErrorCode (*Ffunc)(TS, PetscReal, V… in TSDiscGradSetFormulation_DiscGrad()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c469PetscErrorCode (*ihessianproductfunc2)(TS, PetscReal, Vec, Vec *, Vec, Vec *, void *), Vec *ihp3, in TSSetIHessianProduct()
700PetscErrorCode (*rhshessianproductfunc2)(TS, PetscReal, Vec, Vec *, Vec, Vec *, void *), Vec rhshp… in TSSetRHSHessianProduct()
1164 PetscErrorCode TSAdjointSetRHSJacobian(TS ts, Mat Amat, PetscErrorCode (*func)(TS, PetscReal, Vec, … in TSAdjointSetRHSJacobian()
1272 …ual[], PetscErrorCode (*monitor)(TS, PetscInt, PetscReal, Vec, PetscInt, Vec *, Vec *, PetscViewer… in TSAdjointMonitorSetFromOptions()
/petsc/src/binding/petsc4py/src/petsc4py/
H A DPETSc.pxd265 ctypedef public api class TS(Object) [ class
/petsc/src/ts/trajectory/interface/
H A Dtraj.c26 PetscErrorCode TSTrajectoryRegister(const char sname[], PetscErrorCode (*function)(TSTrajectory, TS in TSTrajectoryRegister() argument
/petsc/src/snes/tutorials/
H A Dex30.c468 PetscScalar TE = 0.0, TN = 0.0, TS = 0.0, TW = 0.0, dPdx, residual, z_scale; in XMomentumResidual() local
519 PetscScalar TE = 0.0, TN = 0.0, TS = 0.0, TW = 0.0, dPdz, residual, z_scale; in ZMomentumResidual() local
589 PetscScalar TE, TN, TS, TW, residual; in EnergyResidual() local
/petsc/include/
H A Dpetscts.h21 typedef struct _p_TS *TS; typedef
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c189 PetscErrorCode TSIRKRegister(const char sname[], PetscErrorCode (*function)(TS)) in TSIRKRegister()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1221 PetscErrorCode TSGLLERegister(const char sname[], PetscErrorCode (*function)(TS)) in TSGLLERegister()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx139 cdef class TS(Object): class