Home
last modified time | relevance | path

Searched refs:PetscCalloc4 (Results 1 – 19 of 19) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/preallocator/
H A Dmatpreallocator.c41 ierr = PetscCalloc4(mbs, &p->dnz, mbs, &p->onz, mbs, &p->dnzu, mbs, &p->onzu);CHKERRQ(ierr); in MatSetUp_Preallocator()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c52 …ierr = PetscCalloc4(max_k,&agmres->Rshift,max_k,&agmres->Ishift,hes,&agmres->Rloc,(N+1)*4,&agmres-… in KSPSetUp_AGMRES()
54 …ierr = PetscCalloc4(N+1,&agmres->Scale,N+1,&agmres->sgn,N+1,&agmres->tloc,N+1,&agmres->temp);CHKER… in KSPSetUp_AGMRES()
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/ngmres/
H A Dsnesngmres.c64 …ierr = PetscCalloc4(hsize,&ngmres->h, msize,&ngmres->beta, msize,&ngmres->xi, hsize,&ngmres->q);CH… in SNESSetUp_NGMRES()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexorient.c502 ierr = PetscCalloc4(size, &recvcounts, size+1, &displs, size, &Nc, size+1, &Noff);CHKERRQ(ierr); in DMPlexOrient()
H A Dplexpartition.c1201 … ierr = PetscCalloc4(size, &scounts, size, &sdispls, size, &rcounts, size, &rdispls);CHKERRQ(ierr); in DMPlexPartitionLabelInvert()
H A Dplex.c1499 …ierr = PetscCalloc4(localSize/bs, &dnz, localSize/bs, &onz, localSize/bs, &dnzu, localSize/bs, &on… in DMCreateMatrix_Plex()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/baij/mpi/
H A Dbaijov.c92 ierr = PetscCalloc4(size,&w1,size,&w2,size,&w3,size,&w4);CHKERRQ(ierr); in MatIncreaseOverlap_MPIBAIJ_Once()
753 …ierr = PetscCalloc4(size,&w1,size,&w2,size,&w3,size,&w4);CHKERRQ(ierr); /* mesg size, initialize…
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/network/wash/
H A Dpipes1.c342 ierr = PetscCalloc4(nidx,&idx1,nidx,&idx2,nidx,&idx1_h,nidx,&idx2_h);CHKERRQ(ierr); in PipesView()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/adj/mpi/
H A Dmpiadj.c42 …ierr = PetscCalloc4(nlrows_mat,&ncols_send,nlrows_is,&xadj_recv,nlrows_is+1,&ncols_recv_offsets,nl… in MatCreateSubMatrix_MPIAdj_data()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/mpi/
H A Dmpiov.c498 ierr = PetscCalloc4(size,&w1,size,&w2,size,&w3,size,&w4);CHKERRQ(ierr); in MatIncreaseOverlap_MPIAIJ_Once()
574 ierr = PetscCalloc4(imax,&table, imax,&data, imax,&isz, M_BPB_imax,&t_p);CHKERRQ(ierr); in MatIncreaseOverlap_MPIAIJ_Once()
2195 …ierr = PetscCalloc4(size,&w1,size,&w2,size,&w3,size,&w4);CHKERRQ(ierr); /* mesg size, initialize… in MatCreateSubMatrices_MPIAIJ_Local()
H A Dmpiptap.c758 …ierr = PetscCalloc4(cmaxr,&apindices,cmaxr,&apvalues,cmaxr,&apvaluestmp,pon,&c_rmtc);CHKERRQ(ierr); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce()
932 …ierr = PetscCalloc4(cmaxr,&apindices,cmaxr,&apvalues,cmaxr,&apvaluestmp,pon,&c_rmtc);CHKERRQ(ierr); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce_merged()
H A Dmpiaij.c1686 ierr = PetscCalloc4(m,&dnnz,m,&onnz,m,&tdnnz,m,&tonnz);CHKERRQ(ierr); in MatPermute_MPIAIJ()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsys.h832 #define PetscCalloc4(m1,r1,m2,r2,m3,r3,m4,r4) PetscMallocA(4,PETSC_TRUE,__LINE__,PETSC_FUNCTION_NAM… macro
/dports/science/PETSc/petsc-3.14.1/src/tao/interface/
H A Dtaosolver.c2629 ierr = PetscCalloc4(na,&obj,na,&resid,na,&cnorm,na,&lits);CHKERRQ(ierr); in TaoSetConvergenceHistory()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/nest/
H A Dmatnest.c1780 …ierr = PetscCalloc4(nest->nr*nest->nc,&aii,nest->nr*nest->nc,&ajj,nest->nr*nest->nc,&avv,nest->nr*… in MatConvert_Nest_SeqAIJ_fast()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/
H A Dinode.c1194 ierr = PetscCalloc4(n,&rtmp1,n,&rtmp2,n,&rtmp3,n,&rtmp4);CHKERRQ(ierr); in MatLUFactorNumeric_SeqAIJ_Inode()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap6545 man:+PetscCalloc4++PetscCalloc4++++man+manualpages/Sys/PetscCalloc4.html#PetscCalloc4
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS6441 #define PetscCalloc4(832,27915
H A DCTAGS23827 PetscCalloc4 include/petscsys.h 832;" d language:C++