Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h380 struct _DMTSOps { struct
381 TSRHSFunctionFn *rhsfunction;
382 TSRHSJacobianFn *rhsjacobian;
384 TSIFunctionFn *ifunction;
385 PetscErrorCode (*ifunctionview)(void *, PetscViewer);
386 PetscErrorCode (*ifunctionload)(void **, PetscViewer);
388 TSIJacobianFn *ijacobian;
389 PetscErrorCode (*ijacobianview)(void *, PetscViewer);
390 PetscErrorCode (*ijacobianload)(void **, PetscViewer);
392 TSI2FunctionFn *i2function;
[all …]