mesh-adaptation / goalie

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

Enable C linting rules (excl C901) #204

Closed ddundo closed 1 week ago

ddundo commented 1 week ago

Partially addresses #165.

I enabled C linting rules but added C901 ("function is too complex") to the ignore list. I addressed the easy errors, but addressing C901 errors requires more thought/time and these functions are anyway all likely going to be reorganised (soon?) as per our discussion in #189.