Home
last modified time | relevance | path

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

/petsc/src/snes/impls/vi/
H A Dvi.c138 if (snes->ntruebounds) tmp = ((double)(fact[0] + fact[1])) / ((double)snes->ntruebounds); in SNESMonitorVI()
546 …PetscCallMPI(MPIU_Allreduce(&cnt, &snes->ntruebounds, 1, MPIU_INT, MPI_SUM, PetscObjectComm((Petsc… in SNESVISetVariableBounds_VI()
/petsc/include/petsc/private/
H A Dsnesimpl.h173 PetscInt ntruebounds; /* number of non-infinite bounds set for VI box constraints */ member