The FEniCS Form Compiler
Homepage Repository PyPI Python
pip install fenics-ffc==2019.1.0.post0
FFC is a compiler for finite element variational forms. From a
high-level description of the form, it generates efficient low-level
C++ code that can be used to assemble the corresponding discrete
operator (tensor). In particular, a bilinear form may be assembled
into a matrix and a linear form may be assembled into a vector. FFC
may be used either from the command line (by invoking the ffc
command) or as a Python module (import ffc
).
FFC is part of the FEniCS Project.
For more information, visit http://www.fenicsproject.org
We are currently working on a highly experimental version of FFC at: https://github.com/FEniCS/ffcx
Documentation can be viewed at http://fenics-ffc.readthedocs.org/.
We use Bitbucket Pipelines and Atlassian Bamboo to perform automated testing.
Code coverage reports can be viewed at https://coveralls.io/bitbucket/fenics-project/ffc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.