| /petsc/src/sys/tutorials/ |
| H A D | ex6.c | 90 PetscCall(PetscContainerDestroy(&o1)); in main() 91 PetscCall(PetscContainerDestroy(&o2)); in main() 92 PetscCall(PetscContainerDestroy(&o3)); in main() 93 PetscCall(PetscContainerDestroy(&o4)); in main()
|
| H A D | ex7.c | 274 PetscCall(PetscContainerDestroy(&user_object)); in main()
|
| /petsc/src/sys/tests/ |
| H A D | ex18.c | 12 PetscCall(PetscContainerDestroy(&container)); in main()
|
| H A D | ex30.c | 142 PetscCall(PetscContainerDestroy(&container2)); in main() 143 PetscCall(PetscContainerDestroy(&container1)); in main()
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 388 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetIFunction() 495 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetI2Function() 606 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetI2Jacobian() 717 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetRHSFunction() 1027 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetIJacobian() 1147 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetRHSJacobian()
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 413 PetscCall(PetscContainerDestroy(&x)); in main() 414 PetscCall(PetscContainerDestroy(&y)); in main() 415 PetscCall(PetscContainerDestroy(&z)); in main()
|
| H A D | ex7.c | 180 PetscCall(PetscContainerDestroy(&c)); in main()
|
| /petsc/src/sys/objects/ |
| H A D | inherit.c | 952 PetscErrorCode PetscContainerDestroy(PetscContainer *obj) in PetscContainerDestroy() function 1045 …PETSC_CONTAINER_CLASSID, "PetscContainer", "Container", "Sys", comm, PetscContainerDestroy, NULL)); in PetscContainerCreate() 1079 PetscCall(PetscContainerDestroy(&container)); in PetscObjectContainerCompose()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1330 PetscCall(PetscContainerDestroy(&modelObj)); in DMPlexCreateGeom_Internal() 1336 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom_Internal() 1898 PetscCall(PetscContainerDestroy(&modelObj)); in DMPlexCreateGeom() 1910 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom() 2348 PetscCall(PetscContainerDestroy(&modelObj)); in DMPlexCreateGeom_Tess_Internal() 2360 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom_Tess_Internal() 2944 PetscCall(PetscContainerDestroy(&cpOrgObj)); in DMPlex_Surface_Grad() 2949 PetscCall(PetscContainerDestroy(&cpCoordObj)); in DMPlex_Surface_Grad() 2954 PetscCall(PetscContainerDestroy(&cpCoordLengthObj)); in DMPlex_Surface_Grad() 2959 PetscCall(PetscContainerDestroy(&wOrgObj)); in DMPlex_Surface_Grad() [all …]
|
| H A D | plexcreate.c | 2426 PetscCall(PetscContainerDestroy(&c)); in DMPlexCreateHypercubicMesh_Internal() 2431 PetscCall(PetscContainerDestroy(&c)); in DMPlexCreateHypercubicMesh_Internal() 5389 PetscCall(PetscContainerDestroy(&unused)); in DMSetFromOptions_Plex()
|
| H A D | plexfem.c | 77 PetscCall(PetscContainerDestroy(&container)); in DMPlexGetFEGeom() 4377 PetscCall(PetscContainerDestroy(&container)); in DMSNESGetFEGeom()
|
| /petsc/src/sys/ftn-custom/ |
| H A D | zutils.c | 200 PetscCall(PetscContainerDestroy(&container)); in PetscScalarAddressFromFortran()
|
| /petsc/src/snes/utils/ |
| H A D | dmsnes.c | 316 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMSNESSetFunction() 584 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMSNESSetJacobian()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_view.c | 59 PetscCall(PetscContainerDestroy(&container)); in private_PetscViewerDestroy_XDMF()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | gdsw.c | 139 PetscCall(PetscContainerDestroy(&gcand)); in PCMGGDSWSetUp()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 21 PetscCall(PetscContainerDestroy(&container)); in MatProductCtxDestroy_HT()
|
| H A D | transm.c | 329 PetscCall(PetscContainerDestroy(&container)); in MatProductCtxDestroy_Transpose()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1695 PetscCall(PetscContainerDestroy(&container)); in CreateStaticData() 2178 PetscCall(PetscContainerDestroy(&container)); in DMPlexLandauCreateVelocitySpace() 2183 PetscCall(PetscContainerDestroy(&container)); in DMPlexLandauCreateVelocitySpace() 2195 PetscCall(PetscContainerDestroy(&container)); in DMPlexLandauCreateVelocitySpace()
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 891 PetscCall(PetscContainerDestroy(&c)); in KSPFETIDPSetUpOperators()
|
| /petsc/include/ |
| H A D | petscsys.h | 1782 PETSC_EXTERN PetscErrorCode PetscContainerDestroy(PetscContainer *);
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 1573 PetscCall(PetscContainerDestroy(&container_d)); in MatSetPreallocationCOO_MPIAIJKokkos()
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 1520 PetscCall(PetscContainerDestroy(&ctxcontainer)); in MatShellSetContext_Shell()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 4996 PetscCall(PetscContainerDestroy(&container)); in MatCreateMPIAIJSumSeqAIJSymbolic() 6701 PetscCall(PetscContainerDestroy(&container)); in MatSetPreallocationCOO_MPIAIJ()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 211 PetscCall(PetscContainerDestroy(&c)); in MatPtAPSymbolic_IS_XAIJ()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5017 PetscCall(PetscContainerDestroy(&obj)); in DMSetNumFields()
|