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 C linting rules (excl C901) #204

Closed ddundo closed 4 months ago

ddundo commented 5 months 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.