Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c295 …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 Dtsmon.c734 PetscErrorCode TSMonitorDrawCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, … in TSMonitorDrawCtxCreate() function
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1489 …PetscCall(TSMonitorDrawCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC… in TSAdjointSetFromOptions()
/petsc/include/
H A Dpetscts.h492 PETSC_EXTERN PetscErrorCode TSMonitorDrawCtxCreate(MPI_Comm, const char[], const char[], in…