Searched refs:TSMonitorLGCtxCreate (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 178 …PetscCall(TSMonitorLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, … in TSSetFromOptions() 189 …PetscCall(TSMonitorLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, … in TSSetFromOptions() 200 …PetscCall(TSMonitorLGCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_D… in TSSetFromOptions() 209 …PetscCall(TSMonitorLGCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_D… in TSSetFromOptions() 220 …PetscCall(TSMonitorLGCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_D… in TSSetFromOptions() 229 …PetscCall(TSMonitorLGCtxCreate(PetscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_D… in TSSetFromOptions() 388 …PetscCall(TSMonitorLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 600, 400, … in TSSetFromOptions()
|
| H A D | tsmon.c | 403 PetscErrorCode TSMonitorLGCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, in… in TSMonitorLGCtxCreate() function
|
| /petsc/src/ts/tutorials/ |
| H A D | extchemfield.c | 473 …PetscCall(TSMonitorLGCtxCreate(PETSC_COMM_SELF, NULL, label, PETSC_DECIDE, PETSC_DECIDE, 600, 400,… in MonitorCell()
|
| /petsc/include/ |
| H A D | petscts.h | 1023 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxCreate(MPI_Comm, const char[], const char[], int, int, in…
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 1059 TSMonitorLGCtxCreate(..., &ctx)
|