]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-08-31 Daniel ArndtFix Issue 1128 and enable periodicity_03 1455/head
2015-08-27 Matthias MaierMerge pull request #1447 from bangerth/doc-update-36
2015-08-27 Wolfgang BangerthFix documentation text. 1447/head
2015-08-27 Wolfgang BangerthMerge pull request #1446 from tamiko/fix_compilation
2015-08-27 Matthias MaierFix compilation in c++98/03 mode 1446/head
2015-08-27 Matthias MaierAvoid c++11'ism and fix compilation for C++98/03 mode
2015-08-27 Wolfgang BangerthMerge pull request #1442 from tamiko/complex_support
2015-08-27 Matthias MaierBugfix: Use Tensor<...,Number>() instead of Tensor... 1442/head
2015-08-27 Matthias MaierAdd a changes.h entry
2015-08-27 Matthias Maieradd a test for complex support in Function, TensorFunction
2015-08-27 Matthias MaierInstantiate dealii::Function and dealii::TensorFunction...
2015-08-27 Matthias MaierBugfix: Use Tensor<...,Number>() instead of Point<dim>()
2015-08-27 Matthias MaierRefactor template definitions into tensor_function...
2015-08-27 Matthias MaierRefactor template definitions into function.templates.h
2015-08-27 Matthias MaierRefactor template definitions into function_time.templa...
2015-08-26 Matthias MaierMerge pull request #1436 from tamiko/refined_version_su...
2015-08-26 Matthias Maiersmall cleanup 1436/head
2015-08-26 Matthias Maieradd a changes.h entry
2015-08-26 Matthias MaierDocumentation: Update to reflect changes in version...
2015-08-26 Matthias MaierTestsuite: Allow for comparison operators in feature...
2015-08-26 Wolfgang BangerthMerge pull request #1437 from tjhei/fix_halo_layer_comp...
2015-08-26 Timo HeisterMerge pull request #1440 from drwells/fix-doc-typos-2
2015-08-26 David WellsRemove trailing whitespace in the documentation. 1440/head
2015-08-26 David WellsUpdate the example cmake output.
2015-08-26 David WellsFix some typos in the documentation.
2015-08-26 Timo Heisterfix compilation error in compute_ghost_cell_halo_layer 1437/head
2015-08-26 Wolfgang BangerthMerge pull request #1396 from jppelteret/halo_functions
2015-08-26 Wolfgang BangerthMerge pull request #1434 from tamiko/complexify
2015-08-26 Jean-Paul PelteretImplementation of general cell halo layer function... 1396/head
2015-08-25 Matthias MaierMerge pull request #1435 from bangerth/fix-names-in...
2015-08-25 Wolfgang BangerthFix misspelled names. 1435/head
2015-08-25 Matthias MaierMerge pull request #1432 from bangerth/implement-bounda...
2015-08-25 Matthias Maierfix typo
2015-08-25 Wolfgang BangerthInstantiate GridIn<1,3>. 1432/head
2015-08-25 Wolfgang BangerthSet boundary indicators in GridIn on vertices in 1d.
2015-08-25 Matthias MaierPackagedOperation: Also test for complex number support 1434/head
2015-08-25 Matthias MaierLinearOperator: Also test for complex number support
2015-08-25 Bruno TurcksinMerge pull request #1428 from bangerth/further-FEValues...
2015-08-25 Wolfgang BangerthUnbreak compilation. 1428/head
2015-08-25 Martin KronbichlerMerge pull request #1425 from bangerth/further-FEValues...
2015-08-25 Wolfgang BangerthMove initialization of MappingQ1::InternalData into... 1425/head
2015-08-25 Wolfgang BangerthMove a bunch of internal functions into anonymous names...
2015-08-25 Wolfgang BangerthMove a bunch of internal functions into anonymous names...
2015-08-24 Matthias MaierMerge pull request #1427 from drwells/remove-affinity...
2015-08-24 Matthias MaierMerge pull request #1422 from bangerth/further-FEValues...
2015-08-24 David WellsRemove the test affinity.cc. 1427/head
2015-08-24 Wolfgang BangerthMerge pull request #1426 from tamiko/glob_for_categories
2015-08-24 Matthias MaierTestsuite: Automatically find testsuite subprojects 1426/head
2015-08-24 Wolfgang BangerthMerge pull request #1423 from guidokanschat/warnings
2015-08-24 Guido Kanschateliminate two compiler warnings 1423/head
2015-08-24 Wolfgang BangerthReshuffle and group member declarations of MappingQ1. 1422/head
2015-08-24 Matthias MaierMerge pull request #1419 from bangerth/further-FEValues...
2015-08-24 Matthias MaierMerge pull request #1420 from bangerth/restrict-templat...
2015-08-24 Wolfgang BangerthMerge pull request #1415 from tamiko/fixes_for_bc
2015-08-24 Wolfgang BangerthRestrict template arguments for FEValues::reinit(). 1420/head
2015-08-24 Wolfgang BangerthMake the Mapping and FE output objects members of FEValues. 1419/head
2015-08-24 Matthias Maierimprove documentation on rotation matrix for periodic... 1415/head
2015-08-23 Matthias MaierFix typos and clarify documentation
2015-08-23 Matthias Maierfix indentation (astyle *** *** ****** *****!)
2015-08-23 Matthias MaierAdd a changes.h entry
2015-08-23 Daniel ArndtFixup documentation for Periodicity constraints
2015-08-23 Matthias MaierPeriodic bc: Adjust tests to new interface
2015-08-23 Matthias MaierPeriodic bc: Relocate first_vector_components parameter
2015-08-22 Wolfgang BangerthMerge pull request #1417 from jppelteret/fix-mesh_converter
2015-08-22 Martin KronbichlerMerge pull request #1416 from QiaoLei-88/SparseMatrixEZ
2015-08-22 Jean-Paul PelteretBug fix in GridIn::read_abaqus(): Stride size is someti... 1417/head
2015-08-22 Martin KronbichlerMerge pull request #1414 from bangerth/simplify-code
2015-08-22 Wolfgang BangerthMerge pull request #1406 from bangerth/further-FEValues...
2015-08-22 Lei Qiaolet SparseMatrixEZ not reset memory allocation paramter... 1416/head
2015-08-21 Wolfgang BangerthSimplify code. 1414/head
2015-08-21 Bruno TurcksinMerge pull request #1411 from bangerth/fix-test-9
2015-08-21 Wolfgang BangerthFix tests in 64-bit mode. 1411/head
2015-08-21 Wolfgang BangerthMerge pull request #1410 from drwells/remove-apple...
2015-08-21 Martin KronbichlerMerge pull request #1346 from QiaoLei-88/zeroToSparseMa...
2015-08-21 Wolfgang BangerthMerge pull request #1408 from bangerth/fix-normal-vecto...
2015-08-21 Wolfgang BangerthMake the type of normal vectors a Tensor. 1408/head
2015-08-21 David WellsClean up TriaAccessor white space. 1410/head
2015-08-21 David WellsRemove apple gcc-3.3 compatability.
2015-08-21 Wolfgang BangerthMerge pull request #1393 from tamiko/small_cleanup
2015-08-21 Wolfgang BangerthAdd a changelog entry. 1406/head
2015-08-21 Wolfgang BangerthClarify one comment.
2015-08-21 Wolfgang BangerthIndent one function argument.
2015-08-21 Wolfgang BangerthLink to the new documentation module.
2015-08-21 Wolfgang BangerthAdd a doxygen module on the interplay between FEValues...
2015-08-21 Wolfgang BangerthMerge pull request #1404 from tamiko/update_documentation
2015-08-21 Matthias MaierCMake: Add to the relevant upstream bug report 1393/head
2015-08-21 Matthias Maieradd a changelog entry 1404/head
2015-08-21 Matthias MaierDocumentation: Document user testsuite feature
2015-08-21 Bruno TurcksinMerge pull request #1407 from bangerth/fix-test-4
2015-08-21 Wolfgang BangerthFix a test. 1407/head
2015-08-20 Wolfgang BangerthMerge pull request #1398 from bangerth/further-FEValues...
2015-08-20 Wolfgang BangerthBetter document FiniteElement. 1398/head
2015-08-20 Wolfgang BangerthMerge pull request #1405 from tamiko/fix_readme
2015-08-20 Matthias MaierMerge pull request #1400 from bangerth/further-FEValues...
2015-08-20 Matthias MaierRemove obsolete line 1405/head
2015-08-20 Matthias MaierMerge pull request #1334 from jppelteret/mesh_converter
2015-08-20 Matthias MaierMerge pull request #1399 from bangerth/further-FEValues...
2015-08-20 Matthias MaierMerge pull request #1383 from bangerth/further-FEValues...
2015-08-20 Matthias MaierMerge pull request #1382 from bangerth/further-FEValues...
2015-08-20 Timo HeisterMerge pull request #1403 from bangerth/doc-update-35
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.