Home
last modified time | relevance | path

Searched refs:TSSetMatStructure (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D315.md232 - Add `TSSetMatStructure()` to indicate the relationship between the
/petsc/include/
H A Dpetscts.h1600 PETSC_EXTERN PetscErrorCode TSSetMatStructure(TS, MatStructure);
/petsc/src/ts/interface/
H A Dts.c732 PetscCall(TSSetMatStructure(ts, SAME_NONZERO_PATTERN)); in TSGetRHSMats_Private()
5932 PetscErrorCode TSSetMatStructure(TS ts, MatStructure str) in TSSetMatStructure() function