Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsctao_deprecations.h37 …tatic inline PetscErrorCode TaoSetSeparableObjectiveWeights(Tao tao, Vec sigma_v, PetscInt n, Pets… in TaoSetSeparableObjectiveWeights() argument
39 return TaoSetResidualWeights(tao, sigma_v, n, rows, cols, vals); in TaoSetSeparableObjectiveWeights()
/petsc/src/tao/interface/
H A Dtaosolver_fg.c377 PetscErrorCode TaoSetResidualWeights(Tao tao, Vec sigma_v, PetscInt n, PetscInt *rows, PetscInt *co… in TaoSetResidualWeights() argument
383 if (sigma_v) PetscValidHeaderSpecific(sigma_v, VEC_CLASSID, 2); in TaoSetResidualWeights()
384 PetscCall(PetscObjectReference((PetscObject)sigma_v)); in TaoSetResidualWeights()
386 tao->res_weights_v = sigma_v; in TaoSetResidualWeights()