Home
last modified time | relevance | path

Searched refs:PetscMalloc7 (Results 1 – 8 of 8) sorted by relevance

/petsc/doc/developers/
H A Dkernel.md236 :end-at: '#define PetscMalloc7'
238 :start-at: '#define PetscMalloc7'
/petsc/doc/changes/
H A D35.md33 `PetscMalloc7()`, `PetscNew()`, and `PetscNewLog()` have
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c137 …PetscCall(PetscMalloc7(PetscSqr(r), &ImV, 3 * s, &H, 3 * ss, &bmat, lwork, &workscalar, 5 * (3 + r… in TSGLLESchemeCreate()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c273 …PetscCall(PetscMalloc7(Nc * maxcols, &A, PetscMax(Nc, maxcols), &b, Nc, &w, maxcols, &x, maxcols, … in DMAdaptInterpolator()
/petsc/src/dm/impls/plex/
H A Dplextree.c1219 …PetscCall(PetscMalloc7(fSize, &sizes, nPoints * Nc, &weights, spdim * nPoints, &pointsRef, spdim *… in DMPlexComputeAnchorMatrix_Tree_Direct()
2133 …PetscCall(PetscMalloc7(maxFields + 1, &offsets, maxFields + 1, &offsetsCopy, maxFields + 1, &newOf… in DMPlexComputeInterpolatorTree()
3826 …PetscCall(PetscMalloc7(maxFields, &offsets, maxFields, &offsetsCopy, maxFields, &newOffsets, maxFi… in DMPlexTransferVecTree_Interpolate()
H A Dplexsubmesh.c1273 …PetscCall(PetscMalloc7(depth + 1, &splitIS, depth + 1, &unsplitIS, depth + 1, &numSplitPoints, dep… in DMPlexConstructCohesiveCells_Internal()
/petsc/include/
H A Dpetscsys.h957 #define PetscMalloc7(m1, r1, m2, r2, m3, r3, m4, r4, m5, r5, m6, r6, m7, r7) \ macro
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1544 …PetscCall(PetscMalloc7(dim, &v0, dim, &pv0, dim * dim, &J, dim * dim, &Jinv, Nk * Nk, &L, maxNzfor… in PetscDualSpaceCreateAllDataFromInteriorData()