ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Phasefield fix / ThunderEgg cleanup #197

Closed scottaiton closed 2 years ago

scottaiton commented 2 years ago

Phasefield wasn't converging because I switched from using BiCGStab to CG for the patch iterative solver, and never added an option for switching between the two. Phasefield still converges with the BiCGStab patch solver.

scottaiton commented 2 years ago

Things should be fixed now with the latest ThunderEgg