Searched refs:PetscFree7 (Results 1 – 9 of 9) sorted by relevance
| /petsc/doc/developers/ |
| H A D | kernel.md | 256 :end-at: '#define PetscFree7' 258 :start-at: '#define PetscFree7'
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 220 PetscCall(PetscFree7(fieldname, nlocal, bs, dims, fec_type, idxs, Ufield)); in DMSetUpGLVisViewer_Plex()
|
| H A D | plextree.c | 1377 PetscCall(PetscFree7(sizes, weights, pointsRef, pointsReal, work, workIndRow, workIndCol)); in DMPlexComputeAnchorMatrix_Tree_Direct() 2808 PetscCall(PetscFree7(offsets, offsetsCopy, newOffsets, newOffsetsCopy, rowOffsets, numD, numO)); in DMPlexComputeInterpolatorTree() 4054 PetscCall(PetscFree7(offsets, offsetsCopy, newOffsets, newOffsetsCopy, rowOffsets, numD, numO)); in DMPlexTransferVecTree_Interpolate()
|
| H A D | plexsubmesh.c | 1926 …PetscCall(PetscFree7(splitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitP… in DMPlexConstructCohesiveCells_Internal()
|
| H A D | plexcreate.c | 2434 PetscCall(PetscFree7(ledges, vertices, rvertices, vert, rvert, vstart, vtmp)); in DMPlexCreateHypercubicMesh_Internal()
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 266 PetscCall(PetscFree7(ImV, H, bmat, workscalar, workreal, sing, ipiv)); in TSGLLESchemeCreate()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 381 PetscCall(PetscFree7(A, b, w, x, sing, workscalar, workreal)); in DMAdaptInterpolator()
|
| /petsc/include/ |
| H A D | petscsys.h | 1198 #define PetscFree7(m1, m2, m3, m4, m5, m6, m7) PetscFreeA(7, __LINE__, PETSC_FUNCTION_NAME, __FILE_… macro
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1634 PetscCall(PetscFree7(v0, pv0, J, Jinv, L, work, iwork)); in PetscDualSpaceCreateAllDataFromInteriorData()
|