Searched refs:AOView (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/vec/is/ao/tests/ |
| H A D | ex1.c | 32 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 D | ex7.c | 26 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex2.c | 34 PetscCall(AOView(ao, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex5.c | 54 PetscCall(AOView(app2petsc, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscao.pxi | 9 PetscErrorCode AOView(PetscAO, PetscViewer)
|
| H A D | AO.pyx | 33 petsc.AOView 38 CHKERR(AOView(self.ao, cviewer))
|
| /petsc/src/vec/is/ao/interface/ |
| H A D | ao.c | 37 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 D | petscao.h | 53 PETSC_EXTERN PetscErrorCode AOView(AO, PetscViewer);
|
| /petsc/src/vec/is/ao/impls/mapping/ |
| H A D | aomapping.c | 254 …ll(PetscHeaderCreate(ao, AO_CLASSID, "AO", "Application Ordering", "AO", comm, AODestroy, AOView)); in AOCreateMapping()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1347 viewed with `AOView(AO ao,PetscViewer viewer)`.
|