Searched refs:c_a (Results 1 – 1 of 1) sorted by relevance
2397 MatScalar *a_new, *mat_a, *c_a; in MatCreateSubMatrix_SeqAIJ() local2513 …PetscCall(MatSeqAIJGetArrayWrite(C, &c_a)); // Not 'c->a', since that raw usage ignores offload st… in MatCreateSubMatrix_SeqAIJ()2520 mat_a = PetscSafePointerPlusOffset(c_a, mat_i); in MatCreateSubMatrix_SeqAIJ()2541 mat_a = PetscSafePointerPlusOffset(c_a, mat_i); in MatCreateSubMatrix_SeqAIJ()2545 PetscCall(MatSeqAIJRestoreArrayWrite(C, &c_a)); in MatCreateSubMatrix_SeqAIJ()