https://github.com/feelpp/feelpp
Raw File
Tip revision: 864688c45989b2ac5ae337be5c628101cc77c2a2 authored by Christophe Prud'homme on 01 June 2018, 06:44:26 UTC
fix compilation [ci skip]
Tip revision: 864688c
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