dolfin.fem.assembling_local moduleΒΆ

Functions:

Module docstring:

This module provides functionality for cell-wise assembly of forms in Python, corresponding to the C++ LocalSolver functionality.

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