- Oct 27, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4761]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4760]]
-
- Oct 26, 2006
-
-
Oliver Sander authored
product. Measuring the impact on efficiency gave the same results as for the older TMP stuff. When compiled with -O3 (g++ 4.1), there is no measurable speed difference between the old and the new code. That is so even though temporary variables had to be inserted. When compiling without optimization, the new code is faster, presumably because a standard for-loop is faster than a cascade of function calls. Depending on your vector size, this speedup can be considerable! For a six-entry FieldVector repeatly computing norms gets about 40% faster. This concludes FlySpray issue 46. [[Imported from SVN: r4759]]
-
Oliver Sander authored
[[Imported from SVN: r4758]]
-
- Oct 25, 2006
-
-
Robert Klöfkorn authored
NDEBUG is not defined. [[Imported from SVN: r4757]]
-
Robert Klöfkorn authored
which can be used for void interface methods. [[Imported from SVN: r4756]]
-
Robert Klöfkorn authored
DUNE_DEVEL_MODE defined, because using this macro leads to an extra method call. [[Imported from SVN: r4755]]
-
- Oct 23, 2006
-
-
Carsten Gräser authored
[[Imported from SVN: r4754]]
-
Carsten Gräser authored
[[Imported from SVN: r4753]]
-
- Oct 19, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4752]]
-
Christian Engwer authored
disable dune libcheck, because AC_TRY_LINK fails, although everythins is OK. Perhaps a libtool problem [[Imported from SVN: r4751]]
-
Christian Engwer authored
[[Imported from SVN: r4750]]
-
Christian Engwer authored
[[Imported from SVN: r4749]]
-
Christian Engwer authored
[[Imported from SVN: r4748]]
-
Christian Engwer authored
[[Imported from SVN: r4747]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4746]]
-
Robert Klöfkorn authored
five dune-modules. [[Imported from SVN: r4745]]
-
Christian Engwer authored
[[Imported from SVN: r4744]]
-
Christian Engwer authored
[[Imported from SVN: r4743]]
-
- Oct 18, 2006
-
-
Christian Engwer authored
module via pkg-config and then asks pkg-config for the include path, libs, etc. [[Imported from SVN: r4742]]
-
Christian Engwer authored
tries to find an installed module via pkg-config. If pkg-config finds an installed module, dunecontrol proceeds, although the module is dropped from the internal tree, as installed modules don't need to be built. If pkg-config does not find the module, an error is throughn. If a dune.module file is found, installed versions of the module are ignored. [[Imported from SVN: r4741]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4740]]
-
Robert Klöfkorn authored
link for GRAPE. [[Imported from SVN: r4739]]
-
Oliver Sander authored
[[Imported from SVN: r4738]]
-
- Oct 17, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4737]]
-
Christian Engwer authored
[[Imported from SVN: r4736]]
-
Christian Engwer authored
[[Imported from SVN: r4735]]
-
- Oct 16, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4734]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4733]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4732]]
-
Christian Engwer authored
[[Imported from SVN: r4731]]
-
Robert Klöfkorn authored
This fix ensures, that for example -I'dune-common' is only added once to the DUNE_CPPFLAGS. [[Imported from SVN: r4730]]
-
Oliver Sander authored
and solve() is chosen. So far, this was done be specializing auxiliary helper classes. I replaced this with simple if (n==...). One would think that a compiler should be able to optimize this away. Indeed: measurements using g++-4.1 showed that there is no speed difference when compiled with -O3. When compiled without optimization, the new code is actually about 25% _faster_ than the old one! Good for them users of block Gauss-Seidel! [[Imported from SVN: r4729]]
-
Oliver Sander authored
[[Imported from SVN: r4728]]
-
- Oct 13, 2006
-
-
Andreas Dedner authored
[[Imported from SVN: r4727]]
-
Oliver Sander authored
[[Imported from SVN: r4726]]
-
Oliver Sander authored
[[Imported from SVN: r4725]]
-
Oliver Sander authored
[[Imported from SVN: r4724]]
-
Christian Engwer authored
[[Imported from SVN: r4723]]
-
Oliver Sander authored
[[Imported from SVN: r4722]]
-