]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-08-24 Jean-Paul PelteretAdded brackets around **shape_value_ptr++ in fe_values.cc 4947/head
2017-08-24 Jean-Paul PelteretUpdate FEValues::internal::do_function_* to use std...
2017-08-24 Jean-Paul PelteretUpdate FEValuesViews OutputType to use std::decay
2017-08-23 Wolfgang BangerthMerge pull request #4946 from drwells/fix-fe-collection...
2017-08-23 David WellsWork around a compiler bug in a variadic template. 4946/head
2017-08-23 Bruno TurcksinMerge pull request #4917 from drwells/timer-cpu-usage...
2017-08-23 Wolfgang BangerthMerge pull request #4940 from masterleinad/fix_tests
2017-08-23 Daniel ArndtRelax trilinos/precondition.output 4940/head
2017-08-23 Daniel ArndtFix integrators/advection_01
2017-08-23 Daniel ArndtMerge pull request #4936 from bangerth/consistent-templ...
2017-08-23 David WellsClean up the Timer CPU time calculations. 4917/head
2017-08-23 Wolfgang BangerthConsistently use 'template <...' with a space. 4936/head
2017-08-22 Timo HeisterMerge pull request #4933 from bangerth/use-American...
2017-08-22 Jean-Paul PelteretMerge pull request #4930 from bangerth/doc-update
2017-08-22 Wolfgang BangerthUse American English spelling. 4933/head
2017-08-22 Jean-Paul PelteretMerge pull request #4932 from bangerth/add-changelog
2017-08-22 Wolfgang BangerthImprove some wording. 4930/head
2017-08-22 Wolfgang BangerthAdd a changelog entry. 4932/head
2017-08-22 Jean-Paul PelteretMerge pull request #4931 from bangerth/fix-grammar
2017-08-22 Wolfgang BangerthUse 'destroyed' instead of 'destructed'.
2017-08-22 Wolfgang BangerthUse 'destroyed' instead of 'destructed'. 4931/head
2017-08-22 Wolfgang BangerthFix a couple of more places in step-6.
2017-08-22 Wolfgang BangerthMerge pull request #4908 from masterleinad/get_fe_colle...
2017-08-22 Wolfgang BangerthMerge pull request #4928 from masterleinad/fix_deprecat...
2017-08-22 Wolfgang BangerthMerge pull request #4926 from masterleinad/fix_integrat...
2017-08-22 Daniel ArndtFix all deprecations in examples 4928/head
2017-08-22 Daniel ArndtFix integrators/laplacian_01 4926/head
2017-08-22 Daniel ArndtFix up documentation and (related) deprecations in... 4908/head
2017-08-22 Daniel ArndtDeprecate distribute_mg_dofs with one parameter
2017-08-22 Daniel ArndtRemove selected_fe from DoFHandler
2017-08-22 Daniel ArndtReplace hp::FECollection copies by constant references
2017-08-22 Daniel ArndtDeprecate all DoFTools compatibility functions for...
2017-08-22 Martin KronbichlerMerge pull request #4881 from bangerth/branch-8
2017-08-22 Martin KronbichlerMerge pull request #4924 from bangerth/simplify-code
2017-08-22 Martin KronbichlerMerge pull request #4925 from bangerth/simplify-pointer...
2017-08-22 Wolfgang BangerthSimplify the VectorMemory::Pointer class. 4925/head
2017-08-21 David WellsMerge pull request #4923 from bangerth/fix-warning
2017-08-21 Wolfgang BangerthUpdate the style of tests. 4881/head
2017-08-21 Wolfgang BangerthAdd a whole bunch of tests for hp::DoFHandler on p...
2017-08-21 Wolfgang BangerthEnable hp::DoFHandler on parallel meshes.
2017-08-21 Wolfgang BangerthUse standard language to call things 'argument' instead... 4924/head
2017-08-21 Wolfgang BangerthSimplify code that uses variadic templates.
2017-08-21 Wolfgang BangerthAvoid a warning with gcc 4.8. 4923/head
2017-08-21 Wolfgang BangerthMerge pull request #4893 from jppelteret/tensor_symm_te...
2017-08-21 Jean-Paul PelteretAdded changelog entries for Tensor and SymmetricTensor... 4893/head
2017-08-21 Jean-Paul PelteretAdded test for symmetric tensor operations with generic...
2017-08-21 Jean-Paul PelteretAdded single contraction operator* for symm tensor...
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor operator /
2017-08-21 Jean-Paul PelteretFixed symmetric tensor operator * (scalar * symm_ten)
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor operator* (tensor contrac...
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor operator* (double contract...
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor constructor (from tensor...
2017-08-21 Jean-Paul PelteretGeneralised dim 3 rank 4 symmetric tensor invert()...
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor double_contract() on numbe...
2017-08-21 Jean-Paul PelteretGeneralised symmetric tensor scalar product on number...
2017-08-21 Jean-Paul PelteretGeneralised tensor linfty_norm() on number type
2017-08-21 Jean-Paul PelteretGeneralised tensor l1_norm() on number type
2017-08-21 Wolfgang BangerthMerge pull request #4922 from masterleinad/improve_erro...
2017-08-21 Daniel ArndtImprove error message in hp::FECollection constructor 4922/head
2017-08-21 Bruno TurcksinMerge pull request #4902 from davydden/fix_zeor_const_f...
2017-08-20 Daniel ArndtStore the hp::FECollection object for a DoFHandler
2017-08-20 Daniel ArndtMerge pull request #4915 from drwells/fix-gsl-compilation
2017-08-20 Denis Davydovremove redundant destructors 4902/head
2017-08-20 Wolfgang BangerthMerge pull request #4911 from drwells/remove-have-sys...
2017-08-20 David WellsFix compilation with GSL. 4915/head
2017-08-20 David WellsMerge pull request #4905 from drwells/timer-mpi-fixes
2017-08-20 Wolfgang BangerthMerge pull request #4913 from masterleinad/explicit_tensor
2017-08-20 David WellsGive the MPI::MinMaxAvg members of Timer more descripti... 4905/head
2017-08-20 Daniel ArndtChangelog entry 4913/head
2017-08-20 Daniel ArndtImprove error message for odd rank SymmetricTensor
2017-08-20 Daniel ArndtMark conversion constructors of SymmetricTensor and...
2017-08-20 Jean-Paul PelteretMerge pull request #4912 from masterleinad/fix_include_...
2017-08-20 Martin KronbichlerMerge pull request #4676 from davydden/mg_block_transfe...
2017-08-20 Martin KronbichlerMerge pull request #4909 from masterleinad/improve_fe_c...
2017-08-20 Martin KronbichlerMerge pull request #4910 from Rombur/fix_cuda
2017-08-20 Daniel ArndtFix include directories for ADOLC 4912/head
2017-08-20 Daniel ArndtAdd an Assert for DoFHandler::get_finite_element()
2017-08-20 David WellsAdd a changelog entry summarizing the removed #defines. 4911/head
2017-08-19 Daniel ArndtChangelog entry
2017-08-19 David WellsRemove the check for sys/types.h.
2017-08-19 David WellsMerge pull request #4862 from masterleinad/nothrow_exce...
2017-08-19 Bruno TurcksinFix a bug in CUDA matix-free when there is no constraint 4910/head
2017-08-19 Daniel ArndtAdd changelog entry 4909/head
2017-08-19 Daniel ArndtImprove hp::FECollection
2017-08-19 Daniel ArndtIntroduce get_finite_element and get_fe_collection
2017-08-19 Daniel ArndtMerge pull request #4906 from drwells/actually-remove...
2017-08-19 Denis Davydovchange inheritance structure of ZeroFunction and Consta...
2017-08-19 Denis Davydovreplace occurances of ZeroFunction and ConstantFunction...
2017-08-19 Timo HeisterMerge pull request #4907 from drwells/remove-wreturn...
2017-08-19 Denis Davydovfix typos
2017-08-19 Denis Davydovmove ConstantFunction and ZeroFunction to Functions...
2017-08-19 David WellsRemove DEAL_II_WRETURN_TYPE_CONST_QUALIFIER_BUG. 4907/head
2017-08-19 David WellsActually remove DEAL_II_EXPLICIT_CONSTRUCTOR_BUG. 4906/head
2017-08-19 Matthias MaierMerge pull request #4904 from masterleinad/fix_mpi_tests
2017-08-18 Daniel ArndtFix failing MPI tests 4904/head
2017-08-18 David WellsWrite an '#error' message with a string.
2017-08-18 David WellsAvoid mentioning a deprecated function in the docs.
2017-08-18 David WellsClean things up with a delegating constructor call.
2017-08-18 David WellsEnable MPI timer features when MPI is not present.
2017-08-18 Wolfgang BangerthMerge pull request #4903 from masterleinad/fix_number_type
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.