[Dune] [Dune-Commit] dune-web r439 - external_libraries

Markus Blatt Markus.Blatt at ipvs.uni-stuttgart.de
Mon Dec 8 15:17:33 CET 2008


On Mon, Dec 08, 2008 at 03:00:37PM +0100, christi at dune-project.org wrote:
> Author: christi
> Date: 2008-12-08 15:00:37 +0100 (Mon, 08 Dec 2008)
> New Revision: 439
> 
> Added:
>    external_libraries/install_superlu.wml
> Modified:
>    external_libraries/index.wml
> Log:
> installing superlu (thanks to uli sack)

> +	<h3>Example code</h3>
> +<blockquote><code><pre class="example">
> +typedef Dune::BCRSMatrix< Dune::FieldMatrix<double,1,1> > Matrix;
> +typedef Dune::BlockVector< Dune::FieldVector<double,1> > Vector;
> +
> +// set up test matrix
> +int N=100;
> +Matrix testMatrix;
> +MatrixIndexSet indices(N, N);
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Is that part of ISTL?


BTW: Do we really want to provide installation instructions for
SuperLU? This should rather be done by the people developing SuperLU
and should not consume our time maintaining it.

Just my two cents

Markus




More information about the Dune mailing list