Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c63 PetscCall(MatDestroy(&lqn->StY_triu_strict)); in MatLMVMDQNResetDestructive()
110 if (lqn->StY_triu_strict) PetscCall(MatZeroEntries(lqn->StY_triu_strict)); in MatReset_LMVMDQN_Internal()
491 PetscCall(MatDestroyThenCopy(blqn->StY_triu_strict, &mlqn->StY_triu_strict)); in MatCopy_LMVMDQN()
1070 …if (!ldfp->temp_mat) PetscCall(MatDuplicate(ldfp->StY_triu_strict, MAT_SHARE_NONZERO_PATTERN, &ldf… in MatGetRTDR()
1071 PetscCall(MatCopy(ldfp->StY_triu_strict, ldfp->temp_mat, SAME_NONZERO_PATTERN)); in MatGetRTDR()
1078 PetscCall(MatDenseGetLocalMatrix(ldfp->StY_triu_strict, &StY_local)); in MatGetRTDR()
1101 if (!ldfp->StY_triu_strict) { in MatLMVMDDFPUpdateSolveData()
1102 PetscCall(MatDuplicate(ldfp->YtS_triu, MAT_SHARE_NONZERO_PATTERN, &ldfp->StY_triu_strict)); in MatLMVMDDFPUpdateSolveData()
1138 PetscCall(MatMove_LR3(B, ldfp->StY_triu_strict, m_keep)); in MatLMVMDDFPUpdateSolveData()
1140 PetscCall(MatGetLocalSize(ldfp->StY_triu_strict, &m_local, NULL)); in MatLMVMDDFPUpdateSolveData()
[all …]
H A Ddenseqn.h16 Mat StY_triu_strict; // strict_triu(YtS) is the R matrix member