Skip to content
Snippets Groups Projects
Commit 3557b214 authored by Markus Blatt's avatar Markus Blatt
Browse files

Improved documentation a little (far too little, though).

[[Imported from SVN: r1020]]
parent 8ba15bf8
Branches
Tags
No related merge requests found
......@@ -67,7 +67,11 @@ namespace Dune
/** @brief The type of the range of the solver. */
typedef Dune::BlockVector<FieldVector<T,n>,A> range_type;
/**
* @brief Constructor.
* @brief Constructs the SuperLU solver.
*
* During the construction the matrix will be decomposed.
* That means that in each apply call forward and backward
* substitutions take place (and no decomposition).
* @param mat The matrix of the system to solve.
* @param verbose If true some statistics are printed.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment