Lines Matching refs:TSGLLEViewTable_Private
309 static PetscErrorCode TSGLLEViewTable_Private(PetscViewer viewer, PetscInt m, PetscInt n, const Pet… in TSGLLEViewTable_Private() function
340 PetscCall(TSGLLEViewTable_Private(viewer, 1, sc->s, sc->c, "Abscissas c")); in TSGLLESchemeView()
342 PetscCall(TSGLLEViewTable_Private(viewer, sc->s, sc->s, sc->a, "A")); in TSGLLESchemeView()
343 PetscCall(TSGLLEViewTable_Private(viewer, sc->r, sc->s, sc->b, "B")); in TSGLLESchemeView()
344 PetscCall(TSGLLEViewTable_Private(viewer, sc->s, sc->r, sc->u, "U")); in TSGLLESchemeView()
345 PetscCall(TSGLLEViewTable_Private(viewer, sc->r, sc->r, sc->v, "V")); in TSGLLESchemeView()
347 PetscCall(TSGLLEViewTable_Private(viewer, 3, sc->s, sc->phi, "Error estimate phi")); in TSGLLESchemeView()
348 PetscCall(TSGLLEViewTable_Private(viewer, 3, sc->r, sc->psi, "Error estimate psi")); in TSGLLESchemeView()
349 PetscCall(TSGLLEViewTable_Private(viewer, 1, sc->r, sc->alpha, "Modify alpha")); in TSGLLESchemeView()
350 PetscCall(TSGLLEViewTable_Private(viewer, 1, sc->r, sc->beta, "Modify beta")); in TSGLLESchemeView()
351 PetscCall(TSGLLEViewTable_Private(viewer, 1, sc->r, sc->gamma, "Modify gamma")); in TSGLLESchemeView()
352 PetscCall(TSGLLEViewTable_Private(viewer, 1, sc->s, sc->stage_error, "Stage error xi")); in TSGLLESchemeView()