assemble_system

dolfin.cpp.fem.assemble_system()

Assemble system (A, b) on sub domains and apply Dirichlet boundary conditions

Parameters:
  • & A (GenericMatrix) –
  • & b (GenericVector) –
  • Form & a (const) –
  • Form & L (const) –
  • std::shared_ptr< const DirichletBC >> bcs (std::vector<) –
  • GenericVector & x0 (const) –
Return type:

void