Searched defs:_DMTSOps (Results 1 – 1 of 1) sorted by relevance
380 struct _DMTSOps { struct381 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 …]