Anonymous
×
Create a new article
Write your page title here:
We currently have 105 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



MOR Wiki

Difference between revisions of "MORB"

m (explain MORB acronym)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
   
 
== mini-MORB (snapshot of MATLAB prototype) ==
 
== mini-MORB (snapshot of MATLAB prototype) ==
A MATLAB prototype for linear-time-invariant (LTI) systems is largely operational. An example [https://morwiki.mpi-magdeburg.mpg.de/morwiki/index.php/File:CdPlayer_n120m2q2.pdf report] for the [[CD Player]] benchmark is provided. Code can be found on [https://zenodo.org/record/8093833 Zenodo] and an accompanying report on [https://arxiv.org/abs/2307.00137 arXiv].
+
A MATLAB prototype for linear-time-invariant, first-order systems (LTI-FOS) is largely operational. An example [https://morwiki.mpi-magdeburg.mpg.de/morwiki/index.php/File:CdPlayer_n120m2q2.pdf report] for the [[CD Player]] benchmark is provided.
  +
  +
Please also see the [https://onlinelibrary.wiley.com/doi/10.1002/pamm.202300147 report] published in [https://onlinelibrary.wiley.com/journal/16177061 PAMM], as well as the accompanying [https://zenodo.org/record/8093833 code] hosted at [https://zenodo.org Zenodo].
  +
  +
<nowiki>
  +
@article{BenLS23,
  +
title = {Towards a benchmark framework for model order reduction in the {{Mathematical Research Data Initiative}} ({{MaRDI}})},
  +
author = {Benner, Peter and Lund, Kathryn and Saak, Jens},
  +
year = {2023},
  +
journal = {Proceeding Appl. Math. Mech.},
  +
doi = {10.1002/pamm.202300147},
  +
pages = {e202300147},
  +
volume = 23,
  +
number = 3
  +
}
  +
  +
@misc{mini-MORB,
  +
title = {mini-{{MORB}} ({{Model Order Reduction Benchmarker}})},
  +
author = {Lund, Kathryn and Saak, Jens and Benner, Peter},
  +
year = {2023},
  +
doi = {10.5281/zenodo.8093832}
  +
}
  +
</nowiki>

Latest revision as of 15:20, 3 June 2024

A model order reduction benchmark (MORB) tool is currently under development. It is a demonstrator of the generic benchmark framework (MaRDIMark) developed for Task Area 2 of the Mathematical Research Data Initiative (MaRDI) and will serve as an example of how to fairly compare different implementations of algorithms across a standardized benchmark set for scientific computing.

Overview

An overview of MaRDI and MORB are provided in the poster, which was presented at Model Reduction and Surrogate Modeling (MORE), 19-23 September 2022, Berlin, Germany.

Morb2022.pdf

mini-MORB (snapshot of MATLAB prototype)

A MATLAB prototype for linear-time-invariant, first-order systems (LTI-FOS) is largely operational. An example report for the CD Player benchmark is provided.

Please also see the report published in PAMM, as well as the accompanying code hosted at Zenodo.

 @article{BenLS23,
     title = {Towards a benchmark framework for model order reduction in the {{Mathematical Research Data Initiative}} ({{MaRDI}})},
     author = {Benner, Peter and Lund, Kathryn and Saak, Jens},
     year = {2023},
     journal = {Proceeding Appl. Math. Mech.},
     doi = {10.1002/pamm.202300147},
     pages = {e202300147},
     volume = 23,
     number = 3
 }

 @misc{mini-MORB,
     title = {mini-{{MORB}} ({{Model Order Reduction Benchmarker}})},
     author = {Lund, Kathryn and Saak, Jens and Benner, Peter},
     year = {2023},
     doi = {10.5281/zenodo.8093832}
 }