Searched refs:structure_only (Results 1 – 9 of 9) sorted by relevance
1828 if (A->structure_only) { in MatView_SeqBAIJ_ASCII()2126 if (!A->structure_only) ap = aa + bs2 * ai[row]; in MatSetValuesBlocked_SeqBAIJ()2135 if (!A->structure_only) { in MatSetValuesBlocked_SeqBAIJ()2153 if (A->structure_only) goto noinsert2; in MatSetValuesBlocked_SeqBAIJ()2183 if (A->structure_only) { in MatSetValuesBlocked_SeqBAIJ()2193 if (!A->structure_only) { in MatSetValuesBlocked_SeqBAIJ()2236 if (!A->structure_only) PetscCall(PetscArraymove(ap - bs2 * fshift, ap, bs2 * N)); in MatAssemblyEnd_SeqBAIJ()2247 if (A->structure_only) { in MatAssemblyEnd_SeqBAIJ()2269 …if (!A->structure_only) PetscCall(MatCheckCompressedRow(A, a->nonzerorowcnt, &a->compressedrow, a-… in MatAssemblyEnd_SeqBAIJ()2460 if (!A->structure_only) ap = PetscSafePointerPlusOffset(aa, bs2 * ai[brow]); in MatSetValues_SeqBAIJ()[all …]
419 if (!A->structure_only) ap = PetscSafePointerPlusOffset(aa, ai[row]); in MatSetValues_SeqAIJ()428 if (v && !A->structure_only) value = roworiented ? v[l + k * n] : v[k + l * m]; in MatSetValues_SeqAIJ()429 …if (!A->structure_only && value == 0.0 && ignorezeroentries && is == ADD_VALUES && row != col) con… in MatSetValues_SeqAIJ()442 if (!A->structure_only) { in MatSetValues_SeqAIJ()455 if (A->structure_only) { in MatSetValues_SeqAIJ()466 if (!A->structure_only) { in MatSetValues_SeqAIJ()498 if (!A->structure_only) { in MatSetValues_SeqAIJ_SortedFullNoPreallocation()550 if (A->structure_only) { in MatSeqAIJSetTotalPreallocation()578 if (!A->structure_only) { in MatSetValues_SeqAIJ_SortedFull()711 if (A->structure_only) { in MatView_SeqAIJ_ASCII()[all …]
169 if ((nz != 0) & !A->structure_only) { in MatSeqBAIJMKL_create_mkl_handle()
250 …PetscBool structure_only; /* Flag indicating the DMCreateMatrix() create matrix n… member
483 PetscBool structure_only; member
145 if (a->nz && aa && !A->structure_only) { in MatSeqAIJMKL_create_mkl_handle()
661 if (da->structure_only) PetscCall(MatSetOption(A, MAT_STRUCTURE_ONLY, PETSC_TRUE)); in DMCreateMatrix_DA()
1636 dm->structure_only = only; in DMSetMatrixStructureOnly()
6148 mat->structure_only = flg; in MatSetOption()