.. Documentation for the header file dolfin/fem/assemble_local.h .. _programmers_reference_cpp_fem_assemble_local: assemble_local.h ================ .. note:: The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded. .. cpp:function:: void assemble_local(Eigen::Matrix& A_e, const Form& a, const Cell& cell) Assemble form to local tensor on a cell (Eigen version for pybind11) .. cpp:function:: void assemble_local(const Form& a, const Cell& cell, std::vector& tensor) Assemble form to local tensor on a cell (Legacy version for SWIG)