- Nov 21, 2006
-
-
Robert Klöfkorn authored
[[Imported from SVN: r4791]]
-
Markus Blatt authored
Rely on MPI daemons being started. mpi start scripts not needed any more [[Imported from SVN: r4790]]
-
Markus Blatt authored
Use simple for loop instead of sed to insert commas. [[Imported from SVN: r4789]]
-
Markus Blatt authored
Fixed duplicate dependencies. Fixes Flyspray 198 [[Imported from SVN: r4788]]
-
Markus Blatt authored
Check added whether any modules were found and whether all modules we depend on are found. Fixes Flyspray 195 [[Imported from SVN: r4787]]
-
Markus Blatt authored
[[Imported from SVN: r4786]]
-
Markus Blatt authored
Fixes Flyspray issue 192. [[Imported from SVN: r4785]]
-
- Nov 17, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4784]]
-
Markus Blatt authored
Use C++ headers instead of C headers [[Imported from SVN: r4783]]
-
- Nov 16, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4782]]
-
- Nov 15, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4781]]
-
Oliver Sander authored
[[Imported from SVN: r4780]]
-
- Nov 14, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4779]]
-
Markus Blatt authored
Fixed a serious bug. (At least sum was not O.K. when working with an inout array. We really have to allocate an out array and copy the results.) Made mpicollectivecommunication more generic and reduced code duplication. There are to new functions (allreduce) than can be given a binary function (e. g. std::plus) representing the calculation. [[Imported from SVN: r4778]]
-
Markus Blatt authored
The collective operations now work with simple C arrays. [[Imported from SVN: r4777]]
-
- Nov 13, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4776]]
-
Robert Klöfkorn authored
[[Imported from SVN: r4775]]
-
Robert Klöfkorn authored
and therefor function calls lost. [[Imported from SVN: r4774]]
-
Oliver Sander authored
[[Imported from SVN: r4773]]
-
- Nov 10, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4772]]
-
Markus Blatt authored
[[Imported from SVN: r4771]]
-
- Nov 06, 2006
-
-
Carsten Gräser authored
you can not rightmultiply a (n,m)-matrix by a (n,n)-matrix but by (m,m)-matrices [[Imported from SVN: r4770]]
-
- Nov 04, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4769]]
-
Markus Blatt authored
[[Imported from SVN: r4768]]
-
- Nov 02, 2006
-
-
Andreas Dedner authored
[[Imported from SVN: r4767]]
-
- Oct 30, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4766]]
-
Markus Blatt authored
[[Imported from SVN: r4765]]
-
- Oct 27, 2006
-
-
Markus Blatt authored
Now configure works even if no fortran compiler is there. Just how should be! [[Imported from SVN: r4764]]
-
Oliver Sander authored
[[Imported from SVN: r4763]]
-
Christian Engwer authored
[[Imported from SVN: r4762]]
-
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]]
-