Searched refs:TSMonitorDrawCtxCreate (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 295 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, "Computed Solution", PETS… in TSSetFromOptions() 309 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC… in TSSetFromOptions() 323 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, "Error", PETSC_DECIDE, PE… in TSSetFromOptions() 333 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, "Solution provided by use… in TSSetFromOptions()
|
| H A D | tsmon.c | 734 PetscErrorCode TSMonitorDrawCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, … in TSMonitorDrawCtxCreate() function
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1489 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC… in TSAdjointSetFromOptions()
|
| /petsc/include/ |
| H A D | petscts.h | 492 PETSC_EXTERN PetscErrorCode TSMonitorDrawCtxCreate(MPI_Comm, const char[], const char[], in…
|