m (Update a few links) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{preliminary}} <!-- Do not remove --> |
||
− | |||
[[Category:Software]] |
[[Category:Software]] |
||
== Synopsis == |
== Synopsis == |
||
− | [[File:Rbnics.png|200px|right| |
+ | [[File:Rbnics.png|200px|right|RBniCS]] |
− | [https:// |
+ | The [https://www.rbnicsproject.org/ <b>RBniCS</b>] Project contains an implementation in [https://www.fenicsproject.org/ <b>FEniCS</b>] 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". |
<b>RBniCS</b> 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 <b>FEniCS</b>-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. |
<b>RBniCS</b> 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 <b>FEniCS</b>-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. |
||
Line 14: | Line 12: | ||
<blockquote> |
<blockquote> |
||
− | [ |
+ | [https://www.springer.com/us/book/9783319224695 J. S. Hesthaven, G. Rozza, B. Stamm. <b>Certified Reduced Basis Methods for Parametrized Partial Differential Equations</b>. SpringerBriefs in Mathematics. Springer International Publishing, 2015] |
</blockquote> |
</blockquote> |
||
Line 24: | Line 22: | ||
Docker images with pre-installed library and its dependencies is available. |
Docker images with pre-installed library and its dependencies is available. |
||
+ | Online interactive runs are also possible through [https://colab.research.google.com/ Google Colab] and [https://argos.sissa.it/tutorials ARGOS]. |
||
== Features == |
== Features == |
||
Line 34: | Line 33: | ||
* unsteady steady Stokes and Navier-Stokes problems, |
* unsteady steady Stokes and Navier-Stokes problems, |
||
* optimal control problems (elliptic and Stokes), |
* optimal control problems (elliptic and Stokes), |
||
− | * extensible interface to add your own problem |
+ | * extensible interface to add your own problem. |
Available reduction methods: |
Available reduction methods: |
||
Line 43: | Line 42: | ||
* extensible interface to add your own method (see tutorials). |
* extensible interface to add your own method (see tutorials). |
||
− | Several |
+ | Several [https://www.rbnicsproject.org/tutorials.html tutorials] are provided with the library. |
== Links == |
== Links == |
||
− | + | GitHub.com repository: https://github.com/RBniCS/RBniCS |
|
− | |||
− | GitHub.com mirror repository: http://github.com/mathLab/RBniCS |
||
− | Website: |
+ | Website: https://www.rbnicsproject.org/ |
== References == |
== References == |
||
Line 65: | Line 62: | ||
} |
} |
||
− | and cite the [ |
+ | and cite the [https://www.rbnicsproject.org/ RBniCS website]. |
− | A list of scientific publications involving <b>RBniCS</b> is available [https:// |
+ | A list of scientific publications involving <b>RBniCS</b> is available [https://www.rbnicsproject.org/publications.html on our website]. |
== Contact == |
== Contact == |
Latest revision as of 17:57, 18 August 2020
Synopsis
The RBniCS Project contains 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:
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. Online interactive runs are also possible through Google Colab and ARGOS.
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.
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 with the library.
Links
GitHub.com repository: https://github.com/RBniCS/RBniCS
Website: https://www.rbnicsproject.org/
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 on our website.