- Jan 16, 2014
-
-
Markus Blatt authored
-
- Jan 14, 2014
-
-
Robert Kloefkorn authored
-
- Jan 10, 2014
-
-
Martin Nolte authored
Somehow, the vector version of CollectiveCommunication< MPI_Comm >::prod passed std::plus to allreduce (instead of std::multiplies). This patch corrects this flaw.
-
- Dec 18, 2013
-
-
Markus Blatt authored
VariableSizeCommunicator now appears in doxyen and the parallel index sets are a subsection of the parallel section.
-
- Dec 17, 2013
-
-
Markus Blatt authored
There entries in doxyerror.log about undocumented function parameters and parameters that had a wrong name in the documentation. This patch fixes this.
-
Markus Blatt authored
This patch introduces a new macro DUNE_UNUSED_PARAMETER(parm) for marking unused parameters that are there for a purpose (e.g. the prescribed interfac The macro simply performs a cast to void. In addition all unused parameter w that I found were removed.
-
- Dec 13, 2013
-
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
With this patch VariableSizeCommunicator now really supports a varying number of data entries per index during communication.
-
Markus Blatt authored
[parallel,release] Adds a new buffered communicator that does not need to know the data amount per index when receiving. During communication of data with a parallel DUNE grid the amount of data items received at an index is not known at the receiving side. With this communicator it is possible to build such a communication based on index lists at the sending and receiving side. With this patch only fixed size of data items per index is supported.
-
Markus Blatt authored
-
- Dec 03, 2013
-
-
Markus Blatt authored
There was one line of diff missing in that patch. Sorry!
-
Markus Blatt authored
Previously, copying a RemoteIndexListModifier resulted in a double free of a pointer to a list of global indices. There was no need to use a pointer to this, though. After this patch we store the list directly by value. Thus the default copy constructor works but makes a rather cheap copy of a (most often empty) singly linked list and we get rid off the non-default destructor.
-
- Dec 02, 2013
-
-
Markus Blatt authored
-
- Oct 14, 2013
-
-
Steffen Müthing authored
-
- Sep 23, 2013
-
-
Markus Blatt authored
Previously, a variable (found) was only initialized in one branch of an if statement but used later on in any case. This patch makes sure that is initialized in both branches.
-
- Jul 10, 2013
-
-
Christian Engwer authored
update documentation
-
- May 08, 2013
-
-
Elias Pipping authored
-
- Feb 25, 2013
-
-
Carsten Gräser authored
Patch by Bernd Flemisch [[Imported from SVN: r7385]]
-
- Feb 22, 2013
-
-
Christian Engwer authored
add missing implementation of state() [[Imported from SVN: r7378]]
-
- Feb 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7124]]
-
- Feb 01, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7099]]
-
- Jan 28, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7092]]
-
- Jan 24, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7087]]
-
Markus Blatt authored
[[Imported from SVN: r7086]]
-
- Nov 26, 2012
-
-
Christoph Grüninger authored
Fixed function call in test code, because indexSet_ is a pointer. Clang complained. [[Imported from SVN: r7068]]
-
- Nov 06, 2012
-
-
Christian Engwer authored
see FS#1055 for details [[Imported from SVN: r7055]]
-
- Sep 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6988]]
-
- Aug 26, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6929]]
-
- Aug 24, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6926]]
-
Martin Nolte authored
[[Imported from SVN: r6925]]
-
- Aug 06, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6886]]
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- May 02, 2012
-
-
Markus Blatt authored
It is not standard conforming. This file must have missed when deleting th backwards compatible code. [[Imported from SVN: r6681]]
-
Markus Blatt authored
Now make test works in all directories. [[Imported from SVN: r6679]]
-
- Apr 29, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6662]]
-
- Apr 17, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6630]]
-
Christoph Grüninger authored
[[Imported from SVN: r6628]]
-
- Apr 11, 2012
-
-
Markus Blatt authored
the ENABLE trick). Added an utility cmake function to add the necessary flags for compilation and linking. [[Imported from SVN: r6614]]
-
Markus Blatt authored
[[Imported from SVN: r6611]]
-