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.

void assemble_local(Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> &A_e, const Form &a, const Cell &cell)

Assemble form to local tensor on a cell (Eigen version for pybind11)

void assemble_local(const Form &a, const Cell &cell, std::vector<double> &tensor)

Assemble form to local tensor on a cell (Legacy version for SWIG)