output_error_estimationΒΆ

pymor-demo output_error_estimation FOM-NUMBER GRID-INTERVALS TRAINING-SAMPLES MODES REDUCTOR-COUNT

Example script for using output error estimation.

Parameters:

FOM-NUMBER, --fom-number

Selects FOMs [0, 1, 2] for elliptic problems and [3, 4] for parabolic problems with scalar and vector valued outputs. [Required, Choices: 0, 1, 2, 3, 4]

GRID-INTERVALS, --grid-intervals

Grid interval count. [Required]

TRAINING-SAMPLES, --training-samples

Number of samples used for training the reduced basis. [Required]

MODES, --modes

Number of basis functions for the RB space (generated with POD) [Required]

REDUCTOR-COUNT, --reductor-count

Reductor type for elliptic problems: 0: SimpleCoerciveReductor; 1: CoerciveRBReductor. For parabolic FOMs [3, 4] ParabolicRBReductor is used. [Required, Choices: 0, 1]