Skip to content
Snippets Groups Projects
Commit cbe4bf96 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Merge branch 'feature/matrix-free' into 'master'

Feature matrix free solution of linear PDEs

This implements matrix free solution of linear PDEs. Some notes:

1. Right now the code simply uses BiCGSTAB from istl from istl for solving the linear systems. A more subtle solver setup should be postponed until the istl-ini factory arrived at PDELab.
1. Poisson DG doesn't converge. Tests with the convectiondiffusiondg lop from PDELab show that the hand written lop has the same behaviour. Because of that I turned off DG tests.
1. Right now nonlinear PDE's are not covered since PDELab doesn't seem to support nonlinear matrix free solutions. We probably have to adjust Newton first.

This merge request is related to #26 and I will update the issue accordingly.



See merge request !10
parents 07c8b249 6917da50
No related branches found
No related tags found
No related merge requests found
Showing
with 370 additions and 51 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment