https://github.com/feelpp/feelpp
Raw File
Tip revision: dc6147cfc9983b7e2f9324dbaf01ef065bb6aa55 authored by Christophe Prud'homme on 17 May 2017, 20:20:38 UTC
bump up version from v0.103.0 to v0.104.0 [ci skip]
Tip revision: dc6147c
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