mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
2 stars 0 forks source link

Enable B linting rules #193

Closed ddundo closed 4 months ago

ddundo commented 4 months ago

Partially addresses #165.

The only potentially important change is that I removed ABC as the base class from FunctionData. We might want to do add it back in the future (maybe during #117).