Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c37 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatView_LMVMDQN() local
44 PetscCall(SymBroydenRescaleView(lqn->rescale, pv)); in MatView_LMVMDQN()
45 …x : %" PetscInt_FMT ", Y^T x: %" PetscInt_FMT "\n", lqn->S_count, lqn->St_count, lqn->Y_count, lq… in MatView_LMVMDQN()
52 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatLMVMDQNResetDestructive() local
55 PetscCall(MatDestroy(&lqn->HY)); in MatLMVMDQNResetDestructive()
56 PetscCall(MatDestroy(&lqn->BS)); in MatLMVMDQNResetDestructive()
57 PetscCall(MatDestroy(&lqn->StY_triu)); in MatLMVMDQNResetDestructive()
58 PetscCall(MatDestroy(&lqn->YtS_triu)); in MatLMVMDQNResetDestructive()
59 PetscCall(VecDestroy(&lqn->StFprev)); in MatLMVMDQNResetDestructive()
60 PetscCall(VecDestroy(&lqn->Fprev_ref)); in MatLMVMDQNResetDestructive()
[all …]
H A Dcd_utils.c177 Mat_DQN *lqn = (Mat_DQN *)lmvm->ctx; in MatMove_LR3() local
182 if (!lqn->temp_mat) PetscCall(MatDuplicate(R, MAT_SHARE_NONZERO_PATTERN, &lqn->temp_mat)); in MatMove_LR3()
187 PetscCall(MatDenseGetLocalMatrix(lqn->temp_mat, &local_temp)); in MatMove_LR3()