pymordemos.function_ei

Module Contents

pymordemos.function_ei.main(ei_snapshots: int = Argument(..., help='Number of snapshots for empirical interpolation.'), ei_size: int = Argument(..., help='Number of interpolation DOFs.'), snapshots: int = Argument(..., help='Number of snapshots for basis generation.'), rb_size: int = Argument(..., help='Size of the reduced basis.'), grid: int = Option(100, help='Use grid with 4*NI*NI elements'), plot_ei_err: bool = Option(False, help='Plot empirical interpolation error.'), plot_solutions: bool = Option(False, help='Plot some example solutions.'), test: int = Option(10, help='Number of snapshots to use for stochastic error estimation.'))[source]

Reduction of a problem without parameter separability using empirical interpolation.