https://github.com/feelpp/feelpp
Raw File
Tip revision: af95ebee56ded70cd0f5594605be893a585e6b3d authored by Christophe Prud'homme on 29 March 2024, 12:12:36 UTC
Update pkg.yml
Tip revision: af95ebe
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