Skip to content
Snippets Groups Projects
  1. Sep 27, 2013
  2. Oct 13, 2012
  3. Oct 09, 2012
    • Oliver Sander's avatar
      Add a new header power.hh for static computations of the power functions · 74c9a908
      Oliver Sander authored
      There are lots of power implementations all over our code.
      This is the first step of some cleanup.  It moves the class Power_m_p
      from misc.hh (like who's ever gonna find it there...) to a separate
      header power.hh.  Other implementations will be collected there as
      well, if appropriate.
      
      With the patch, including misc.hh will issue a cpp warning that people
      who include misc.hh only for Power_m_p should now include power.hh
      instead.  This is not great, because it also affects people who include
      misc.hh for something else.  Bear with this for a while; I couldn't
      think of a better solution.
      
      [[Imported from SVN: r7032]]
      74c9a908
  4. Aug 30, 2011
  5. Nov 28, 2010
    • Jorrit Fahlke's avatar
      [Int2Type] Deprecate in favour of integral_constant. · cfdd54ea
      Jorrit Fahlke authored
      Also change the member enumerator value into a member constant "static const
      int value", since deprecation of the class does not work in many cases, and
      any attempt to deprecate an enumerator will make the compiler barf.
      
      In addition, deprecate the default constructor.  That should catch most cases
      on recent compilers.
      
      Derive from integral_constant<int,...> so classes using this to implement a
      replacement for the forbidden partial specializations of functions don't have
      to provide compatibility declarations during the migration.
      
      [[Imported from SVN: r6274]]
      cfdd54ea
  6. Oct 29, 2010
  7. Jun 08, 2010
  8. Apr 13, 2010
  9. Nov 20, 2009
  10. Oct 15, 2009
  11. Oct 13, 2009
  12. Mar 06, 2008
  13. Aug 03, 2006
  14. Aug 02, 2006
  15. Mar 20, 2006
  16. Dec 19, 2005
  17. Jun 28, 2005
  18. Jun 09, 2005
  19. May 11, 2005
  20. May 07, 2005
  21. Mar 01, 2005
  22. Dec 09, 2004
  23. Nov 08, 2004
  24. Aug 20, 2004
  25. Jul 14, 2004
  26. Mar 02, 2004
  27. Feb 02, 2004
  28. Jan 27, 2004
  29. Oct 21, 2003
  30. Sep 11, 2003
    • Robert Klöfkorn's avatar
      misc.hh: No must be no default implementation for the CompileTimeChecker. · d010f468
      Robert Klöfkorn authored
      albertgrid.hh, .cc: Checked the implementation of the grid interface
      and implemented the method father_relative_local but not check because no
      test available. Furthermore fixed a bug in the method global and local of
      AlbertGridElement.
      
      lagrangebase.hh: The BaseFunctions for lagrange 1 on triangle changed back
      to the old implementation.
      
      [[Imported from SVN: r138]]
      d010f468
Loading