Hi all, While using the AffineFEoperator, why doesn't something like the following work in parallel? ``` u, p = solve(solver,op) ``` Why is the extraction of matrices required?
Hi all,
While using the AffineFEoperator, why doesn't something like the following work in parallel?
u, p = solve(solver,op)Why is the extraction of matrices required?