Lines Matching refs:enorm
12 PetscReal enorm, enorma, enormr, hfac_lte, hfac_ltea, hfac_lter, h_lte, safety; in TSAdaptChoose_GLEE() local
37 PetscCall(TSErrorWeightedENorm(ts, E, X, X, adapt->wnormtype, &enorm, &enorma, &enormr)); in TSAdaptChoose_GLEE()
45 PetscCall(TSErrorWeightedNorm(ts, X, Y, adapt->wnormtype, &enorm, &enorma, &enormr)); in TSAdaptChoose_GLEE()
48 if (enorm < 0) { in TSAdaptChoose_GLEE()
57 if (enorm > 1. || enorma > 1. || enormr > 1.) { in TSAdaptChoose_GLEE()
60 …]] [%g, %g, %g], accepting because step size %g is at minimum\n", (double)enorm, (double)enorma, (… in TSAdaptChoose_GLEE()
63 …, %g], accepting step of size %g because always_accept is set\n", (double)enorm, (double)enorma, (… in TSAdaptChoose_GLEE()
66 … absolute, relative]] [%g, %g, %g], rejecting step of size %g\n", (double)enorm, (double)enorma, (… in TSAdaptChoose_GLEE()
70 …, absolute, relative] [%g, %g, %g], accepting step of size %g\n", (double)enorm, (double)enorma, (… in TSAdaptChoose_GLEE()
82 if (enorm > 0) { in TSAdaptChoose_GLEE()
96 if (enorm > 0) { in TSAdaptChoose_GLEE()
109 *wlte = enorm; in TSAdaptChoose_GLEE()