mesh-adaptation / goalie

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

Pass adaptation params directly to fixed point iteration #205

Closed ddundo closed 4 months ago

ddundo commented 4 months ago

Closes #203.

With this PR:

  1. options.MetricParameters are dropped since they were not actually used and default metric parameters are handled by Animate anyway
  2. Adaptation parameters are now passed directly to fixed_point_iteration
  3. GoalOrientedParameters is renamed to GoalOrientedAdaptParameters to be consistent with AdaptParameters