Home
last modified time | relevance | path

Searched refs:PetscCalloc5 (Results 1 – 13 of 13) sorted by relevance

/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c66 …PetscCall(PetscCalloc5(numVertices, &x, numVertices, &y, numVertices, &z, numVertices * PetscSqr(d… in DMAdaptMetric_Pragmatic_Plex()
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c217 …PetscCall(PetscCalloc5(m * m, &corr, m, &s_values, blas_lwork, &work, 3 * m - 2, &rwork, m, &scrat… in KSPGuessFormGuess_Fischer_3()
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c151 …PetscCall(PetscCalloc5(nfields, &socket->window, nfields, &socket->windowtitle, nfields, &socket->… in PetscViewerGLVisSetFields_GLVis()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c48 …PetscCall(PetscCalloc5(hh, &gmres->hh_origin, hes, &gmres->hes_origin, rs, &gmres->rs_origin, cc, … in KSPSetUp_GMRES()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcscalingbasic.c461 …PetscCall(PetscCalloc5(deluxe_ctx->seq_n, &deluxe_ctx->seq_scctx, deluxe_ctx->seq_n, &deluxe_ctx->… in PCBDDCScalingSetUp_Deluxe_Private()
/petsc/src/ksp/ksp/impls/cg/gltr/
H A Dgltr.c910 …PetscCall(PetscCalloc5(max_its, &cg->diag, max_its, &cg->offd, max_its, &cg->alpha, max_its, &cg->… in KSPCGSetUp_GLTR()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c184 …PetscCall(PetscCalloc5(NBUS * nc, &bus, NGEN * nc, &gen, NLOAD * nc, &load, NBRANCH * nc + (nc - 1… in read_data()
/petsc/src/dm/impls/network/
H A Dnetwork.c14 …PetscCall(PetscCalloc5(header->maxcomps, &header->size, header->maxcomps, &header->key, header->ma… in SetUpNetworkHeaderComponentValue()
1385 …PetscCall(PetscCalloc5(header->maxcomps, &compsize, header->maxcomps, &compkey, header->maxcomps, … in DMNetworkAddComponent()
/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c166 …PetscCall(PetscCalloc5(imax, &table, imax, &data, imax, &isz, Mbs * imax, &d_p, (Mbs / PETSC_BITS_… in MatIncreaseOverlap_MPIBAIJ_Once()
/petsc/include/
H A Dpetscsys.h859 #define PetscCalloc5(m1, r1, m2, r2, m3, r3, m4, r4, m5, r5) \ macro
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c310 …PetscCall(PetscCalloc5(max_fszs * nidx, &rows_data_ptr, nidx, &rows_data, nidx, &rows_pos_i, nfrom… in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
621 PetscCall(PetscCalloc5(imax, &table, imax, &data, imax, &isz, Mimax, &d_p, M_BPB_imax, &t_p)); in MatIncreaseOverlap_MPIAIJ_Once()
H A Dmpiptap.c795 …PetscCall(PetscCalloc5(cmaxr, &apindices, cmaxr, &apvalues, cmaxr, &apvaluestmp, pn, &dcc, pn, &oc… in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce()
/petsc/src/dm/interface/
H A Ddm.c7778 …PetscCall(PetscCalloc5(ul->Nl, &ul->names, ul->Nl, &ul->indices, ul->Nl + 1, &ul->offsets, ul->Nl … in DMUniversalLabelCreate()