| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 162 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 D | tsreg.c | 121 PetscErrorCode TSRegister(const char sname[], PetscErrorCode (*function)(TS)) in TSRegister()
|
| H A D | tsmon.c | 69 …nst char manual[], PetscErrorCode (*monitor)(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *)… in TSMonitorSetFromOptions()
|
| /petsc/src/mat/matfd/ftn-custom/ |
| H A D | zfdmatrixf.c | 5 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 D | tsdiscgrad.c | 423 …PetscErrorCode (**Sfunc)(TS, PetscReal, Vec, Mat, void *), PetscErrorCode (**Ffunc)(TS, PetscReal,… in TSDiscGradGetFormulation_DiscGrad() 434 …PetscErrorCode (*Sfunc)(TS, PetscReal, Vec, Mat, void *), PetscErrorCode (*Ffunc)(TS, PetscReal, V… in TSDiscGradSetFormulation_DiscGrad()
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 469 …PetscErrorCode (*ihessianproductfunc2)(TS, PetscReal, Vec, Vec *, Vec, Vec *, void *), Vec *ihp3, … in TSSetIHessianProduct() 700 …PetscErrorCode (*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 D | PETSc.pxd | 265 ctypedef public api class TS(Object) [ class
|
| /petsc/src/ts/trajectory/interface/ |
| H A D | traj.c | 26 PetscErrorCode TSTrajectoryRegister(const char sname[], PetscErrorCode (*function)(TSTrajectory, TS… in TSTrajectoryRegister() argument
|
| /petsc/src/snes/tutorials/ |
| H A D | ex30.c | 468 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 D | petscts.h | 21 typedef struct _p_TS *TS; typedef
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 189 PetscErrorCode TSIRKRegister(const char sname[], PetscErrorCode (*function)(TS)) in TSIRKRegister()
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 1221 PetscErrorCode TSGLLERegister(const char sname[], PetscErrorCode (*function)(TS)) in TSGLLERegister()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TS.pyx | 139 cdef class TS(Object): class
|