Searched refs:PetscSectionSymView (Results 1 – 2 of 2) sorted by relevance
102 PETSC_EXTERN PetscErrorCode PetscSectionSymView(PetscSectionSym, PetscViewer);
2484 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