https://github.com/feelpp/feelpp
Raw File
Tip revision: 884d26feaabd8664f5fbf5a9cc29377d9cd026bb authored by Thomas Saigre on 12 December 2023, 14:58:13 UTC
Merge branch '2139-add-maxpy-and-mdot-support' of github.com:feelpp/feelpp into 2139-add-maxpy-and-mdot-support
Tip revision: 884d26f
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