Lines Matching refs:howoften

164     PetscInt  howoften = 1;  in TSSetFromOptions()  local
168 …r_lg_solution", "Monitor solution graphically", "TSMonitorLGSolution", howoften, &howoften, NULL)); in TSSetFromOptions()
173 …TSMonitorLGCtxNetworkCreate(ts, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 600, 400, howoften, &ctx)); in TSSetFromOptions()
178 …torLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
186 PetscInt howoften = 1; in TSSetFromOptions() local
188 …ts_monitor_lg_error", "Monitor error graphically", "TSMonitorLGError", howoften, &howoften, NULL)); in TSSetFromOptions()
189 …torLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
197 PetscInt howoften = 1; in TSSetFromOptions() local
199 …timestep", "Monitor timestep size graphically", "TSMonitorLGTimeStep", howoften, &howoften, NULL)); in TSSetFromOptions()
200 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
206 PetscInt howoften = 1; in TSSetFromOptions() local
208 …_log", "Monitor log timestep size graphically", "TSMonitorLGTimeStep", howoften, &howoften, NULL)); in TSSetFromOptions()
209 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
217 PetscInt howoften = 1; in TSSetFromOptions() local
219 …terations for each timestep graphically", "TSMonitorLGSNESIterations", howoften, &howoften, NULL)); in TSSetFromOptions()
220 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
226 PetscInt howoften = 1; in TSSetFromOptions() local
228 …iterations for each timestep graphically", "TSMonitorLGKSPIterations", howoften, &howoften, NULL)); in TSSetFromOptions()
229 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions()
235 PetscInt howoften = 1; in TSSetFromOptions() local
237 …tor eigenvalues of linearized operator graphically", "TSMonitorSPEig", howoften, &howoften, NULL)); in TSSetFromOptions()
238 …SPEigCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &ctx)); in TSSetFromOptions()
244 PetscInt howoften = 1, retain = 0; in TSSetFromOptions() local
253 … "Display particles phase space from the DMSwarm", "TSMonitorSPSwarm", howoften, &howoften, NULL)); in TSSetFromOptions()
257 …omm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, retain, phase, m… in TSSetFromOptions()
264 PetscInt howoften = 1, Ns = 1; in TSSetFromOptions() local
280 …", "Display particles histogram from the DMSwarm", "TSMonitorHGSwarm", howoften, &howoften, NULL)); in TSSetFromOptions()
284 …omm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, Ns, Nb, velocity… in TSSetFromOptions()
292 PetscInt howoften = 1; in TSSetFromOptions() local
294 …aw_solution", "Monitor solution graphically", "TSMonitorDrawSolution", howoften, &howoften, NULL)); in TSSetFromOptions()
295 …PetscObject)ts), NULL, "Computed Solution", PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &ctx)); in TSSetFromOptions()
320 PetscInt howoften = 1; in TSSetFromOptions() local
322 …onitor_draw_error", "Monitor error graphically", "TSMonitorDrawError", howoften, &howoften, NULL)); in TSSetFromOptions()
323 …ObjectComm((PetscObject)ts), NULL, "Error", PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &ctx)); in TSSetFromOptions()
330 PetscInt howoften = 1; in TSSetFromOptions() local
332 …orSetSolutionFunction() graphically", "TSMonitorDrawSolutionFunction", howoften, &howoften, NULL)); in TSSetFromOptions()
333 …NULL, "Solution provided by user function", PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &ctx)); in TSSetFromOptions()
376 PetscInt howoften = 1; in TSSetFromOptions() local
388 …eate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 600, 400, howoften, &rayctx->lgctx)); in TSSetFromOptions()