Searched refs:MATPREALLOCATOR (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex230.c | 32 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in ex1_nonsquare_bs1() 134 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in ex2_square_bsvariable()
|
| /petsc/src/mat/interface/ |
| H A D | matregis.c | 245 PetscCall(MatRegister(MATPREALLOCATOR, MatCreate_Preallocator)); in MatRegisterAll()
|
| /petsc/src/mat/impls/preallocator/ |
| H A D | matpreallocator.c | 284 PetscCall(PetscObjectChangeTypeName((PetscObject)A, MATPREALLOCATOR)); in MatCreate_Preallocator()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | gdsw.c | 261 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in PCMGGDSWCreateCoarseSpace_Private()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 160 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatAXPY_Basic_Preallocate()
|
| H A D | gcreate.c | 649 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatSetPreallocationCOO_Basic()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 527 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in DMCreateMatrix_Stag()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 514 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 D | petscmat.pxi | 74 PetscMatType MATPREALLOCATOR
|
| H A D | Mat.pyx | 81 PREALLOCATOR = S_(MATPREALLOCATOR)
|
| /petsc/include/ |
| H A D | petscmat.h | 117 #define MATPREALLOCATOR "preallocator" macro
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 803 PetscCall(MatSetType(P, MATPREALLOCATOR)); in DMCreateMatrix_DA_IS()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 95 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in MatPreallocateWithMats_Private()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1846 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in PCPatchCreateMatrix_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3108 PetscCall(MatSetType(preallocator, MATPREALLOCATOR)); in DMPlexComputeInterpolatorNested() 3203 PetscCall(MatSetType(interp, MATPREALLOCATOR)); in DMPlexComputeInterpolatorGeneral()
|