dolfin.fem.assembling moduleΒΆ

Classes:

Functions:

Module docstring:

This module provides functionality for form assembly in Python, corresponding to the C++ assembly and PDE classes.

The C++ assemble function (renamed to cpp_assemble) is wrapped with an additional preprocessing step where code is generated using the FFC JIT compiler.

The C++ PDE classes are reimplemented in Python since the C++ classes rely on the dolfin::Form class which is not used on the Python side.