Home
last modified time | relevance | path

Searched refs:TSPruneIJacobianColor (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D319.md209 - Add `TSPruneIJacobianColor()` to improve the MFFD coloring
/petsc/src/ts/tests/
H A Dex5.c322 PetscCall(TSPruneIJacobianColor(ts, J, J)); in main()
/petsc/include/
H A Dpetscts.h782 PETSC_EXTERN PetscErrorCode TSPruneIJacobianColor(TS, Mat, Mat);
/petsc/src/ts/interface/
H A Dts.c6143 PetscErrorCode TSPruneIJacobianColor(TS ts, Mat J, Mat B) in TSPruneIJacobianColor() function