Home
last modified time | relevance | path

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

/petsc/src/tao/complementarity/impls/asls/
H A Dasils.c62 asls->dxfree = NULL; in TaoSetUp_ASILS()
101 PetscCall(VecDestroy(&ssls->dxfree)); in TaoDestroy_ASILS()
222 … PetscCall(TaoVecGetSubVec(tao->stepdirection, asls->free, tao->subset_type, 0.0, &asls->dxfree)); in TaoSolve_ASILS()
223 PetscCall(VecSet(asls->dxfree, 0.0)); in TaoSolve_ASILS()
229 PetscCall(KSPSolve(tao->ksp, asls->r2, asls->dxfree)); in TaoSolve_ASILS()
234 PetscCall(VecISAXPY(tao->stepdirection, asls->free, 1.0, asls->dxfree)); in TaoSolve_ASILS()
301 asls->dxfree = NULL; in TaoCreate_ASILS()
H A Dasfls.c62 asls->dxfree = NULL; in TaoSetUp_ASFLS()
101 PetscCall(VecDestroy(&ssls->dxfree)); in TaoDestroy_ASFLS()
224 … PetscCall(TaoVecGetSubVec(tao->stepdirection, asls->free, tao->subset_type, 0.0, &asls->dxfree)); in TaoSolve_ASFLS()
225 PetscCall(VecSet(asls->dxfree, 0.0)); in TaoSolve_ASFLS()
231 PetscCall(KSPSolve(tao->ksp, asls->r2, asls->dxfree)); in TaoSolve_ASFLS()
236 PetscCall(VecISAXPY(tao->stepdirection, asls->free, 1.0, asls->dxfree)); in TaoSolve_ASFLS()
306 asls->dxfree = NULL; in TaoCreate_ASFLS()
/petsc/src/tao/complementarity/impls/ssls/
H A Dssls.h47 Vec dxfree; member