Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/impls/lcl/
H A Dlcl.c96 PetscInt lo, hi, nlocalstate, nlocaldesign; in TaoSetup_LCL() local
122 PetscCall(ISGetLocalSize(tao->design_is, &nlocaldesign)); in TaoSetup_LCL()
124 PetscCall(VecSetSizes(lclP->V, nlocaldesign, lclP->n - lclP->m)); in TaoSetup_LCL()