Searched refs:TSGLLESchemeCreate (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 104 static PetscErrorCode TSGLLESchemeCreate(PetscInt p, PetscInt q, PetscInt r, PetscInt s, const Pets… in TSGLLESchemeCreate() function 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()
|