Searched refs:factorprefix (Results 1 – 5 of 5) sorted by relevance
759 if (prefix != A->factorprefix) { in MatSetOptionsPrefixFactor()760 PetscCall(PetscFree(A->factorprefix)); in MatSetOptionsPrefixFactor()761 PetscCall(PetscStrallocpy(prefix, &A->factorprefix)); in MatSetOptionsPrefixFactor()763 } else PetscCall(PetscFree(A->factorprefix)); in MatSetOptionsPrefixFactor()797 if (!A->factorprefix) { in MatAppendOptionsPrefixFactor()803 PetscCall(PetscStrlen(A->factorprefix, &len1)); in MatAppendOptionsPrefixFactor()806 PetscCall(PetscRealloc(new_len * sizeof(*A->factorprefix), &A->factorprefix)); in MatAppendOptionsPrefixFactor()807 PetscCall(PetscStrncpy(A->factorprefix + len1, prefix, len2 + 1)); in MatAppendOptionsPrefixFactor()1461 PetscCall(PetscFree((*A)->factorprefix)); in MatDestroy()4851 if (mat->factorprefix) PetscCall(MatSetOptionsPrefix(*f, mat->factorprefix)); in MatGetFactor()
477 PetscCall(PetscFree(A->factorprefix)); in MatHeaderMerge()
510 …char *factorprefix; /* the prefix to use with factored matrix that is cr… member
203 PetscCall(PetscFree(C->factorprefix)); in MatDestroySubMatrices_SeqBAIJ()
2702 PetscCall(PetscFree(C->factorprefix)); in MatDestroySubMatrices_SeqAIJ()