https://github.com/feelpp/feelpp
Raw File
Tip revision: 9af936a9858202923abcbf157d1eb06921d82c9d authored by Christophe Prud'homme on 13 March 2022, 23:15:50 UTC
Merge branch 'prudhomm/issue1804' into prudhomm/issue1806
Tip revision: 9af936a
COPYING.adoc
= Copyright (C) 2011-2017 Feel++ Consortium 
:feelpp: Feel++
:cpp: C++

{feelpp} stands for Finite Element Embedded Library and language in {cpp}.

== {feelpp} Library and Toolboxes

The {feelpp} library is in `feel/` +
The Toolboxes are in `toolbox/`

The {feelpp} libraries are copyrighted by the {feelpp} Consortium.
They are distributed under the terms of the Lesser GNU Public License(LGPLv3)
See the <<License.adoc#LGPLv3,License>>.

== {feelpp} applications, examples, testsuite and benchmarks

The directories are :

* `benchmarks/`
* `testsuite/`
* `doc/`
* `applications/`

The {feelpp} applications, examples, testsuite and benchmarks are copyrighted by the {feelpp} Consortium.
They are distributed under the terms of the GNU Public License(GPLv3).
See the <<License.adoc#GPLv3,License>>.


== contrib

=== contrib/eigen

Eigen is used for some linear algebra operations.

see <<contrib/eigen/COPYING.README>>
back to top