Searched refs:Accept (Results 1 – 2 of 2) sorted by relevance
38 …TSGLLEAcceptFn *Accept; /* Decides whether to accept a given time step, given estimates of local t… member
772 gl->Accept = r; in TSGLLESetAcceptType_GLLE()951 PetscCall((*gl->Accept)(ts, ts->max_time - gl->stage_time, h, enorm, &accept)); in TSSolve_GLLE()1103 if (!gl->Accept) PetscCall(TSGLLESetAcceptType(ts, TSGLLEACCEPT_ALWAYS)); in TSSetUp_GLLE()