Skip to content

Simplify specialization of patch fields, consolidate boundary evaluation

Mark OLESEN requested to merge patch_specializations into develop
  • using if constexpr instead of template specializations simplifies later code maintenance and extensions
  • early termination from evaluate_if() and evaluateCoupled() for probably marginally better efficiency, but also consolidate various evaluation handling to use these methods (removes code duplication).
  • add missing GeometricField constructor methods

Merge request reports

Loading