Home
last modified time | relevance | path

Searched refs:PetscSectionSymView (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscsection.h102 PETSC_EXTERN PetscErrorCode PetscSectionSymView(PetscSectionSym, PetscViewer);
/petsc/src/vec/is/section/interface/
H A Dsection.c2484 PetscCall(PetscSectionSymView(s->sym, viewer)); in PetscSectionView_ASCII()
3439 …, "PetscSectionSym", "Section Symmetry", "IS", comm, PetscSectionSymDestroy, PetscSectionSymView)); in PetscSectionSymCreate()
3574 PetscErrorCode PetscSectionSymView(PetscSectionSym sym, PetscViewer viewer) in PetscSectionSymView() function