Home
last modified time | relevance | path

Searched refs:PetscMalloc6 (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/field/tutorials/
H A Dex1.c47 …PetscCall(PetscMalloc6(n * nc, &B, n * nc, &rB, n * nc * dim, &D, n * nc * dim, &rD, n * nc * dim … in TestEvaluate()
90 …PetscCall(PetscMalloc6(N, &B, N, &rB, N * dim, &D, N * dim, &rD, N * dim * dim, &H, N * dim * dim,… in TestEvaluateFE()
133 …PetscCall(PetscMalloc6(N, &B, N, &rB, N * dim, &D, N * dim, &rD, N * dim * dim, &H, N * dim * dim,… in TestEvaluateFV()
/petsc/src/dm/dt/tests/
H A Dex4.c35 …PetscCall(PetscMalloc6(nFunc, &ids, nFunc, &idsCopy, nFunc, &idsCopy2, nFunc * dim, &vals, nFunc *… in CheckSymmetry()
/petsc/src/vec/vec/utils/
H A Dcomb.c50 …PetscCall(PetscMalloc6(MAXOPS, &(*sr)->lvalues, MAXOPS, &(*sr)->gvalues, MAXOPS, &(*sr)->invecs, M… in PetscSplitReductionCreate()
256 …PetscCall(PetscMalloc6(2 * maxops, &sr->lvalues, 2 * maxops, &sr->gvalues, 2 * maxops, &sr->reduce… in PetscSplitReductionExtend()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c217 …PetscCall(PetscMalloc6(m2, &dat->rootdispls, m2, &dat->rootcounts, m2, &dat->rootweights, n2, &dat… in PetscSFSetUp_Neighbor()
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx376 …PetscCall(PetscMalloc6(user->VPERE * npoints, &phi, user->VPERE * npoints, &dphi[0], user->VPERE *… in ComputeMatrix_MOAB()
/petsc/src/dm/impls/da/
H A Dgrglvis.c261 …PetscCall(PetscMalloc6(dof, &fec_type, dof, &nlocal, dof, &bss, dof, &dims, dof, &fieldname, dof, … in DMSetUpGLVisViewer_DMDA()
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c371 …PetscCall(PetscMalloc6(pipegcr->mmax + 1, &pipegcr->pvecs, pipegcr->mmax + 1, &pipegcr->ppvecs, pi… in KSPSetUp_PIPEGCR()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c482 …PetscCall(PetscMalloc6(coordDim * numComponents * 2, &gradsum, coordDim * numComponents, &interpol… in InterpolateGradient()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1504 …PetscCall(PetscMalloc6(numComponents, &funcVal, numComponents, &interpolant, coordDim * (Nq + 1), … in DMPlexComputeL2DiffLocal()
1621 …PetscCall(PetscMalloc6(numComponents, &funcVal, coordDim * (Nq + 1), &coords, coordDim * coordDim … in DMComputeL2GradientDiff_Plex()
1916 …PetscCall(PetscMalloc6(numComponents, &funcVal, numComponents, &interpolant, coordDim * Nq, &coord… in DMPlexComputeL2DiffVec()
2037 …PetscCall(PetscMalloc6(Nc * cdim, &interpolant, mNc * cdim, &minterpolant, cdim * (Nq + 1), &coord… in DMPlexComputeL2FluxDiffVecLocal()
2188 …PetscCall(PetscMalloc6(Nc * 2, &valsum, Nc, &interpolant, cdim * Nq, &coords, Nq, &fegeom.detJ, cd… in DMPlexComputeClementInterpolant()
2321 …PetscCall(PetscMalloc6(coordDim * numComponents * 2, &gradsum, coordDim * numComponents, &interpol… in DMPlexComputeGradientClementInterpolant()
7041 …PetscCall(PetscMalloc6(numCells * totDim, &u, (locX_t ? (size_t)numCells * totDim : 0), &u_t, numC… in DMPlexComputeJacobianActionByKey()
H A Dplextree.c1159 …PetscCall(PetscMalloc6(spdim, &v0, spdim, &v0parent, spdim, &vtmp, spdim * spdim, &J, spdim * spdi… in DMPlexComputeAnchorMatrix_Tree_Direct()
2839 …PetscCall(PetscMalloc6(dim, &v0, dim, &v0parent, dim, &vtmp, dim * dim, &J, dim * dim, &Jparent, d… in DMPlexComputeInjectorReferenceTree()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c128 …PetscCall(PetscMalloc6(r, &scheme->alpha, r, &scheme->beta, r, &scheme->gamma, 3 * s, &scheme->phi… in TSGLLESchemeCreate()
/petsc/include/
H A Dpetscsys.h891 #define PetscMalloc6(m1, r1, m2, r2, m3, r3, m4, r4, m5, r5, m6, r6) \ macro
/petsc/src/dm/dt/interface/
H A Ddtweakform.c968 PetscCall(PetscMalloc6(Nk, &keys, Nk, &names, Nk, &values, Nk, &idx1, Nk, &idx2, Nk, &idx)); in PetscWeakFormViewTable_Ascii()
H A Ddtds.c518 …PetscCall(PetscMalloc6(NsMax * NqMax * NcMax, &prob->f0, NsMax * NqMax * NcMax * dimEmbed, &prob->… in PetscDSSetUp()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1124 PetscCall(PetscMalloc6(s * s, &t->At, s, &t->bt, s, &t->ct, s * s, &t->A, s, &t->b, s, &t->c)); in TSARKIMEXRegister()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c695 …PetscCall(PetscMalloc6(MkT, &workT, MkT, &workT2, MkF, &workF, MkF, &workF2, Nk, &work, Nk, &work2… in PetscLagNodeIndicesTensor()