void assemble_multimesh(GenericTensor &A, const MultiMeshForm &a)
Assemble tensor from multimesh form.
Definition: assemble.cpp:64
void assemble_system(GenericMatrix &A, GenericVector &b, const Form &a, const Form &L, std::vector< std::shared_ptr< const DirichletBC >> bcs)
Assemble system (A, b) and apply Dirichlet boundary conditions.
Definition: assemble.cpp:45