Skip to content
/ ffcx Public
forked from FEniCS/ffcx

Next generation FEniCS Form Compiler

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

vsujeesh/ffcx

 
 

FFC-X: The FEniCS Form Compiler

image

Documentation Status

image

FFC-X is a new version of the FEniCS Form Compiler. It is being actively developed and is compatible with DOLFIN-X.

FFC-X is a compiler for finite element variational forms. From a high-level description of the form in the Unified Form Language (UFL), 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. FFCX may be used either from the command line (by invoking the ffcx command) or as a Python module (import ffcx).

FFC-X is part of the FEniCS Project. For more information, visit https://www.fenicsproject.org

Documentation

Documentation can be viewed at https://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 <https://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%