The FEniCSx Form Compiler
Project description
FFCx: The FEniCSx Form Compiler
FFCx is a new version of the FEniCS Form Compiler. It is being actively developed and is compatible with DOLFINx.
FFCx 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
).
FFCx is part of the FEniCS Project. For more information, visit https://www.fenicsproject.org
Installation
To install FFCx from PyPI:
$ pip install fenics-ffcx
To install FFCx from the source directory:
$ pip install .
Documentation
Documentation can be viewed at https://docs.fenicsproject.org/ffcx/main
Interface file installation only
FFCx provides the ufcx.h
interface header for finite element kernels,
used by DOLFINx. ufcx.h
is installed by FFCx within the Python site
packages, but it is sometimes helpful to install only the header file.
This can be done using cmake
:
$ cmake -B build-dir -S cmake/
$ cmake --build build-dir
$ cmake --install build-dir
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/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fenics_ffcx-0.9.0.tar.gz
.
File metadata
- Download URL: fenics_ffcx-0.9.0.tar.gz
- Upload date:
- Size: 127.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5690432fd8664cf2d31885388315c9c844b21ba558146ee0122c4d6ef322b4cf |
|
MD5 | 0c09c80207d2a0d98c8a7e4bcb0b6b5d |
|
BLAKE2b-256 | b58f4906fa0165b9a63a3a0f713c7284a9f2b351f4bcc40743002c21b77378f1 |
File details
Details for the file fenics_ffcx-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: fenics_ffcx-0.9.0-py3-none-any.whl
- Upload date:
- Size: 116.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16405a3b1162ec7694138b9a692d6aa9e30f559e8632b717e48f16fcfe9d406d |
|
MD5 | 6ce7124d903e1d06fa78e729cc2a900b |
|
BLAKE2b-256 | e2317100b908199b20ae3bfaefa4f69081d22357677b93ef6845a389e355b4c6 |