- Mar 31, 2013
-
-
Christoph Grüninger authored
(kudos to Elias Pipping for the patch) [[Imported from SVN: r7436]]
-
- Feb 18, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7128]]
-
- Feb 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7124]]
-
- Feb 07, 2013
-
-
Christoph Gersbacher authored
Move template specializations of matrix capabilities into header. Restrict call to methods solve(), invert() to invertible matrices. [[Imported from SVN: r7107]]
-
- Feb 06, 2013
-
-
Christoph Gersbacher authored
[[Imported from SVN: r7104]]
-
Christoph Gersbacher authored
[[Imported from SVN: r7103]]
-
Christoph Gersbacher authored
[[Imported from SVN: r7102]]
-
Christoph Gersbacher authored
[[Imported from SVN: r7101]]
-
- Feb 01, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7098]]
-
- Jan 24, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7083]]
-
- Jan 13, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7073]]
-
- Nov 25, 2012
-
-
Christian Engwer authored
Add support for boost::hash This patch adds boost::hash as a fallback option for Dune::hash if neither std::hash nor std::tr1::hash can be found. We only have to include the appropriate header and import the name into the Dune namespace, as the built-in extension mechanism of boost::hash will automatically pick up the global hash_value() functions. To test whether the mechanism actually works, the patch also adds boost::hash to the list of hash implementations tested in bigunsignedinttest. Kudos to Steffen Müthing, see FS#1192 [[Imported from SVN: r7067]]
-
Christian Engwer authored
Make bigunsignedint hashable using Dune::hash This patch adds the required hooks to enable hashing of bigunsignedint and makes sure the hasher can be invoked in bigunsignedinttest. Making bigunsignedint hashable also makes it possible to use hash-based containers for EntityIDs with YaspGrid and SGrid, as those grids implement the EntityID as a plain bigunsignedint. The patch also adds a little test to bigunsignedinttest, trying to hash a bigunsignedint with Dune::hash as well as any of the detected backends (std::hash and std::tr1::hash). Kudos to Steffen Müthing, see FS#1192 [[Imported from SVN: r7066]]
-
- Nov 23, 2012
-
-
Christoph Grüninger authored
Ignore eigenvaluetest. Reordner member variable assignments to avoid pedantic warnings in shared_ptr. Only activate boundary checking in dynmatrixtest if not already active. [[Imported from SVN: r7063]]
-
- Nov 21, 2012
-
-
Markus Blatt authored
Capabilities to compute eigenvalues on non-symmetric matrices Code contributed by Arne Morten Kvarving. [[Imported from SVN: r7061]]
-
- Nov 06, 2012
-
-
Christian Engwer authored
see FS#1055 for details [[Imported from SVN: r7055]]
-
- Oct 21, 2012
-
-
Markus Blatt authored
base class. Previously class A{}; class B: public A{}; shared_ptr<A> b(new B); shared_ptr<B> b(a); b.get_count()==1 && b.get_count()==1 would wrongly hold true. [[Imported from SVN: r7046]]
-
- Oct 17, 2012
-
-
Christian Engwer authored
test initialization from nullptr fix bool cast of Dune implementation [[Imported from SVN: r7040]]
-
Markus Blatt authored
[[Imported from SVN: r7039]]
-
- Oct 10, 2012
-
-
Christoph Grüninger authored
Add excplicit cast from double literal 0.5 to field_type to avoid Clang warnings. [[Imported from SVN: r7034]]
-
- Oct 06, 2012
-
-
Christoph Grüninger authored
SVN ignore testdebugallocator* [[Imported from SVN: r7028]]
-
- Oct 05, 2012
-
-
Christian Engwer authored
the fourth xfail test for debugallocator requires the KEEP option [[Imported from SVN: r7013]]
-
Christian Engwer authored
rename files... remove underscores [[Imported from SVN: r7012]]
-
Christian Engwer authored
check scoped new/delete [[Imported from SVN: r7011]]
-
Christian Engwer authored
use mallocallocator for book-keeping-containers ... make new/delete work [[Imported from SVN: r7010]]
-
Christian Engwer authored
actually use AllocationManager in new/delete ... doesn't work yet, as the bookkeeping invokes new/delete again [[Imported from SVN: r7008]]
-
Christian Engwer authored
- check result of mprotect - unprotect memory upon free [[Imported from SVN: r7007]]
-
Christian Engwer authored
[[Imported from SVN: r7006]]
-
- Sep 27, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r7000]]
-
Markus Blatt authored
[[Imported from SVN: r6999]]
-
Oliver Sander authored
[[Imported from SVN: r6997]]
-
- Sep 05, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6978]]
-
- Aug 28, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6930]]
-
- Aug 24, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6926]]
-
Martin Nolte authored
[[Imported from SVN: r6925]]
-
- Aug 22, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6923]]
-
Oliver Sander authored
Patch by Elias Pipping FS 1147 [[Imported from SVN: r6921]]
-
Oliver Sander authored
Patch by Elias Pipping [[Imported from SVN: r6920]]
-
- Aug 06, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6886]]
-
- Jul 11, 2012
-
-
Christian Engwer authored
- update fvector test (thanks to Matthias Wohlmuth) [[Imported from SVN: r6863]]
-