[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 8da82b: call non-member EWSB solver

GitHub noreply at github.com
Tue Jul 28 11:03:46 BST 2015


  Branch: refs/heads/feature-semianalytic-solver
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 8da82be25c7dc9a3d06b65226711e2e30961ad84
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8da82be25c7dc9a3d06b65226711e2e30961ad84
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-07-28 (Tue, 28 Jul 2015)

  Changed paths:
    M meta/EWSB.m
    M meta/FlexibleSUSY.m

  Log Message:
  -----------
  call non-member EWSB solver

Patch: Dylan Harries

The issue was that, if the soft mass EWSB solver has issues trying to
solve for the soft Higgs masses, the solver would instead use the
tree-level solution calculated beforehand. If no analytic solution was
found this was

    error = solve_iteratively_at(0);

which is a private member function of the two-scale EWSB solver class
and so not accessible (in the FlexibleDecay fork I've changed it to
MODEL->solve_ewsb_tree_level() instead, which is hopefully OK).




More information about the Flexiblesusy-commits mailing list