Home
last modified time | relevance | path

Searched refs:storel2l (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dmatisimpl.h20 PetscBool storel2l; /* carry over local-to-local inherited in MatPtAP */ member
/petsc/src/mat/impls/is/
H A Dmatis.c88 …if (matis->storel2l) PetscCall(PetscObjectCompose((PetscObject)A, "_MatIS_PtAP_l2l", (PetscObject)… in MatPtAPNumeric_IS_XAIJ()
92 …if (matis->storel2l) PetscCall(PetscObjectCompose((PetscObject)C, "_MatIS_PtAP_l2l", (PetscObject)… in MatPtAPNumeric_IS_XAIJ()
1708 matis->storel2l = store; in MatISStoreL2L_IS()
3340 …local matrices generated from PtAP operations", "MatISStoreL2L", a->storel2l, &a->storel2l, NULL)); in MatSetFromOptions_IS()