You should use an iterative solver for solving your problem. The default solver used in dolfin is an LU solver, that does not scale well with number of dofs or in parallel.
See for instance:
and
You should use an iterative solver for solving your problem. The default solver used in dolfin is an LU solver, that does not scale well with number of dofs or in parallel.
See for instance:
and