Skip to content

abdallahhassaballah/ffcx

 
 

FFC-X: The FEniCS Form Compiler (experimental)

image

Documentation Status

image

FFC-X is an experimental version of FEniCS FFC which is being actively developed, but is not ready for production use. Many new experimental features may come and go as development proceeds.

FFC-X 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-X is part of the FEniCS Project.

For more information, visit http://www.fenicsproject.org

Documentation

Documentation can be viewed at http://fenics-ffcx.readthedocs.org/.

License

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/>.

About

Next generation FEniCS Form Compiler

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.8%
  • C 10.2%