Searched refs:prealloc_only (Results 1 – 9 of 9) sorted by relevance
190 (*dmAdapt)->prealloc_only = dm->prealloc_only; /* maybe this should go .... */ in DMAdaptLabel()262 (*dmAdapt)->prealloc_only = dm->prealloc_only; /* maybe this should go .... */ in DMAdaptMetric()
140 (*newdm)->prealloc_only = dm->prealloc_only; in DMClone()898 … not set column indices", "DMSetMatrixPreallocateOnly", dm->prealloc_only, &dm->prealloc_only, NUL… in DMSetFromOptions()1614 dm->prealloc_only = only; in DMSetMatrixPreallocateOnly()4156 (*M)->prealloc_only = dm->prealloc_only; in DMConvert()
72 PetscBool prealloc_only; member
249 …PetscBool prealloc_only; /* Flag indicating the DMCreateMatrix() should only pre… member
811 PetscCall(MatPreallocatorPreallocate(P, (PetscBool)!da->prealloc_only, lJ)); in DMCreateMatrix_DA_IS()885 if (!da->prealloc_only) { in DMCreateMatrix_DA_2d_MPISELL()991 if (!da->prealloc_only) { in DMCreateMatrix_DA_3d_MPISELL()1105 if (!da->prealloc_only) { in DMCreateMatrix_DA_2d_MPIAIJ()1225 if (!da->prealloc_only) { in DMCreateMatrix_DA_2d_MPIAIJ_Fill()1349 if (!da->prealloc_only) { in DMCreateMatrix_DA_3d_MPIAIJ()1470 if (!da->prealloc_only) { in DMCreateMatrix_DA_1d_MPIAIJ_Fill()1587 if (!da->prealloc_only) { in DMCreateMatrix_DA_1d_MPIAIJ()1649 if (!da->prealloc_only) { in DMCreateMatrix_DA_1d_SeqAIJ_NoPreallocation()1741 if (!da->prealloc_only) { in DMCreateMatrix_DA_2d_MPIBAIJ()[all …]
131 if (dm->prealloc_only) PetscFunctionReturn(PETSC_SUCCESS); in DMCreateMatrix_Composite_AIJ()
548 if (!dm->prealloc_only) { in DMCreateMatrix_Stag()
4885 …if (plex->prealloc_only != dm->prealloc_only) plex->prealloc_only = dm->prealloc_only; /* maybe th… in DMCreateMatrix_pforest()
2928 PetscBool fillMatrix = (PetscBool)(!dm->prealloc_only && !isMatIS); in DMCreateMatrix_Plex()