]> https://gitweb.dealii.org/ - dealii-svn.git/history - deal.II/include/deal.II/lac
In string_to_int, strip spaces at the front and back as we used to do.
[dealii-svn.git] / deal.II / include / deal.II / lac /
2014-07-14 heltaiIntegrated branch manifold_id_intermediated into trunk.
2014-07-13 heltaiMerged from trunk.
2014-07-09 bangerthAugment documentation.
2014-07-09 bangerthDocument how to compile Trilinos with direct solvers.
2014-07-09 kronbichlerExtend comment of direct solver class
2014-07-09 kronbichlerUse alias to refer to multithreaded methods.
2014-07-09 kronbichlerPatch by Uwe Koecher: select among Trilinos solvers
2014-07-08 kronbichlerDocument which basic linear algebra functions are curre...
2014-07-07 kronbichlerUpdate comment
2014-07-04 kronbichlerImplement some new Trilinos preconditioner. Tests.
2014-06-30 kronbichlerCommit bug in Trilinos precondition
2014-06-28 heltaiMerged from trunk.
2014-06-27 heltaiMerged From trunk.
2014-06-26 heltaiMerged from trunk r33084 through r33087.
2014-06-26 kronbichlerNeed to keep constrained entries also when giving both...
2014-06-25 heltaiMerged from trunk.
2014-06-24 kronbichlerTentatively provide fix that chooses thread-safe assemb...
2014-06-19 bangerthImprove error message and give some guidance on what...
2014-06-12 kronbichlerSimplify TrilinosSparsityPattern::is_compressed(),...
2014-06-05 heltaiMerged from trunk r32444 through r33019.
2014-05-26 heisterfix typo
2014-05-23 kronbichlerBetter document the 'transpose' flag of the Trilinos...
2014-05-16 heltaiMerged r32862 through r32923 from trunk.
2014-05-13 kanschatadd missing inline
2014-05-11 kronbichlerSort eigenvalues.
2014-05-11 kronbichlerCompute eigenvalues with GMRES
2014-05-05 bangerthRemove SparsityTools::size_type and replace it by the...
2014-04-30 heltaiMerged from trunk r32444 through r32861.
2014-04-29 kronbichlerInitialize ghost elements to zero
2014-04-22 heltaiMerged from trunk r32781 through r32805.
2014-04-18 kronbichlerSimplify test
2014-04-17 bangerthExtend friendship more so that we can actually declare...
2014-04-17 bangerthPatch by k3daevin: Add Reference class as a friend...
2014-04-17 kronbichlerFix comparison when the numbers are denormals
2014-04-11 heltaiMerged from trunk r32657 through r32762
2014-04-10 youngAllow LAAPCKFullMatrix to be reinitialised (reset state).
2014-04-09 bangerthRemove a comment that is apparently no longer accurate.
2014-04-03 bangerthNo need for \f$...\f$, we have our own scripts that...
2014-04-03 youngAdd two standard accessors, m() and n(), and do some...
2014-04-01 bangerthRemove a comment that does not provide any significant...
2014-03-31 youngAdd an assignment operator from a regular SparseMatrix.
2014-03-29 kronbichlerFix order of destruction in PreconditionAMG when tempor...
2014-03-26 bangerthClarify a statement.
2014-03-24 bangerthAugment comments in several places to make them less...
2014-03-19 kronbichlerDisable multithreading part in case threads are not...
2014-03-15 heltaiMerged from trunk
2014-03-12 daniel.arndtFixed some problems regarding Trilinos vectors with...
2014-03-05 daniel.arndtTemporary fix for Issue 191, allow sadd for Trilinos...
2014-03-05 bangerthAdd to documentation.
2014-03-04 kronbichlerFix doxygen groups
2014-03-04 bangerthClarify an error message slightly.
2014-02-27 bangerthFix comment and augment.
2014-02-27 bangerthFix documentation in a number of places (pointed out...
2014-02-25 heistermerge from mainline branch_muparser
2014-02-25 kronbichlerImprove speed a little more by using add_entries in...
2014-02-24 heistermerge from mainline
2014-02-20 kronbichlerForgot a header file
2014-02-19 kronbichlerAvoid compiler warning. Improve error message for paral...
2014-02-19 heistermerge from mainline
2014-02-16 bangerthAdjust one test, augment documentation.
2014-02-16 bangerthPropagate exceptions from the member functions of Inver...
2014-02-15 bangerthRemove comparison operators from PointerMatrixBase...
2014-02-14 bangerthAdd some documentation.
2014-02-13 heisterdoxygen formatting fixes
2014-02-13 heisterdoxygen @code formatting
2014-02-12 heisterdetect when assigning PETSc vectors to each other when...
2014-02-10 heltaiRough fix. Not compiling.
2014-02-06 heistermerge from mainline
2014-02-04 bangerthGet the list of friends of a class right after a recent...
2014-02-03 heistermerge from mainline
2014-02-03 kronbichlerRefill comments
2014-02-03 kronbichlerIntroduce mmult and second factorization routine.
2014-02-02 bangerthComplete specify namespace for a symbol to help MS...
2014-02-01 kronbichlerMark new functions in header file as inline
2014-01-31 kronbichlerMake compile again
2014-01-31 kronbichlerAdd tests
2014-01-31 bangerthMake all instances of a template a friend function...
2014-01-31 kronbichlerBetter way for specifying deal.II namespace.
2014-01-31 kronbichlerAdd similar interface for copying from a Trilinos MPI...
2014-01-31 kronbichlerPatch by Ben Thompson: copy petsc vector to deal.II...
2014-01-31 turcksinAdd a const in sparse_matrix.h and an include in sparsi...
2014-01-31 turcksinAdd several typenames and change min to fmin, max to...
2014-01-27 heisterfix typo
2014-01-24 heisterput deprecated functions into own doxygen group, fix...
2014-01-24 heisterfix doxygen grouping tags
2014-01-24 kronbichlerFix use of freed memory: Change when to reset the vector
2014-01-21 kronbichlerTest extract_row_copy, fix two bugs
2014-01-20 kronbichlerAdd extract_row_copy method to chunk sparse matrix...
2014-01-20 youngSlightly extend full matrix interface.
2014-01-20 kronbichlerNeed to add a few more entries to non-local part of...
2014-01-18 kronbichlerFix at least one issue with my commit: The flux sparsit...
2014-01-18 kronbichlerUse thread-safe path for Trilinos matrix assembly also...
2014-01-17 heisterfix all_zero() for PETSc vectors. add documentation...
2014-01-17 kronbichlerImprove comments
2014-01-15 bangerthFully qualify a name to make MS VC++ happy.
2014-01-15 bangerthFully qualify a namespace to make MS VC++ happy.
2014-01-03 kanschatremove deprecated constructor
2013-12-30 kronbichlerForgot to set default argument
2013-12-29 kronbichlerOne more
2013-12-29 kronbichlerFix Trilinos vectors
next

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.