snek5000.output.print_stdout#

Load and parse stdout from Nek5000.

Classes

PrintStdOut([output, path_file])

Parse standard output log files.

class snek5000.output.print_stdout.PrintStdOut(output=None, path_file=None)[source]#

Parse standard output log files.

property path_file#
property text#
load(pressure_solver='gmres')[source]#

Load time data from the log file

plot_dt_cfl()[source]#

Plot the evolution of the time step and the CFL number

plot_nb_iterations()[source]#

Plot the evolution of the number of iterations for the Poisson solver