Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c821 static PetscErrorCode TSGLLEGetMaxSizes(TS ts, PetscInt *max_r, PetscInt *max_s) in TSGLLEGetMaxSizes() argument
826 *max_r = gl->schemes[gl->nschemes - 1]->r; in TSGLLEGetMaxSizes()
834 PetscInt i, k, its, lits, max_r, max_s; in TSSolve_GLLE() local
841 PetscCall(TSGLLEGetMaxSizes(ts, &max_r, &max_s)); in TSSolve_GLLE()
843 for (i = 1; i < max_r; i++) PetscCall(VecZeroEntries(gl->X[i])); in TSSolve_GLLE()
1009 PetscInt max_r, max_s; in TSReset_GLLE() local
1013 PetscCall(TSGLLEGetMaxSizes(ts, &max_r, &max_s)); in TSReset_GLLE()
1014 PetscCall(VecDestroyVecs(max_r, &gl->Xold)); in TSReset_GLLE()
1015 PetscCall(VecDestroyVecs(max_r, &gl->X)); in TSReset_GLLE()
1088 PetscInt max_r, max_s; in TSSetUp_GLLE() local
[all …]