Home
last modified time | relevance | path

Searched refs:PetscFree7 (Results 1 – 9 of 9) sorted by relevance

/petsc/doc/developers/
H A Dkernel.md256 :end-at: '#define PetscFree7'
258 :start-at: '#define PetscFree7'
/petsc/src/dm/impls/plex/
H A Dplexglvis.c220 PetscCall(PetscFree7(fieldname, nlocal, bs, dims, fec_type, idxs, Ufield)); in DMSetUpGLVisViewer_Plex()
H A Dplextree.c1377 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 Dplexsubmesh.c1926 …PetscCall(PetscFree7(splitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitP… in DMPlexConstructCohesiveCells_Internal()
H A Dplexcreate.c2434 PetscCall(PetscFree7(ledges, vertices, rvertices, vert, rvert, vstart, vtmp)); in DMPlexCreateHypercubicMesh_Internal()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c266 PetscCall(PetscFree7(ImV, H, bmat, workscalar, workreal, sing, ipiv)); in TSGLLESchemeCreate()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c381 PetscCall(PetscFree7(A, b, w, x, sing, workscalar, workreal)); in DMAdaptInterpolator()
/petsc/include/
H A Dpetscsys.h1198 #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 Ddspacelagrange.c1634 PetscCall(PetscFree7(v0, pv0, J, Jinv, L, work, iwork)); in PetscDualSpaceCreateAllDataFromInteriorData()