firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake
MIT License
4 stars 1 forks source link

PETSc defaults #58

Open colinjcotter opened 2 years ago

colinjcotter commented 2 years ago

Firedrake sets some default options for SNES and KSP, but we are now only going through the Firedrake options interface in the block solves. We should check what defaults Firedrake sets (especially for SNES) and choose which of these to set for asQ (probably a very minimal set).