.. Documentation for the header file dolfin/fem/assemble.h .. _programmers_reference_cpp_fem_assemble: assemble.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(GenericTensor& A, const Form& a) Assemble tensor .. cpp:function:: void assemble_system(GenericMatrix& A, GenericVector& b, const Form& a, const Form& L) Assemble system (A, b) .. cpp:function:: void assemble_system(GenericMatrix& A, GenericVector& b, const Form& a, const Form& L, const DirichletBC& bc) Assemble system (A, b) and apply Dirichlet boundary condition .. cpp:function:: void assemble_system(GenericMatrix& A, GenericVector& b, const Form& a, const Form& L, const std::vector bcs) Assemble system (A, b) and apply Dirichlet boundary conditions .. cpp:function:: void assemble_system(GenericMatrix& A, GenericVector& b, const Form& a, const Form& L, const std::vector bcs, const GenericVector& x0) Assemble system (A, b) on sub domains and apply Dirichlet boundary conditions .. cpp:function:: double assemble(const Form& a) Assemble scalar