mesh-adaptation / goalie

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

Pass adaptation params directly to fixed point iteration #205

Closed ddundo closed 1 week ago

ddundo commented 1 week 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