]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-09-14 Wolfgang BangerthFix a comment, as requested by @tamiko. 1593/head
2015-09-13 Wolfgang BangerthFix warning about unused function argument.
2015-09-13 Wolfgang BangerthMerge pull request #1589 from tamiko/bugfix3
2015-09-13 Matthias MaierBugfix: Convert a missing variant 1589/head
2015-09-13 Matthias MaierMerge pull request #1585 from tamiko/tensor_cleanup_part1
2015-09-12 Matthias MaierThis is why I hate astyle so much. 1585/head
2015-09-12 Matthias MaierBugfix: Allow compilation in C++98 mode
2015-09-12 Matthias MaierImprove documentation, add missing @relates
2015-09-12 Matthias MaierTestsuite: Improve base/tensor_accessors_01
2015-09-12 Matthias MaierTestsuite: Briefly describe two tests
2015-09-12 Matthias MaierAdd a test
2015-09-12 Matthias MaierUse a private member object instead of public inheritance
2015-09-12 Matthias MaierBugfix: Fix return value of StoredIndex<1, S>
2015-09-12 Matthias MaierTensor<rank,dim,Number> - Implement operator* with...
2015-09-12 Matthias MaierTensor<rank,dim,Number> - use TensorAccessors::extract
2015-09-12 Timo HeisterMerge pull request #1588 from bangerth/further-FEValues...
2015-09-12 Wolfgang BangerthMake several more functions part of the internal implem... 1588/head
2015-09-12 Wolfgang BangerthMerge pull request #1587 from tamiko/bugfix2
2015-09-12 Wolfgang BangerthMove several functions from the public interface of...
2015-09-12 Matthias MaierBugfix: Be consistent and cast to const Number & 1587/head
2015-09-12 Matthias MaierBugfix: Use declval in decltype expression
2015-09-12 Wolfgang BangerthMinor cleanup.
2015-09-11 Wolfgang BangerthMerge pull request #1584 from tamiko/fix_tests
2015-09-11 Matthias MaierFix test base/tensor_accessors_04 1584/head
2015-09-11 Matthias MaierFix test base/tensor_accessors_02
2015-09-11 Wolfgang BangerthMerge pull request #1531 from tjhei/qtcreator_project
2015-09-11 Wolfgang BangerthMerge pull request #1564 from tamiko/tensor_accessors
2015-09-11 Matthias Maierastyle insists on that... 1564/head
2015-09-11 Matthias Maieradd a news/changes.h entry
2015-09-11 Matthias MaierAdd a test for TensorAccessors::contract3
2015-09-11 Matthias MaierImplement TensorAccessors::contract3
2015-09-11 Matthias MaierAdd a test for TensorAccessors::contract
2015-09-11 Matthias MaierImplement TensorAccessors::contract
2015-09-11 Matthias MaierAdd a test for TensorAccessors::extract
2015-09-11 Matthias MaierImplement TensorAccessors::extract
2015-09-11 Matthias MaierAdd a test for TensorAccessors::reordered_index_view
2015-09-11 Matthias MaierImplement TensorAccessors::reordered_index_view
2015-09-11 Matthias MaierAdd a new namespace TensorAccessors
2015-09-11 Martin KronbichlerMerge pull request #1568 from bangerth/further-FEValues...
2015-09-11 Wolfgang BangerthMerge pull request #1578 from drwells/add-gdbinit
2015-09-11 David WellsAdded a small set of pretty printers for GDB. 1578/head
2015-09-10 Wolfgang BangerthMerge pull request #1580 from tjhei/fix_solver_addition...
2015-09-10 Timo HeisterMerge pull request #1579 from Rombur/inst_bug
2015-09-10 Timo Heisterfix step-51 and tests with Solver*::AdditionalData... 1580/head
2015-09-10 Bruno TurcksinFix a bug where SolutionTransfer is not instantiated... 1579/head
2015-09-10 Wolfgang BangerthMove an internal function to the only class that now... 1568/head
2015-09-10 Wolfgang BangerthAvoid the use of an InternalData object in transform_un...
2015-09-10 Wolfgang BangerthMove transform_unit_to_real_cell from MappingQ1 to...
2015-09-10 Wolfgang BangerthOverride the Q1 mapping in MappingQ.
2015-09-10 Wolfgang BangerthRelegate getting an initial guess to StaticMappingQ1.
2015-09-10 Wolfgang BangerthFix a grammar error.
2015-09-10 Wolfgang BangerthRefer to MappingQGeneric instead to MappingQ1.
2015-09-10 Wolfgang BangerthMinor cleanups.
2015-09-10 Wolfgang BangerthLet MappingQ have a MappingQ1 member.
2015-09-10 Matthias MaierMerge pull request #1577 from maieneuro/mapping_derivat...
2015-09-10 Matthias MaierMerge pull request #1576 from bangerth/revamp-1573
2015-09-10 Maien Hamedfixed spelling mistakes 1577/head
2015-09-10 Wolfgang BangerthFix issues with #1573. 1576/head
2015-09-10 Wolfgang BangerthMerge pull request #1574 from maieneuro/mapping_derivat...
2015-09-10 Maien HamedAdded a subsection about mapping higher-order derivativ... 1574/head
2015-09-10 Martin KronbichlerMerge pull request #1575 from tjhei/changelog
2015-09-10 Timo Heisteradd to changelog 1575/head
2015-09-10 Timo HeisterMerge pull request #1573 from bangerth/fix-warnings
2015-09-10 Wolfgang BangerthAvoid a whole lot of warnings. 1573/head
2015-09-10 Wolfgang BangerthMerge pull request #1572 from tjhei/explicit_additional...
2015-09-10 Timo HeisterMerge pull request #1571 from QiaoLei-88/step40Solver
2015-09-10 Timo Heistermake AdditionalData ctor explicit 1572/head
2015-09-09 Timo HeisterMerge pull request #1570 from bangerth/fix-test-12
2015-09-09 Wolfgang BangerthAdjust type of CosineFunction::hessian. 1570/head
2015-09-09 Lei QiaoConstructors of wrapper SolverCG for PETSc and Trilinos... 1571/head
2015-09-09 Timo Heisteradd documentation files to IDE projects 1531/head
2015-09-09 Matthias MaierMerge pull request #1562 from tamiko/fix_table_indices
2015-09-09 Matthias Maierastyle 1562/head
2015-09-09 Matthias MaierAddress comments
2015-09-09 Matthias MaierAdd a news/changes.h entry
2015-09-09 Matthias MaierTableIndices: Cleanup
2015-09-09 Matthias MaierAdd std_cxx11/iterator.h to switch between std::begin...
2015-09-09 Matthias MaierMerge pull request #1566 from bangerth/fix-doxygen
2015-09-09 Wolfgang BangerthExpand DEAL_II_NAMESPACE_OPEN/CLOSE to nothing for... 1566/head
2015-09-09 Wolfgang BangerthMerge pull request #1565 from kronbichler/master
2015-09-09 Martin KronbichlerImprove C++14 test for clang 1565/head
2015-09-09 Wolfgang BangerthMerge pull request #1561 from tamiko/fix_compilation
2015-09-09 Matthias MaierBugfix: Avoid C++11 only features 1561/head
2015-09-09 Matthias MaierMerge pull request #1555 from bangerth/instantiate...
2015-09-08 Wolfgang BangerthMerge pull request #1558 from QiaoLei-88/tutorialDescri...
2015-09-08 Matthias MaierMerge pull request #1560 from tjhei/fix_no_trilinos
2015-09-08 Timo Heisterfix compilation without trilinos 1560/head
2015-09-08 Wolfgang BangerthMerge pull request #1557 from tamiko/block_linop_bugfix
2015-09-08 Lei Qiaoupdate description of step-11 1558/head
2015-09-08 Matthias MaierBugfix: Disallow templated constructor/copy assignment... 1557/head
2015-09-08 Wolfgang BangerthProvide a changelog entry. 1555/head
2015-09-08 Wolfgang BangerthInstantiate MappingQ1Eulerian for the same classes...
2015-09-08 Wolfgang BangerthMerge pull request #1550 from davydden/function_hessian
2015-09-08 Denis Davydovadded Function::hessian() 1550/head
2015-09-08 Martin KronbichlerMerge pull request #1552 from tjhei/trilinos_preconditi...
2015-09-08 Timo Heisterremove warnings in trilinos_precondition*cc 1552/head
2015-09-08 Wolfgang BangerthMerge pull request #1540 from maieneuro/third_derivatives
2015-09-08 Wolfgang BangerthMerge pull request #1549 from tamiko/cleanup
2015-09-08 Maien Hamedadded tests for other elements 1540/head
2015-09-08 Maien HamedImplemented computation of shape function 3rd derivativ...
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.