Searched refs:PetscMalloc7 (Results 1 – 8 of 8) sorted by relevance
| /petsc/doc/developers/ |
| H A D | kernel.md | 236 :end-at: '#define PetscMalloc7' 238 :start-at: '#define PetscMalloc7'
|
| /petsc/doc/changes/ |
| H A D | 35.md | 33 `PetscMalloc7()`, `PetscNew()`, and `PetscNewLog()` have
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 137 …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 D | dmproject.c | 273 …PetscCall(PetscMalloc7(Nc * maxcols, &A, PetscMax(Nc, maxcols), &b, Nc, &w, maxcols, &x, maxcols, … in DMAdaptInterpolator()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1219 …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 D | plexsubmesh.c | 1273 …PetscCall(PetscMalloc7(depth + 1, &splitIS, depth + 1, &unsplitIS, depth + 1, &numSplitPoints, dep… in DMPlexConstructCohesiveCells_Internal()
|
| /petsc/include/ |
| H A D | petscsys.h | 957 #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 D | dspacelagrange.c | 1544 …PetscCall(PetscMalloc7(dim, &v0, dim, &pv0, dim * dim, &J, dim * dim, &Jinv, Nk * Nk, &L, maxNzfor… in PetscDualSpaceCreateAllDataFromInteriorData()
|