Home
last modified time | relevance | path

Searched refs:Jpre_sub (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/complementarity/impls/asls/
H A Dasils.c57 asls->Jpre_sub = NULL; in TaoSetUp_ASILS()
103 PetscCall(MatDestroy(&ssls->Jpre_sub)); in TaoDestroy_ASILS()
215 …scCall(TaoMatGetSubMat(tao->jacobian_pre, asls->free, asls->w, tao->subset_type, &asls->Jpre_sub)); in TaoSolve_ASILS()
217 PetscCall(MatDestroy(&asls->Jpre_sub)); in TaoSolve_ASILS()
218 asls->Jpre_sub = asls->J_sub; in TaoSolve_ASILS()
219 PetscCall(PetscObjectReference((PetscObject)asls->Jpre_sub)); in TaoSolve_ASILS()
228 PetscCall(KSPSetOperators(tao->ksp, asls->J_sub, asls->Jpre_sub)); in TaoSolve_ASILS()
294 asls->Jpre_sub = NULL; in TaoCreate_ASILS()
H A Dasfls.c58 asls->Jpre_sub = NULL; in TaoSetUp_ASFLS()
103 PetscCall(MatDestroy(&ssls->Jpre_sub)); in TaoDestroy_ASFLS()
217 …scCall(TaoMatGetSubMat(tao->jacobian_pre, asls->free, asls->w, tao->subset_type, &asls->Jpre_sub)); in TaoSolve_ASFLS()
219 PetscCall(MatDestroy(&asls->Jpre_sub)); in TaoSolve_ASFLS()
220 asls->Jpre_sub = asls->J_sub; in TaoSolve_ASFLS()
221 PetscCall(PetscObjectReference((PetscObject)asls->Jpre_sub)); in TaoSolve_ASFLS()
230 PetscCall(KSPSetOperators(tao->ksp, asls->J_sub, asls->Jpre_sub)); in TaoSolve_ASFLS()
299 asls->Jpre_sub = NULL; in TaoCreate_ASFLS()
/petsc/src/tao/complementarity/impls/ssls/
H A Dssls.h74 Mat J_sub, Jpre_sub; /* subset of jacobian */ member