Searched refs:PetscCalloc6 (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 38 PetscCall(PetscCalloc6(n, &X, n, &X1, n, &XR, n, &XSO, n, &Y, n, &Z)); in main()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fegeom.c | 38 …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 D | pod.c | 76 …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 D | dmadapt.c | 912 …PetscCall(PetscCalloc6(Nc, &field, cdim * Nc, &gradient, cdim * Nq, &coords, Nq, &fegeom.detJ, cdi… in DMAdaptorComputeErrorIndicator_Gradient()
|
| /petsc/include/ |
| H A D | petscsys.h | 923 #define PetscCalloc6(m1, r1, m2, r2, m3, r3, m4, r4, m5, r5, m6, r6) \ macro
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 926 …PetscCall(PetscCalloc6(depth + 1, &depthRecv, depth + 1, &depthShift, depth + 1, &depthIdx, DM_NUM… in DMPlexStratifyMigrationSF()
|
| H A D | plexfem.c | 1747 …PetscCall(PetscCalloc6(totNc, &funcVal, totNc, &interpolant, dE * (Nq + 1), &coords, Nq, &fegeom.d… in DMComputeL2FieldDiff_Plex()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 377 …PetscCall(PetscCalloc6(Nf + 1, &prob->offCohesive[0], Nf + 1, &prob->offCohesive[1], Nf + 1, &prob… in PetscDSSetUp()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 855 …PetscCall(PetscCalloc6(nr, &isrow, nc, &iscol, nr, &islrow, nc, &islcol, nr * nc, &snest, nr * nc,… in MatConvert_Nest_IS()
|