]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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...
2015-09-08 Martin KronbichlerMerge pull request #1551 from maieneuro/remove_compute_2nd
2015-09-08 Maien Hamedremoved the no longer necessary FiniteElement::differen... 1551/head
2015-09-07 Matthias MaierTestsuite: Update serialization tests 1549/head
2015-09-07 Matthias MaierBugfix: Provide const TensorIndicesHelper<>::extract...
2015-09-07 Matthias MaierTestsuite: Fix invalid constructor calls
2015-09-07 Matthias MaierTestsuite: Fix invalid constructor calls
2015-09-07 Wolfgang BangerthMerge pull request #1546 from tamiko/fix_testsuite
2015-09-07 Matthias MaierTestesuite: Bugfix: Fix configuration for with_64bit_in... 1546/head
2015-09-07 Timo HeisterMerge pull request #1545 from tamiko/fix_cxx11_thread_check
2015-09-07 Matthias MaierCMake: Bugfix: Export -pthread when trying to link 1545/head
2015-09-07 Matthias MaierMerge pull request #1517 from tamiko/complexify
2015-09-07 Matthias MaierBugfix: Use generic initializer in Tensor::norm() 1517/head
2015-09-07 Matthias MaierDo not use Tensor<..>(bool) contstructor in headers...
2015-09-07 Matthias MaierCosmetic change: Attach operator to conversion type
2015-09-07 Matthias MaierTensor, Point: Remove constructor taking a boolean...
2015-09-07 Matthias MaierCosmetic change: Use member initializer list
2015-09-07 Matthias MaierBugfix: Put tensor_base.h back in place.
2015-09-07 Matthias MaierBugfix: Remove an unnecessary second pass for value...
2015-09-07 Matthias MaierBugfix: Avoid C++11 only syntax
2015-09-07 Matthias MaierWorkaround for a bug in gcc-4.8 wrt to operator* and...
2015-09-07 Matthias MaierBugfix: Dissallow access to an object of type Tensor...
2015-09-07 Matthias MaierRemove unnecessary specializations and a confusing...
2015-09-07 Matthias MaierObsolete tensor_base.h, refactor everything to tensor.h
2015-09-07 Matthias MaierBugfix: Avoid temporaries
2015-09-07 Matthias MaierBugfix: Only run this test in C++11 mode
2015-09-07 Matthias MaierBugfix: Remove ambiguity.
2015-09-07 Matthias MaierBugfix: Do not use C++11 features
2015-09-07 Matthias MaierBugfix: Add more typetraits to ProductType for non...
2015-09-07 Matthias MaierBugfix: Allow creation and handling of Tensor<rank...
2015-09-07 Matthias MaierBugfix: Remove superfluous operator<< and fix ambiguity
2015-09-07 Matthias MaierBugfix: Tensor<rank,dim>: Always store a tensor type...
2015-09-07 Matthias MaierBugfixes: Update wrong descriptions, fix typos
2015-09-07 Matthias MaierBugfix: Update Point<dim,Number> documentation, fix...
2015-09-07 Matthias MaierBugfix: Avoid C++11 features
2015-09-07 Matthias MaierBugfix: Promote VectorizedArray<Number> to a scalar...
2015-09-07 Matthias Maierrun astyle
2015-09-07 Matthias Maieradd a news/changes.h entry
2015-09-07 Matthias MaierMinor Bugfixes on Point<dim>
2015-09-07 Matthias MaierRestructure declarations in tensor_base.h and tensor.h
2015-09-07 Matthias MaierEliminate specialization for Tensor<1,dim>
2015-09-07 Matthias MaierTensor<rank, dim>: Finish interface cleanup
2015-09-07 Matthias MaierTestsuite: Add a test for mixed type operations
2015-09-07 Matthias MaierTensor<1, dim>: Finish interface cleanup
2015-09-07 Matthias MaierTensor<0,dim>: Use cast instead of friend declaration...
2015-09-07 Matthias MaierTensor<0,dim>: Also provide operators for scalar multip...
2015-09-07 Matthias MaierTensor<k,dim>: Remove superfluous operator* variants
2015-09-07 Matthias MaierTensor<0,dim,Number>: Implement mixed (tensor) operations
2015-09-07 Matthias MaierBugfix: Fix type ambiguity for two calls to std::min
2015-09-07 Wolfgang BangerthMerge pull request #1515 from tcclevenger/write_svg
2015-09-07 Martin KronbichlerMerge pull request #1544 from maieneuro/remove_compute_2nd
2015-09-07 Maien Hamedremoved compute_2nd as hessians are analytically computed 1544/head
2015-09-07 tcclevengerAdd SparsityPattern::print_svg 1515/head
2015-09-07 Martin KronbichlerMerge pull request #1541 from tjhei/enable_muelu_tests
2015-09-07 Timo Heisterenable muelu tests with newer Trilinos 1541/head
2015-09-07 Timo HeisterMerge pull request #1516 from tjhei/new_inst_file_splitting
2015-09-07 Timo Heisteraddress comments 1516/head
2015-09-07 Timo HeisterMerge pull request #1534 from drwells/refactor-q1-mappi...
2015-09-07 Timo HeisterMerge pull request #1536 from tamiko/fix_cxx11_thread_d...
2015-09-06 Wolfgang BangerthMerge pull request #1539 from tamiko/gold
2015-09-06 David WellsUse exceptions to mark Q1 transform failures. 1534/head
2015-09-06 Matthias MaierCMake: Refactor check for -fuse-ld=gold into check_01_c... 1539/head
2015-09-06 Wolfgang BangerthUse gold instead of the traditional linker if possible. 1492/head
2015-09-06 Wolfgang BangerthMerge pull request #1522 from bangerth/further-FEValues...
2015-09-06 Wolfgang BangerthReapply a patch that would otherwise have been lost... 1522/head
2015-09-06 Wolfgang BangerthStore the correct polynomial degree in MappingQGeneric.
2015-09-06 Wolfgang BangerthRemove MappingQ copy constructor.
2015-09-06 Wolfgang BangerthSimplify code.
2015-09-06 Wolfgang BangerthSome more preparatory work for separating MappingQ/Q1.
2015-09-06 Wolfgang BangerthRefactor MappingQ/Q1 into a common base class.
2015-09-06 Wolfgang BangerthMake MappingQ::InternalData protected.
2015-09-06 Wolfgang BangerthRemove a whole bunch of code.
2015-09-06 Wolfgang BangerthMove the computation of the Mapping values into initial...
2015-09-06 Wolfgang BangerthMove the code that initializes the Mapping{Q,Q1}::Inter...
2015-09-06 Wolfgang BangerthGet rid of the awkward dispatch mechanism in MappingQ...
2015-09-06 Wolfgang BangerthAttempt to disentangle MappingQ1 and MappingQ.
2015-09-06 Wolfgang BangerthMerge pull request #1533 from drwells/tria-iterator...
2015-09-06 Matthias MaierDocumentation: Increase minimal compiler versions to... 1536/head
2015-09-06 Matthias MaierCMake: Avoid running CXX11 Thread support test
2015-09-05 David WellsAdd operator< to TriaRawIterator. 1533/head
2015-09-05 Wolfgang BangerthMerge pull request #1532 from QiaoLei-88/step15Eqn
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.