Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md159 - Add `DMGetOutputSequenceLength()`
/petsc/include/
H A Dpetscdm.h317 PETSC_EXTERN PetscErrorCode DMGetOutputSequenceLength(DM, PetscViewer, const char[], PetscInt *);
/petsc/src/dm/interface/
H A Ddm.c6694 PetscErrorCode DMGetOutputSequenceLength(DM dm, PetscViewer viewer, const char name[], PetscInt *le… in DMGetOutputSequenceLength() function