Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex32.c38 PetscCall(PetscCalloc6(n, &X, n, &X1, n, &XR, n, &XSO, n, &Y, n, &Z)); in main()
/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c38 …PetscCall(PetscCalloc6(N * dimEmbed * dimEmbed, &g->suppJ[0], N * dimEmbed * dimEmbed, &g->suppJ[1… in PetscFEGeomCreate()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c76 …PetscCall(PetscCalloc6(pod->maxn * pod->maxn, &pod->corr, pod->maxn, &pod->eigs, pod->maxn * pod->… in KSPGuessSetUp_POD()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c912 …PetscCall(PetscCalloc6(Nc, &field, cdim * Nc, &gradient, cdim * Nq, &coords, Nq, &fegeom.detJ, cdi… in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/include/
H A Dpetscsys.h923 #define PetscCalloc6(m1, r1, m2, r2, m3, r3, m4, r4, m5, r5, m6, r6) \ macro
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c926 …PetscCall(PetscCalloc6(depth + 1, &depthRecv, depth + 1, &depthShift, depth + 1, &depthIdx, DM_NUM… in DMPlexStratifyMigrationSF()
H A Dplexfem.c1747 …PetscCall(PetscCalloc6(totNc, &funcVal, totNc, &interpolant, dE * (Nq + 1), &coords, Nq, &fegeom.d… in DMComputeL2FieldDiff_Plex()
/petsc/src/dm/dt/interface/
H A Ddtds.c377 …PetscCall(PetscCalloc6(Nf + 1, &prob->offCohesive[0], Nf + 1, &prob->offCohesive[1], Nf + 1, &prob… in PetscDSSetUp()
/petsc/src/mat/impls/is/
H A Dmatis.c855 …PetscCall(PetscCalloc6(nr, &isrow, nc, &iscol, nr, &islrow, nc, &islcol, nr * nc, &snest, nr * nc,… in MatConvert_Nest_IS()