Home
last modified time | relevance | path

Searched refs:factorprefix (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/interface/
H A Dmatrix.c759 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()
/petsc/src/mat/utils/
H A Dgcreate.c477 PetscCall(PetscFree(A->factorprefix)); in MatHeaderMerge()
/petsc/include/petsc/private/
H A Dmatimpl.h510 …char *factorprefix; /* the prefix to use with factored matrix that is cr… member
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c203 PetscCall(PetscFree(C->factorprefix)); in MatDestroySubMatrices_SeqBAIJ()
/petsc/src/mat/impls/aij/seq/
H A Daij.c2702 PetscCall(PetscFree(C->factorprefix)); in MatDestroySubMatrices_SeqAIJ()