Home
last modified time | relevance | path

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

/petsc/src/ts/impls/glee/
H A Dglee.c780 char gleetype[256]; in TSSetFromOptions_GLEE() local
790 PetscCall(PetscStrncpy(gleetype, TSGLEEDefaultType, sizeof(gleetype))); in TSSetFromOptions_GLEE()
794 … of GLEE method", "TSGLEESetType", (const char *const *)namelist, count, gleetype, &choice, &flg)); in TSSetFromOptions_GLEE()
795 PetscCall(TSGLEESetType(ts, flg ? namelist[choice] : gleetype)); in TSSetFromOptions_GLEE()
811 TSGLEEType gleetype; in TSView_GLEE() local
813 PetscCall(TSGLEEGetType(ts, &gleetype)); in TSView_GLEE()
814 PetscCall(PetscViewerASCIIPrintf(viewer, " GLEE type %s\n", gleetype)); in TSView_GLEE()
851 PetscErrorCode TSGLEESetType(TS ts, TSGLEEType gleetype) in TSGLEESetType() argument
855 PetscAssertPointer(gleetype, 2); in TSGLEESetType()
856 PetscTryMethod(ts, "TSGLEESetType_C", (TS, TSGLEEType), (ts, gleetype)); in TSGLEESetType()
[all …]