Searched refs:monfilename (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 339 char type[256], guesstype[256], monfilename[PETSC_MAX_PATH_LEN]; in KSPSetFromOptions() local 511 …rance for inner PC", "KSPMonitorDynamicTolerance", "stdout", monfilename, sizeof(monfilename), &fl… in KSPSetFromOptions() 526 …nitor_python", "Use Python function", "KSPMonitorSet", NULL, monfilename, sizeof(monfilename), &fl… in KSPSetFromOptions() 527 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)ksp, monfilename)); in KSPSetFromOptions()
|
| /petsc/src/tao/linesearch/interface/ |
| H A D | taolinesearch.c | 481 char type[256], monfilename[PETSC_MAX_PATH_LEN]; in TaoLineSearchSetFromOptions() local 504 …ble the basic monitor", "TaoLineSearchSetMonitor", "stdout", monfilename, sizeof(monfilename), &fl… in TaoLineSearchSetFromOptions() 506 PetscCall(PetscViewerASCIIOpen(PetscObjectComm((PetscObject)ls), monfilename, &monviewer)); in TaoLineSearchSetFromOptions()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 92 char monfilename[PETSC_MAX_PATH_LEN]; in TSSetFromOptions() local 159 …onitor_python", "Use Python function", "TSMonitorSet", NULL, monfilename, sizeof(monfilename), &fl… in TSSetFromOptions() 160 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)ts, monfilename)); in TSSetFromOptions() 338 …ame-%%03" PetscInt_FMT ".vts", "TSMonitorSolutionVTK", NULL, monfilename, sizeof(monfilename), &fl… in TSSetFromOptions() 342 PetscCall(TSMonitorSolutionVTKCtxCreate(monfilename, &ctx)); in TSSetFromOptions()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 966 char type[256], monfilename[PETSC_MAX_PATH_LEN], ewprefix[256]; in SNESSetFromOptions() local 1072 …itor_python", "Use Python function", "SNESMonitorSet", NULL, monfilename, sizeof(monfilename), &fl… in SNESSetFromOptions() 1073 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)snes, monfilename)); in SNESSetFromOptions()
|