Home
last modified time | relevance | path

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

/petsc/src/snes/impls/vi/
H A Dvi.c276 PetscInt *idx_act, i, nlocal, nloc_isact = 0, ilow, ihigh, i1 = 0; in SNESVIGetActiveSetIS() local
288 …alPart(x[i]) < PetscRealPart(xu[i]) - zerotolerance) || PetscRealPart(f[i]) >= 0.0))) nloc_isact++; in SNESVIGetActiveSetIS()
291 PetscCall(PetscMalloc1(nloc_isact, &idx_act)); in SNESVIGetActiveSetIS()
299 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)snes), nloc_isact, idx_act, PETSC_OWN_POINT… in SNESVIGetActiveSetIS()