Home
last modified time | relevance | path

Searched refs:AODestroy (Results 1 – 15 of 15) sorted by relevance

/petsc/src/vec/is/ao/tests/
H A Dex4f.F9034 PetscCallA(AODestroy(ao, ierr))
38 PetscCallA(AODestroy(ao, ierr))
45 PetscCallA(AODestroy(ao, ierr))
H A Dex1.c40 PetscCall(AODestroy(&ao)); in main()
55 PetscCall(AODestroy(&ao)); in main()
70 PetscCall(AODestroy(&ao)); in main()
83 PetscCall(AODestroy(&ao)); in main()
108 PetscCall(AODestroy(&ao)); in main()
H A Dex4.c29 PetscCall(AODestroy(&ao)); in main()
33 PetscCall(AODestroy(&ao)); in main()
H A Dex7.c37 PetscCall(AODestroy(&ao)); in main()
H A Dex2.c43 PetscCall(AODestroy(&ao)); in main()
H A Dex5.c84 PetscCall(AODestroy(&app2petsc)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi10 PetscErrorCode AODestroy(PetscAO*)
H A DAO.pyx47 petsc.AODestroy
50 CHKERR(AODestroy(&self.ao))
/petsc/src/vec/is/ao/interface/
H A Dao.c83 PetscErrorCode AODestroy(AO *ao) in AODestroy() function
501 …PetscHeaderCreate(aonew, AO_CLASSID, "AO", "Application Ordering", "AO", comm, AODestroy, AOView)); in AOCreate()
/petsc/src/vec/is/ao/tests/ex3d/
H A Dex3.cxx60 PetscCall(AODestroy(&ao)); in main()
/petsc/src/dm/impls/da/
H A Ddadestroy.c24 PetscCall(AODestroy(&dd->ao)); in DMDestroy_DA()
/petsc/include/
H A Dpetscao.h55 PETSC_EXTERN PetscErrorCode AODestroy(AO *);
/petsc/src/vec/is/ao/impls/mapping/
H A Daomapping.c254 …PetscCall(PetscHeaderCreate(ao, AO_CLASSID, "AO", "Application Ordering", "AO", comm, AODestroy, A… in AOCreateMapping()
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c254 PetscCall(AODestroy(&ao)); in main()
/petsc/doc/manual/
H A Dvec.md1346 The `AO` context should be destroyed with `AODestroy(AO *ao)` and