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-numberSelects 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-intervalsGrid interval count. [Required]
TRAINING-SAMPLES, --training-samplesNumber of samples used for training the reduced basis. [Required]
MODES, --modesNumber of basis functions for the RB space (generated with POD) [Required]
REDUCTOR-COUNT, --reductor-countReductor type for elliptic problems: 0: SimpleCoerciveReductor; 1: CoerciveRBReductor. For parabolic FOMs [3, 4] ParabolicRBReductor is used. [Required, Choices:
0,1]