-
- Downloads
AMGStep: always setup dune-istl's AMG in `preprocess`
The `amg_` member initialized in the constructor is never used as `preprocess()` unconditionally resets it. We also create `fop_` only in `preprocess()` to have only one place when it is initialized.
Please register or sign in to comment