- Sep 27, 2013
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Oct 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r7038]]
-
Oliver Sander authored
Good intentions, but not very elegantly done. Too many people got annoyed by the warning message. [[Imported from SVN: r7036]]
-
- Oct 09, 2012
-
-
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]]
-
- Aug 30, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6491]]
-
- Nov 28, 2010
-
-
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]]
-
- Oct 29, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6207]]
-
- Jun 08, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6042]]
-
Jorrit Fahlke authored
or suffix. This is in particular applicable to strings. [[Imported from SVN: r6038]]
-
- Apr 13, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5973]]
-
- Nov 20, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5719]]
-
Oliver Sander authored
[[Imported from SVN: r5718]]
-
Martin Nolte authored
thanks to Bård Skaflestad for the patch [[Imported from SVN: r5717]]
-
- Oct 15, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5658]]
-
Christian Engwer authored
[[Imported from SVN: r5657]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Mar 06, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5099]]
-
- Aug 03, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4669]]
-
- Aug 02, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4668]]
-
- Mar 20, 2006
-
-
Robert Klöfkorn authored
[[Imported from SVN: r4330]]
-
- Dec 19, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r3672]]
-
- Jun 28, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r2268]]
-
- Jun 09, 2005
-
-
Oliver Sander authored
[[Imported from SVN: r2116]]
-
- May 11, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r2044]]
-
- May 07, 2005
-
-
Robert Klöfkorn authored
[[Imported from SVN: r2027]]
-
Robert Klöfkorn authored
[[Imported from SVN: r2014]]
-
- Mar 01, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r1583]]
-
- Dec 09, 2004
-
-
Robert Klöfkorn authored
[[Imported from SVN: r1285]]
-
- Nov 08, 2004
-
-
Thimo Neubauer authored
[[Imported from SVN: r1041]]
-
- Aug 20, 2004
-
-
Robert Klöfkorn authored
[[Imported from SVN: r695]]
-
- Jul 14, 2004
-
-
Thimo Neubauer authored
[[Imported from SVN: r571]]
-
- Mar 02, 2004
-
-
Oliver Sander authored
use. This is a hack, but I haven't figured out the proper place to do it yet. [[Imported from SVN: r358]]
-
- Feb 02, 2004
-
-
Robert Klöfkorn authored
Added new type of evaluate in class function. [[Imported from SVN: r331]]
-
- Jan 27, 2004
-
-
Oliver Sander authored
as max() and min() in the standard library (#include <algorithm>). Since I don't have Albert I can't test everything. I apologize if I broke something. [[Imported from SVN: r318]]
-
- Oct 21, 2003
-
-
Robert Klöfkorn authored
timestep (=0) a filename grid000000000. [[Imported from SVN: r186]]
-
- Sep 11, 2003
-
-
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]]
-