Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Dec 14, 2015
    • Christian Engwer's avatar
      [solvers] rename Int template to CountType · 37b668cd
      Christian Engwer authored
      we introduced a template Parameter for the type counting the current
      iteration. In general this is an int, but e.g. the BiCGStab print also
      the intermediate steps, thus it uses double as CountType. As Markus
      pointed out, the original name Int was not very intuitive.
      37b668cd
  3. Nov 27, 2015
  4. Dec 15, 2014
    • Steffen Müthing's avatar
      [Infrastructure] Be more careful about field_type / real_type · 714cd554
      Steffen Müthing authored
      This patch removes the assumption that the field_type and / or real_type
      can always be implicitly converted to double and can be implicitly
      constructed from an int (in constructs like field_type d = 0;).
      
      This patch is required for compatibility with the FLOP counter in PDELab.
      714cd554
  5. Jul 11, 2013
  6. Jun 13, 2013
  7. Jun 12, 2013
    • Markus Blatt's avatar
      Split {solvers|preconditioner}.hh to seperate interface from implementation. · 852123df
      Markus Blatt authored
      The last commits caused compile errors for e.g. clang as I used
      incomplete (only forward declared) types in template classes.
      This patch moves the definition of InverseOperator and Preconditioners
      from the headers solvers.hh and preconditioners into new separate
      headers solver.hh and preconditioner.hh. This allows to include these
      definitions in the previous headers without cause circular include directives.
      852123df
Loading