Home
last modified time | relevance | path

Searched refs:AOView (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/is/ao/tests/
H A Dex1.c32 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
46 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
62 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex7.c26 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex2.c34 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex5.c54 PetscCall(AOView(app2petsc, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi9 PetscErrorCode AOView(PetscAO, PetscViewer)
H A DAO.pyx33 petsc.AOView
38 CHKERR(AOView(self.ao, cviewer))
/petsc/src/vec/is/ao/interface/
H A Dao.c37 PetscErrorCode AOView(AO ao, PetscViewer viewer) in AOView() function
501 …PetscHeaderCreate(aonew, AO_CLASSID, "AO", "Application Ordering", "AO", comm, AODestroy, AOView)); in AOCreate()
/petsc/include/
H A Dpetscao.h53 PETSC_EXTERN PetscErrorCode AOView(AO, PetscViewer);
/petsc/src/vec/is/ao/impls/mapping/
H A Daomapping.c254 …ll(PetscHeaderCreate(ao, AO_CLASSID, "AO", "Application Ordering", "AO", comm, AODestroy, AOView)); in AOCreateMapping()
/petsc/doc/manual/
H A Dvec.md1347 viewed with `AOView(AO ao,PetscViewer viewer)`.