]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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
2015-09-05 Lei Qiaocorrect equation in intro of step-15 1532/head
2015-09-05 Luca HeltaiMerge pull request #1530 from asartori86/fix_multiple_p...
2015-09-05 Timo Heisternew .inst splitting insolution_transfer.cc
2015-09-05 alberto sartorifix multiple parameter loop tests 1530/head
2015-09-05 Timo Heisteradd changelog
2015-09-05 Timo Heistermove error_estimator code into templates.h
2015-09-05 Timo Heistersplit compilation units
2015-09-05 Timo HeisterImplement .inst splitting in make_instantiations
2015-09-05 Wolfgang BangerthMerge pull request #1377 from maieneuro/analytical_hess...
2015-09-04 Maien Hamedchanged shape hessians in FE_PolyTensor to use analytic... 1377/head
2015-09-04 Wolfgang BangerthMerge pull request #1520 from asartori86/prm_preprocess
2015-09-04 alberto sartoriallows continuation lines in ParameterHandler 1520/head
2015-09-04 Matthias MaierMerge pull request #1524 from Rombur/cxx11_thread_bug
2015-09-04 Wolfgang BangerthMerge pull request #1525 from tjhei/sparsity_pattern_docs
2015-09-04 Timo Heisterupdate documentation 1525/head
2015-09-03 Bruno TurcksinWorkaround a bug with Ubuntu 14.04 1524/head
2015-09-03 Wolfgang BangerthMerge pull request #1521 from kronbichler/master
2015-09-03 Martin KronbichlerAttempt to fix non-C++11 code path 1521/head
2015-09-03 Wolfgang BangerthMerge pull request #1518 from tamiko/fix_openmp_simd_co...
2015-09-03 Matthias Maieradd news/changes.h entry 1518/head
2015-09-03 Matthias MaierCMake: Fix openmp-simd configuration
2015-09-02 Wolfgang BangerthMerge pull request #1424 from davydden/fe_nothing_dominate
2015-09-02 Denis Davydovfixed compiler warning in dof_tools_constraints 1424/head
2015-09-02 Denis Davydovtest make_hanging_node_constraints() with hp-ref and...
2015-09-02 Denis Davydovsimplified Grid generation in hp_constraints_neither_do...
2015-09-02 Denis Davydovextend make_hp_hanging_node_constraints to hp-ref with...
2015-09-02 Denis Davydovfix find_least_face_dominating_fe() for self-domination
2015-09-02 Denis Davydovtest make_hanging_node_constraints() with p-ref and...
2015-09-02 Denis Davydovextend make_hanging_node_constraints() to the case...
2015-09-02 Martin KronbichlerMerge pull request #1513 from bangerth/further-FEValues...
2015-09-02 Martin KronbichlerMerge pull request #1512 from bangerth/further-FEValues...
2015-09-02 Wolfgang BangerthDeprecate FEValues::transform(). 1513/head
2015-09-02 Wolfgang BangerthProvide MappingQ::transform() variants. 1512/head
2015-09-02 Martin KronbichlerMerge pull request #1510 from bangerth/further-FEValues...
2015-09-02 Wolfgang BangerthUpdate documentation of Mapping::transform() functions. 1510/head
2015-09-02 Wolfgang BangerthReorder the arguments to Mapping::transform().
2015-09-02 Wolfgang BangerthMerge pull request #1507 from tjhei/test_fixes
2015-09-02 Timo Heisterfix compilation error 1507/head
2015-09-02 Timo Heisterdo not elide initializer list braces
2015-09-02 Wolfgang BangerthMerge pull request #1497 from bangerth/update-step-6
2015-09-02 Wolfgang BangerthProvide a changelog entry. 1497/head
2015-09-02 Wolfgang BangerthProvide more links.
2015-09-02 Wolfgang BangerthUpdate the 'possibilities for extensions' section of...
2015-09-02 Wolfgang BangerthUpdate step-6 results section in a few places.
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.