Home
last modified time | relevance | path

Searched refs:MATPREALLOCATOR (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/tests/
H A Dex230.c32 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in ex1_nonsquare_bs1()
134 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in ex2_square_bsvariable()
/petsc/src/mat/interface/
H A Dmatregis.c245 PetscCall(MatRegister(MATPREALLOCATOR, MatCreate_Preallocator)); in MatRegisterAll()
/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c284 PetscCall(PetscObjectChangeTypeName((PetscObject)A, MATPREALLOCATOR)); in MatCreate_Preallocator()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c261 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in PCMGGDSWCreateCoarseSpace_Private()
/petsc/src/mat/utils/
H A Daxpy.c160 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatAXPY_Basic_Preallocate()
H A Dgcreate.c649 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatSetPreallocationCOO_Basic()
/petsc/src/dm/impls/stag/
H A Dstag.c527 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in DMCreateMatrix_Stag()
/petsc/doc/manual/
H A Dmat.md514 special `MatType`, `MATPREALLOCATOR` that helps make computing this information more straightforwar…
518 …tations. We hope to simplify this process in the future, allowing the removal of `MATPREALLOCATOR`,
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi74 PetscMatType MATPREALLOCATOR
H A DMat.pyx81 PREALLOCATOR = S_(MATPREALLOCATOR)
/petsc/include/
H A Dpetscmat.h117 #define MATPREALLOCATOR "preallocator" macro
/petsc/src/dm/impls/da/
H A Dfdda.c803 PetscCall(MatSetType(P, MATPREALLOCATOR)); in DMCreateMatrix_DA_IS()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c95 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatPreallocateWithMats_Private()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1846 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in PCPatchCreateMatrix_Private()
/petsc/src/dm/impls/plex/
H A Dplexfem.c3108 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in DMPlexComputeInterpolatorNested()
3203 PetscCall(MatSetType(interp, MATPREALLOCATOR)); in DMPlexComputeInterpolatorGeneral()