Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/tao/interface/
H A Dtaosolver.c403 char type[256], monfilename[PETSC_MAX_PATH_LEN]; in TaoSetFromOptions() local
449 …ution vector after each evaluation","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
451 ierr = PetscViewerASCIIOpen(comm,monfilename,&monviewer);CHKERRQ(ierr); in TaoSetFromOptions()
456 …dient vector after each evaluation","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
458 ierr = PetscViewerASCIIOpen(comm,monfilename,&monviewer);CHKERRQ(ierr); in TaoSetFromOptions()
462 …ection vector after each iteration","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
464 ierr = PetscViewerASCIIOpen(comm,monfilename,&monviewer);CHKERRQ(ierr); in TaoSetFromOptions()
474 …se the default convergence monitor","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
480 …itor with extra globalization info","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
486 …"Use the short convergence monitor","TaoSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoSetFromOptions()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/
H A Ditcl.c319 char type[256],guesstype[256],monfilename[PETSC_MAX_PATH_LEN]; in KSPSetFromOptions() local
497 …for PC if PC is a KSP","KSPMonitorDynamicTolerance","stdout",monfilename,sizeof(monfilename),&flg)… in KSPSetFromOptions()
511 …p_monitor_python","Use Python function","KSPMonitorSet",NULL,monfilename,sizeof(monfilename),&flg)… in KSPSetFromOptions()
512 if (flg) {ierr = PetscPythonMonitorSet((PetscObject)ksp,monfilename);CHKERRQ(ierr);} in KSPSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/tao/linesearch/interface/
H A Dtaolinesearch.c548 char type[256],monfilename[PETSC_MAX_PATH_LEN]; in TaoLineSearchSetFromOptions() local
572 …enable the basic monitor","TaoLineSearchSetMonitor","stdout",monfilename,sizeof(monfilename),&flg)… in TaoLineSearchSetFromOptions()
574 …ierr = PetscViewerASCIIOpen(PetscObjectComm((PetscObject)ls),monfilename,&monviewer);CHKERRQ(ierr); in TaoLineSearchSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dts.c134 char monfilename[PETSC_MAX_PATH_LEN]; in TSSetFromOptions() local
192 …ts_monitor_python","Use Python function","TSMonitorSet",NULL,monfilename,sizeof(monfilename),&flg)… in TSSetFromOptions()
193 if (flg) {ierr = PetscPythonMonitorSet((PetscObject)ts,monfilename);CHKERRQ(ierr);} in TSSetFromOptions()
332 …ry file, use filename-%%03D.vts","TSMonitorSolutionVTK",NULL,monfilename,sizeof(monfilename),&flg)… in TSSetFromOptions()
336 …if (!monfilename[0]) SETERRQ(PetscObjectComm((PetscObject)ts),PETSC_ERR_USER,"-ts_monitor_solution… in TSSetFromOptions()
338 ierr = PetscStrstr(monfilename,"%",(char**)&ptr);CHKERRQ(ierr); in TSSetFromOptions()
345 ierr = PetscStrallocpy(monfilename,&filetemplate);CHKERRQ(ierr); in TSSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/snes/interface/
H A Dsnes.c910 char type[256], monfilename[PETSC_MAX_PATH_LEN]; in SNESSetFromOptions() local
1005 …_monitor_python","Use Python function","SNESMonitorSet",NULL,monfilename,sizeof(monfilename),&flg)… in SNESSetFromOptions()
1006 if (flg) {ierr = PetscPythonMonitorSet((PetscObject)snes,monfilename);CHKERRQ(ierr);} in SNESSetFromOptions()