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 "RBniCS"

m
Line 47: Line 47:
 
== Links ==
 
== Links ==
   
GitLab.com repository: http://github.com/RBniCS/RBniCS
+
GitLab.com repository: http://gitlab.com/RBniCS/RBniCS
   
 
GitHub.com mirror repository: http://github.com/mathLab/RBniCS
 
GitHub.com mirror repository: http://github.com/mathLab/RBniCS

Revision as of 14:39, 5 February 2019

Under Construction.png Note: This page has not been verified by our editors.

Synopsis

ithaca-sem box

RBniCS is an implementation in FEniCS of several reduced order modelling techniques (and, in particular, certified reduced basis method and Proper Orthogonal Decomposition-Galerkin methods) for parametrized problems. It is ideally suited for an introductory course on reduced basis methods and reduced order modelling, thanks to an object-oriented approach and an intuitive and versatile python interface. To this end, it has been employed in several doctoral courses on "Reduced Basis Methods for Computational Mechanics".

RBniCS can also be used as a basis for more advanced projects that would like to assess the capability of reduced order models in their existing FEniCS-based software, thanks to the availability of several reduced order methods (such as reduced basis and proper orthogonal decomposition) and algorithms (such as successive constraint method, empirical interpolation method) in the library.

This software is also a companion of the introductory reduced basis handbook:

J. S. Hesthaven, G. Rozza, B. Stamm. Certified Reduced Basis Methods for Parametrized Partial Differential Equations. SpringerBriefs in Mathematics. Springer International Publishing, 2015

Requirements

RBniCS requires

  • FEniCS (>= 2018.1.0, python 3), with PETSc, SLEPc, petsc4py and slepc4py for computations during the offline stage;
  • numpy and scipy for computations during the online stage.

Additional requirements are automatically handled during the setup.

Docker images with pre-installed library and its dependencies is available.

Features

Available problems:

  • elliptic coercive problems,
  • parabolic problems,
  • nonlinear elliptic and parabolic problems,
  • steady Stokes and Navier-Stokes problems,
  • unsteady steady Stokes and Navier-Stokes problems,
  • optimal control problems (elliptic and Stokes),
  • extensible interface to add your own problem (see tutorials).

Available reduction methods:

  • certified reduced basis for basis generation,
  • POD-Galerkin for basis generation,
  • EIM/DEIM for hyper-reduction,
  • SCM for stability factors computations,
  • extensible interface to add your own method (see tutorials).

Several tutorials are provided in the tutorials folder.

Links

GitLab.com repository: http://gitlab.com/RBniCS/RBniCS

GitHub.com mirror repository: http://github.com/mathLab/RBniCS

Website: http://mathlab.sissa.it/rbnics

References

If you use RBniCS in your work, please use the following citations to reference RBniCS

@book{HesthavenRozzaStamm2015,
 author    = {Hesthaven, Jan S. and Rozza, Gianluigi and Stamm, Benjamin},
 title     = {Certified Reduced Basis Methods for Parametrized Partial Differential Equations},
 publisher = {Springer International Publishing},
 year      = 2015,
 series    = {SpringerBriefs in Mathematics},
 isbn      = {978-3-319-22469-5}
}

and cite the RBniCS website.

A list of scientific publications involving RBniCS is available at this link.

Contact

Francesco Ballarin