Home
last modified time | relevance | path

Searched refs:DMTSSetIJacobian (Results 1 – 8 of 8) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ts/utils/
H A Ddmlocalts.c243 ierr = DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts);CHKERRQ(ierr); in DMTSSetIFunctionLocal()
276 ierr = DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts);CHKERRQ(ierr); in DMTSSetIJacobianLocal()
H A Ddmdats.c389 ierr = DMTSSetIJacobian(dm,TSComputeIJacobian_DMDA,dmdats);CHKERRQ(ierr); in DMDATSSetIJacobianLocal()
H A Ddmts.c849 PetscErrorCode DMTSSetIJacobian(DM dm,TSIJacobian func,void *ctx) in DMTSSetIJacobian() function
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscts.h539 PETSC_EXTERN PetscErrorCode DMTSSetIJacobian(DM,TSIJacobian,void*);
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dts.c1451 ierr = DMTSSetIJacobian(dm,f,ctx);CHKERRQ(ierr); in TSSetIJacobian()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap6226 man:+DMTSSetIJacobian++DMTSSetIJacobian++++man+manualpages/TS/DMTSSetIJacobian.html#DMTSSetIJacobian
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS15307 PetscErrorCode DMTSSetIJacobian(849,26239
H A DCTAGS6606 DMTSSetIJacobian src/ts/utils/dmts.c /^PetscErrorCode DMTSSetIJacobian(DM dm,TSIJacobian func,void …