]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2009-03-16 kronbichlerSimultaneous addition with CSetSP can easily be improved.
2009-03-16 kronbichlerMake the local_to_global functions in the ConstraintMat...
2009-03-15 bangerthAdd a few things.
2009-03-13 heltaiAdded better comments to step-34, created interpolate...
2009-03-12 kanschatcheck in untested automatic vector memory pointer
2009-03-11 heltaiAdded QGaussLogR class
2009-03-11 heltaiAdded test for QGaussLogR in codim_one
2009-03-11 kronbichlerChange the tolerances for when considering a cell a...
2009-03-10 bangerthProperly escape commands.
2009-03-10 bangerthDo not use \emph but <i>...</i>.
2009-03-10 kronbichlerAdd functions interpolate_boundary_values and project_b...
2009-03-10 kronbichlerFixed a problem with a system of FE_RT when using CellS...
2009-03-10 kronbichlerOne more thing needed to be done in order to make that...
2009-03-10 kronbichlerMove some tests that only involve a ConstraintMatrix...
2009-03-10 heltaiAdded step-34 to the tutorial list
2009-03-09 kronbichlerA few updates of the CellSimilarity concept.
2009-03-09 kronbichlerUse the new CellSimilarity capability of FEValues in...
2009-03-09 kronbichlerImproved some details in CellSimilarity concept.
2009-03-07 kronbichlerCan distribute matrix and vector at once in Stokes...
2009-03-07 kronbichlerMake the FEValues::reinit functions (much) more efficie...
2009-03-06 bangerthFix a bug in the swap_row/swap_col functions of FullMatrix.
2009-03-06 kronbichlerSet the tolerances for the Newton iteration at run...
2009-03-05 kronbichlerTurn some dynamic_cast operations into static_cast...
2009-03-05 kronbichlerI introduced an error in the copy_from function that...
2009-03-05 kronbichlerThings changed in the Trilinos class. To make the test...
2009-03-05 kronbichlerFix two issues with copy operation.
2009-03-04 kronbichlerFix compiler warning.
2009-03-04 kronbichlerAdd another output with gcc-4.3
2009-03-04 kronbichlerAlso update all the tests that use the ConstraintMatrix...
2009-03-04 kronbichlerRe-introduce the old file with a reference to the new...
2009-03-04 kronbichlerMove the ConstraintMatrix class to the lac subdirectory...
2009-03-04 kronbichlerIntroduce collective add_entries() functions to sparsit...
2009-03-03 bangerthUnify upper/lower case in headings.
2009-03-03 heltaiAmeliorated parameter selection, and assembly of the...
2009-03-03 heltaiEnanced comments for step-34, rewrote assembly routine...
2009-03-02 bangerthNew test.
2009-03-02 bangerthDon't need to list things twice.
2009-03-02 bangerthPatch by Victor Prosolin: Add support for units in...
2009-03-01 kronbichlerWrite out some better information in case of error.
2009-03-01 kronbichlerChange a few things in the Trilinos wrapper classes.
2009-02-27 kronbichlerNeed to use only one dummy vector.
2009-02-26 bangerthRegenerate.
2009-02-26 bangerthSkip test for -rdynamic on Mac OS X.
2009-02-25 bangerthadd
2009-02-25 kronbichlerMake the Epetra objects in the TrilinosWrapper classes...
2009-02-25 kronbichlerName the capability of handling inhomogeneous constrain...
2009-02-25 kronbichlerForgot to set the deallog output to 0.
2009-02-25 kronbichlerFix one index in distribute_local_to_global_function.
2009-02-25 kronbichlerAdd a final test for inhomogeneous constraints.
2009-02-25 kronbichlerAdd another test for inhomogeneous constraints.
2009-02-24 kronbichlerNeed to update the Makefile.
2009-02-24 kronbichlerAdd a test for inhomogeneous constraints. This tests...
2009-02-24 kronbichlerFixed some more issues with inhomogeneous constraints.
2009-02-24 bangerthLeave a TODO.
2009-02-24 bangerthDo more instantiations automatically.
2009-02-23 kronbichlerWhen making hanging node constraints, take inhomogeneit...
2009-02-23 kronbichlerNow the ConstraintMatrix seems to work also for inhomog...
2009-02-23 bangerthAlso instantiate functions for SparseMatrixEZ
2009-02-23 bangerthImplement the other add() functions needed in the Const...
2009-02-23 kronbichlerI thought I had gotten the combination of hanging nodes...
2009-02-23 heltaiAdded preliminary version of step-34. BEM.
2009-02-23 bangerthWork around a problem with the Intel icc 10.1 compiler.
2009-02-23 bangerthFix initialization of unsigned integers.
2009-02-23 bangerthRemove unnecessary friend declaration altogether.
2009-02-23 bangerthFix number of template arguments of a friend class.
2009-02-23 bangerthFix number of template arguments of a friend class.
2009-02-23 bangerthRemove a stray empty line.
2009-02-22 bangerthMove the warning message to the bottom of the output...
2009-02-21 kronbichlerAdd one instantiation of make_zero_boundary_constraints.
2009-02-21 kronbichlerComplete the implementation of inhomogeneous constraint...
2009-02-21 bangerthQualify names of sparsity patterns with dealii:: to...
2009-02-21 bangerthQualify names of sparsity patterns with dealii:: to...
2009-02-20 bangerthFix a formula.
2009-02-19 bangerthHow stupid of me to check in something that didn't...
2009-02-19 bangerthExtend the number of meeting cells in max_couplings_per...
2009-02-18 kronbichlerWhen Trilinos matrices are based on the same sparsity...
2009-02-18 kanschatfix documentation and make GridRefinement a namespace
2009-02-17 kanschatreplace a lot of ExcInternalError by more meaningful...
2009-02-17 kanschatreplace links to test data pages by a more persistent...
2009-02-17 kronbichlerAdd inhomogeneity to the ConstraintMatrix class. Still...
2009-02-16 kanschatmailing list link
2009-02-16 kanschatnew directories
2009-02-16 bangerthIf using Trilinos, link with it.
2009-02-16 bangerthMove the dependence on Trilinos into the base libs...
2009-02-12 bangerthAdjust to older compilers in which declaring
2009-02-12 bangerthRefer to member function as
2009-02-11 bangerthList trilinos before blas on the command line.
2009-02-11 bangerthAdd one.
2009-02-11 bangerthUse 'entries.back()' instead of '*--entries.end()'...
2009-02-11 bangerthInclude <sstream> instead of <ostream> and hope that...
2009-02-11 bangerthMove DEAL_II_NAMESPACE_OPEN to where it belongs.
2009-02-10 bangerthDon't let doxygen see some inline functions since it...
2009-02-10 bangerthDETAILS_AT_TOP has become obsolete with doxygen 1.5.7
2009-02-10 bangerthUpdate output file.
2009-02-10 bangerthSet variable to correct size before passing to DoFTools...
2009-02-10 bangerthSet output array to correct size and only output elemen...
2009-02-10 bangerthSet output array to correct size and only output elemen...
2009-02-10 bangerthSet variable to correct size before passing to DoFTools...
2009-02-06 bangerthAdd one more testcase.
2009-02-06 bangerthFix erroneous resizing of output argument in count_dofs...
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.