Dear All,

Hope you are having a great week.  Thank you for any help.

I am trying to make a minimal working example (please see MWE attached)
based on Step-15 (wihout refinement) using KINSOL with a fixed-point solver
that incorporates Anderson acceleration.  If I set the additional data
variable below to zero (around line 345-350 in attachment)

    additional_data.anderson_subspace_size = 0;

the code runs as expected (in terms of the printed residuals being the same
as those obtained without KINSOL in step-15's first mesh).  However, if I
bump the value of the anderson_subspace_size up to  1 (or 2 or 3) and have

    additional_data.anderson_subspace_size = 1;

I run into a segmentation fault.  I am probably missing something here, but
have tried different additions/adjustments with no luck.  Please help.
Thank you for your time.


Best,
Dan Brauss

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAK3AGqDE2yVBBGsizZsE%3DQERV4k9eWBf1fudW%2BOCK5FoJnuYfQ%40mail.gmail.com.

Attachment: mwe_using_step-15.cc
Description: Binary data

Reply via email to