Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c300 for (i = 0; i < gl->nschemes; i++) { in TSGLLEDestroy_Default()
304 gl->nschemes = 0; in TSGLLEDestroy_Default()
438 gl->nschemes = 0; in TSGLLECreate_IRKS()
464 PetscCall(TSGLLESchemeCreate(1, 1, 2, 2, c, *a, *b, *u, *v, &gl->schemes[gl->nschemes++])); in TSGLLECreate_IRKS()
491 PetscCall(TSGLLESchemeCreate(2, 2, 3, 3, c, *a, *b, *u, *v, &gl->schemes[gl->nschemes++])); in TSGLLECreate_IRKS()
520 PetscCall(TSGLLESchemeCreate(3, 3, 4, 4, c, *a, *b, *u, *v, &gl->schemes[gl->nschemes++])); in TSGLLECreate_IRKS()
558 PetscCall(TSGLLESchemeCreate(4, 4, 5, 5, c, *a, *b, *u, *v, &gl->schemes[gl->nschemes++])); in TSGLLECreate_IRKS()
602 PetscCall(TSGLLESchemeCreate(5, 5, 6, 6, c, *a, *b, *u, *v, &gl->schemes[gl->nschemes++])); in TSGLLECreate_IRKS()
800 for (i = 0, n = 0; i < gl->nschemes; i++) { in TSGLLEChooseNextScheme()
813 …PetscCheck(cur >= 0 && gl->nschemes > cur, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Current scheme not fo… in TSGLLEChooseNextScheme()
[all …]
H A Dglle.h51 PetscInt nschemes; member