]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-11-27 Wolfgang BangerthMerge pull request #1915 from tjhei/msvc_fixes
2015-11-27 Timo HeisterMerge pull request #1914 from kronbichler/master
2015-11-26 Timo HeisterMSVC fixes 1915/head
2015-11-26 Martin KronbichlerFix overflow issue with parallel::distributed::Vector 1914/head
2015-11-24 David WellsMerge pull request #1910 from drwells/remove-mgdofhandl...
2015-11-24 David WellsImprove spacing in a code sample. 1910/head
2015-11-24 David WellsUpdate references to the MGDoFHandler class.
2015-11-24 Bruno TurcksinMerge pull request #1902 from bangerth/do-some-work...
2015-11-24 Bruno TurcksinMerge pull request #1908 from bangerth/fix-cartesian...
2015-11-24 Wolfgang BangerthCompute higher order derivative mappings in MappingCart... 1908/head
2015-11-24 Denis DavydovMerge pull request #1906 from bangerth/fix-error-message
2015-11-24 Wolfgang BangerthFix error messages. 1906/head
2015-11-24 Timo HeisterMerge pull request #1904 from bangerth/update-reference
2015-11-24 Wolfgang BangerthUpdate a reference. 1904/head
2015-11-24 Denis DavydovMerge pull request #1903 from jppelteret/fix_docs_gridg...
2015-11-24 Jean-Paul PelteretAdded note on mesh refinement to GridGenerator::extrude... 1903/head
2015-11-24 Wolfgang BangerthRevert order of loops and if statements. 1902/head
2015-11-24 Wolfgang BangerthDo some work already in get_data().
2015-11-23 David WellsMerge pull request #1899 from bangerth/use-american...
2015-11-23 Wolfgang BangerthUse American English spelling of "signaling". 1899/head
2015-11-23 Martin KronbichlerMerge pull request #1898 from bangerth/fix-tests
2015-11-23 Wolfgang BangerthFix tests. 1898/head
2015-11-23 Denis DavydovMerge pull request #1897 from bangerth/fix-comment
2015-11-23 Wolfgang BangerthFix a comment. 1897/head
2015-11-23 Martin KronbichlerMerge pull request #1896 from bangerth/fix-extract_boun...
2015-11-23 Wolfgang BangerthAdd a changelog entry. 1896/head
2015-11-23 Wolfgang BangerthNew tests.
2015-11-23 Wolfgang BangerthAdjust test. One part of the existing test simply no...
2015-11-23 Wolfgang BangerthAugment documentation.
2015-11-23 Wolfgang BangerthFix an issue with GridGenerator::extract_boundary_mesh().
2015-11-21 Denis DavydovMerge pull request #1891 from bangerth/fix-FE_DGPNonpar...
2015-11-21 Matthias MaierMerge pull request #1892 from bangerth/fix-test
2015-11-21 Wolfgang BangerthFix a test so that it also runs in 64-bit mode. 1892/head
2015-11-20 Wolfgang BangerthProvide changelog. 1891/head
2015-11-20 Wolfgang BangerthAdjust test.
2015-11-20 Wolfgang BangerthAdjust FE_DGPNonparametric to not return values on...
2015-11-20 Wolfgang BangerthImprove exception message.
2015-11-20 David WellsMerge pull request #1890 from tamiko/fix_mpi_detection
2015-11-20 Matthias MaierCMake: Compatibility fixes for CMake 3.4.0 1890/head
2015-11-19 Bruno TurcksinMerge pull request #1800 from Rombur/la_vector
2015-11-19 Bruno TurcksinRemove sadd(scalar,Vector) from VectorSpaceVector inter... 1800/head
2015-11-19 Timo HeisterMerge pull request #1882 from tjhei/remove_depr_multith...
2015-11-19 Timo Heisterchangelog entry 1882/head
2015-11-19 Timo Heisterremove deprecated MultithreadInfo code
2015-11-19 Wolfgang BangerthMerge pull request #1884 from barker29/patch-1
2015-11-18 barker29Update tria_boundary_lib.cc 1884/head
2015-11-18 Bruno TurcksinFix a typo in a comment.
2015-11-18 Timo HeisterMerge pull request #1880 from tjhei/rework_expand_insta...
2015-11-18 Timo Heisterfix expand_instantiation split logic 1880/head
2015-11-18 David WellsMerge pull request #1881 from drwells/undo-vector-scala...
2015-11-18 David WellsUpdate a deprecation message in changes.h. 1881/head
2015-11-18 David WellsRevert deprecation of Vector::add(scalar).
2015-11-17 Bruno TurcksinMerge pull request #1863 from bangerth/document-get_data
2015-11-17 Bruno TurcksinMerge pull request #1878 from Rombur/vertex_iterator
2015-11-17 Bruno TurcksinImprove operator -- 1878/head
2015-11-17 Bruno TurcksinImprove documentation.
2015-11-16 Bruno TurcksinAllow to iterate on vertices when dim = 2 or 3.
2015-11-16 Timo HeisterMerge pull request #1875 from tjhei/quick_test_msg
2015-11-16 Timo Heisterdisplay friendly quicktest message 1875/head
2015-11-16 Timo HeisterMerge pull request #1873 from tjhei/trilinos_ml_determi...
2015-11-16 Timo Heistermake Trilinos ML deterministic 1873/head
2015-11-16 Wolfgang BangerthMerge pull request #1877 from ESeNonFossiIo/warning
2015-11-16 David WellsMerge pull request #1864 from bangerth/doc-update-39
2015-11-16 ESeNonFossiIosilence warning 1877/head
2015-11-16 Martin KronbichlerMerge pull request #1874 from tjhei/trilinos_warning
2015-11-16 Timo Heisterfix trilinos warning 1874/head
2015-11-15 Timo HeisterMerge pull request #1872 from bangerth/doc-update-40
2015-11-15 Wolfgang BangerthUpdate documentation about sparsity patterns. 1872/head
2015-11-14 Timo HeisterMerge pull request #1871 from bangerth/work-around...
2015-11-14 Wolfgang BangerthWork around a bug in gcc 4.6. 1871/head
2015-11-13 Denis DavydovMerge pull request #1868 from jppelteret/fix_preconditi...
2015-11-13 Jean-Paul PelteretRemove errant line left over from a merge conflict. 1868/head
2015-11-13 Wolfgang BangerthMerge pull request #1867 from drwells/consistent-templa...
2015-11-12 David WellsPrefer PolynomialType to POLY. 1867/head
2015-11-12 David WellsPrefer StreamType to STREAM.
2015-11-12 David WellsPrefer PreconditionerType to PRECONDITIONER.
2015-11-12 David WellsFix an astyle indentation issue.
2015-11-12 David WellsPrefer SolverType to SOLVER.
2015-11-12 David WellsMore MATRIX to MatrixType
2015-11-12 David WellsMore VECTOR -> VectorType
2015-11-12 David WellsPrefer BlockVectorType to BLOCK_VECTOR.
2015-11-12 David WellsMore MATRIX -> MatrixType
2015-11-12 David WellsEven more VECTOR -> VectorType
2015-11-12 David WellsMore VECTOR -> VectorType
2015-11-12 David WellsMore VECTOR -> VectorType
2015-11-12 David WellsRemove trailing blank lines
2015-11-12 David WellsMore VECTOR -> VectorType
2015-11-12 David WellsMATRIX to MatrixType, part 1
2015-11-12 David WellsTODO double check Range, Domain, and VECTOR
2015-11-12 David WellsVECTOR to VectorType, part 2
2015-11-12 David WellsVECTOR to VectorType, part 1
2015-11-11 Wolfgang BangerthUpdate documentation of FiniteElement::shape_*. 1864/head
2015-11-11 Wolfgang BangerthDocument FiniteElement::get_*_data(). 1863/head
2015-11-11 Wolfgang BangerthMerge pull request #1859 from luca-heltai/fix-diag...
2015-11-11 Luca HeltaiMerge pull request #1860 from bangerth/add-output-objec...
2015-11-11 Luca HeltaiMerge pull request #1854 from davydden/slepc_unit_tests...
2015-11-11 Bruno TurcksinAdd read/write operations to LinearAlgebra::Vector.
2015-11-11 Luca HeltaiFixed indentation. 1859/head
2015-11-10 Luca HeltaiAdded test for BlockDiagonalOperator bug.
2015-11-10 Luca HeltaiMerge pull request #1858 from luca-heltai/fix-header
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.