Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h466 PETSC_EXTERN PetscErrorCode DMTSLoad(DMTS, PetscViewer);
/petsc/src/ts/utils/
H A Ddmts.c72 PetscErrorCode DMTSLoad(DMTS kdm, PetscViewer viewer) in DMTSLoad() function
/petsc/src/ts/interface/
H A Dts.c1834 PetscCall(DMTSLoad(sdm, viewer)); in TSLoad()