##redbKIT : a MATLAB(R) library for reduced-order modeling of parametrized PDEs
redbKIT is a MATLAB library for finite element simulation and reduced-order modeling of Partial Differential Equations developed at EPFL - Chair of Modeling and Scientific Computing).
In particular, it includes straightforward implementations of many of the algorithms presented in the companion book:
redbKIT
consists of three main packages: RB_library
, FEM_library
and Problems
.
For further details please visit redbKIT website.
To install the library, please follow the instructions contained in the INSTALL file or visit redbKIT website.
redbKIT is distributed under BSD 2-clause license
Copyright (c) 2015-2016, Ecole Polytechnique Fédérale de Lausanne (EPFL) All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
redbKIT is developed and maintained by Federico Negri
(EPFL).
Paola Gervasio (Università degli Studi di Brescia) is gratefully acknowledged for granting the use of parts of the finite element code MLife.
Should you have any questions regarding redbKIT
, do not hesitate to contact us by email at redbkit@gmail.com.
We also encourage contributions that can help to improve the code or the documentation, and to make redbKIT
more useful.