]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-04-11 Martin KronbichlerAdjust serialization output after switch from std:...
2014-04-11 Wolfgang BangerthUpdate output.
2014-04-11 Wolfgang BangerthReorder output slightly so that the big whitespace...
2014-04-11 Wolfgang BangerthUpdate output.
2014-04-11 Timo Heisteradd failing test
2014-04-11 Wolfgang BangerthMark up a comment in such a way that it appears as...
2014-04-11 Wolfgang BangerthSort. Add a missing year.
2014-04-10 Wolfgang BangerthAdd one.
2014-04-10 Wolfgang BangerthFix grammar error.
2014-04-10 Martin KronbichlerAvoid default template argument for function template...
2014-04-10 Toby D. YoungRemove a variable declaration that has been unused...
2014-04-10 Toby D. YoungChexk reinit() and m() and n() do not break.
2014-04-10 Toby D. YoungAllow LAAPCKFullMatrix to be reinitialised (reset state).
2014-04-09 Wolfgang BangerthQualify a number of names fully to make MS VS++ happy.
2014-04-09 Wolfgang BangerthFix grammar error (thanks, Hung-Chieh).
2014-04-09 Wolfgang BangerthSimplify code by keeping some functions as templates...
2014-04-09 Wolfgang BangerthRemove a comment that is apparently no longer accurate.
2014-04-09 Martin KronbichlerFix an oversight
2014-04-09 Martin KronbichlerFix bug in memory consumption of AlignedVector and...
2014-04-09 Martin KronbichlerForgot to update test output
2014-04-09 Martin KronbichlerRename tests for AlignedVector as aligned_vector_xx...
2014-04-09 Martin KronbichlerCleanup TableBase implementation from internal AlignedV...
2014-04-09 Guido Kanschatupdate documentation fo FE_BDM
2014-04-09 Guido Kanschatcopy RT tests for BDM
2014-04-08 Bruno TurcksinUse a more explicit namespace to help MS VC.
2014-04-08 Bruno TurcksinFix a coefficient in the Butcher tableau of DOPRI.
2014-04-08 Martin KronbichlerUse AlignedVector instead of std::vector as data contai...
2014-04-08 Timo Heisterupdate test output
2014-04-08 Timo Heisterremove obsolete test
2014-04-08 Timo Heisterundo r29864 that introduced (level-)subdomain checks...
2014-04-08 Timo Heisterdo not rely on cell::operator< comparing subdomain...
2014-04-08 Timo Heisteradd another test for parallel meshworker for ghost...
2014-04-08 Wolfgang BangerthFix spelling. Doh!
2014-04-07 Wolfgang BangerthWork some more to get MS VC to like the code.
2014-04-07 Wolfgang BangerthAdd a test that currently fails.
2014-04-07 Wolfgang BangerthCall reorder_cells() in merge_triangulations(), though...
2014-04-07 Martin KronbichlerRemove stray default arguments
2014-04-07 Wolfgang BangerthPatch by Denis Davydov: Add an optional argument to...
2014-04-07 Wolfgang BangerthChange the signature of approximate_derivative_tensor...
2014-04-06 Guido KanschatBDM used wrong mapping type
2014-04-06 Martin KronbichlerUpdate documentation
2014-04-05 dakshina.ilangovaAdded tests for lac/VectorView
2014-04-05 dakshina.ilangovaAdded tests for lac/ShiftedMatrix
2014-04-05 dakshina.ilangovaAdded tests for lac/PointerMatrix
2014-04-05 Martin KronbichlerFix undefined symbol CellAccessor<3,2>::subdomain_id...
2014-04-05 Martin KronbichlerAvoid error when copying Table<2,bool>.
2014-04-04 Martin KronbichlerForgot one directory
2014-04-04 Martin KronbichlerFix DoFTools::extract_constant_modes for FE_Q_DG0
2014-04-03 Wolfgang BangerthNo need for \f$...\f$, we have our own scripts that...
2014-04-03 Toby D. YoungFix an aweful edit I made in the last patch.
2014-04-03 Toby D. YoungAdd two standard accessors, m() and n(), and do some...
2014-04-03 Martin KronbichlerAdd Triangulation<1,spacedim>::fill_vertices_with_ghost...
2014-04-03 Martin KronbichlerFully qualify namespace to make clang happy
2014-04-03 Wolfgang BangerthUnify several copies of the same function into a single...
2014-04-01 Wolfgang BangerthRemove a comment that does not provide any significant...
2014-03-31 Toby D. YoungAdd an assignment operator from a regular SparseMatrix.
2014-03-29 Martin KronbichlerFix order of destruction in PreconditionAMG when tempor...
2014-03-26 Wolfgang BangerthClarify a statement.
2014-03-25 Wolfgang BangerthBe more conservative with #includes.
2014-03-24 Wolfgang BangerthClarify language.
2014-03-24 Wolfgang BangerthAugment comments in several places to make them less...
2014-03-24 Wolfgang BangerthMake sure we return a value in a function that has...
2014-03-24 Wolfgang BangerthAlso make sure we have the correct output file :-(
2014-03-24 Wolfgang BangerthAdjust implementation of laplace_transform to what...
2014-03-24 Wolfgang BangerthAdjust implementation of laplace_transform to what...
2014-03-24 Wolfgang BangerthFix a typo.
2014-03-21 Martin KronbichlerMake detection of quadrature rule name in FE_Q/DGQArbit...
2014-03-21 Wolfgang BangerthClarify some language.
2014-03-20 Bruno TurcksinUpdate the documentation: VisIT can read .pvtu since...
2014-03-20 Wolfgang BangerthImprove error message.
2014-03-20 Daniel Arndtr32662 overwrote the changes in r32640, reapplied them
2014-03-19 Wolfgang BangerthRemove stray occurrences of 'typename'.
2014-03-19 Timo Heisterfix some typos
2014-03-19 Toby D. YoungSome rewording on PETSc compatibility.
2014-03-19 Toby D. YoungRemove tested version number - encourage using latest...
2014-03-19 Martin KronbichlerDisable multithreading part in case threads are not...
2014-03-17 Timo Heisterupdate test
2014-03-17 Timo Heisteradd failing test
2014-03-17 Wolfgang BangerthAvoid C++11-isms.
2014-03-17 Wolfgang BangerthDo not use 'typename' outside templates.
2014-03-17 Daniel ArndtAdded support for inhomogeneous tangential and normal...
2014-03-16 Wolfgang BangerthFix a problem pointed out by Lei Qiao in one of the...
2014-03-16 Wolfgang BangerthClarify documentation.
2014-03-16 Wolfgang BangerthMove TriaAccessor::parent_index to class CellAccessor...
2014-03-15 Wolfgang BangerthAdd a missing header file (for MS VC++) as pointed...
2014-03-15 Wolfgang BangerthMake the documentation of one function slightly clearer.
2014-03-15 Wolfgang BangerthAdd a test by Ross Kynch for VectorTools::project_bound...
2014-03-15 Wolfgang BangerthRemove a file that is no longer needed (and hasn't...
2014-03-15 Wolfgang BangerthRewrite a piece of code that accessed an internal repre...
2014-03-14 Wolfgang BangerthAvoid a problem with MS VC++ by adding a configuration...
2014-03-14 Martin KronbichlerImprove some assertions
2014-03-13 Markus BuergUpdate test results.
2014-03-13 Scott MillerMinor documentation typo in equation
2014-03-12 Toby D. YoungTricial crap. Toby needs the dee.
2014-03-12 Timo Heisterstep-7: change variable name that confused students
2014-03-12 Timo Heisterfix doxygen formatting problem
2014-03-12 Guido Kanschatremove offensive output line
2014-03-12 Guido Kanschatadd missing include
2014-03-12 Timo Heisterfix doxygen warning
2014-03-12 Daniel ArndtFixed some problems regarding Trilinos vectors with...
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.