Searched refs:glee_use_local (Results 1 – 3 of 3) sorted by relevance
26 if (!glee->Y && adapt->glee_use_local) { in TSAdaptChoose_GLEE()34 …if (adapt->glee_use_local) PetscCall(VecAXPY(E, -1.0, glee->Y)); /* local error = current error - … in TSAdaptChoose_GLEE()75 if (*accept == PETSC_TRUE && adapt->glee_use_local) { in TSAdaptChoose_GLEE()
272 if (adapt->glee_use_local) { in TSAdaptView()778 …ses local error estimation for step control", "", adapt->glee_use_local, &adapt->glee_use_local, &… in TSAdaptSetFromOptions()1158 adapt->glee_use_local = PETSC_TRUE; in TSAdaptCreate()
368 PetscBool glee_use_local; /* GLEE adaptor uses global or local error */ member