Lines Matching refs:structure_only
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()
1123 if (!A->structure_only) PetscCall(PetscArraymove(ap - fshift, ap, N)); in MatAssemblyEnd_SeqAIJ()
1133 if (A->structure_only) { in MatAssemblyEnd_SeqAIJ()
1153 …if (!A->structure_only) PetscCall(MatCheckCompressedRow(A, a->nonzerorowcnt, &a->compressedrow, a-… in MatAssemblyEnd_SeqAIJ()
3929 if (B->structure_only) { in MatSeqAIJSetPreallocation_SeqAIJ()