pymordemos.analyze_pickle

Module Contents

pymordemos.analyze_pickle.convergence(reduced_data: str = REDUCED_DATA, detailed_data: str = Argument(..., help='File containing the high-dimensional model and the reductor.'), samples: int = SAMPLES, error_norm: str = ERROR_NORM, ndim: int = Option(None, help='Number of reduced basis dimensions for which to estimate the error.'))[source]
pymordemos.analyze_pickle.histogram(reduced_data: str = REDUCED_DATA, samples: int = SAMPLES, detailed_data: str = Option(None, help='File containing the high-dimensional model and the reductor.'), error_norm: str = ERROR_NORM)[source]
pymordemos.analyze_pickle.ERROR_NORM[source]
pymordemos.analyze_pickle.REDUCED_DATA[source]
pymordemos.analyze_pickle.SAMPLES[source]
pymordemos.analyze_pickle.app[source]