]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-02-19 Benjamin BrandsChange scale rows/columns and split tests 5869/head
2018-02-15 Jean-Paul PelteretGeneralise Scalapack scale_columns and scale_rows functions
2018-02-14 Benjamin Brandsavoid compiler warning -unused-variable
2018-02-14 Benjamin Brandsadd routines for multiplication of ScaLAPACKMatrices...
2018-02-14 Benjamin Brandsadd ScaLAPACKMatrix.copy_transposed()
2018-02-14 Benjamin Brandsadd routines to add ScaLAPACKMatrices + tests
2018-02-14 Benjamin Brandsroutines to scale rows/columns of ScaLAPACKMatrix ...
2018-02-05 Daniel ArndtMerge pull request #5828 from drwells/split-expensive...
2018-02-05 Daniel ArndtMerge pull request #5864 from masterleinad/fix_unused_s...
2018-02-05 Denis DavydovMerge pull request #5863 from bangerth/doc-update
2018-02-05 Daniel ArndtFix unused variables in SUNDIALS wrappers' destructors 5864/head
2018-02-05 Daniel ArndtMerge pull request #5859 from drwells/new-cylindricalma...
2018-02-05 David WellsMerge pull request #5849 from masterleinad/fix_float64
2018-02-04 Wolfgang BangerthMerge pull request #5854 from masterleinad/fix-coverity
2018-02-04 Wolfgang BangerthExpand on the explanation of update_quadrature_points. 5863/head
2018-02-04 David WellsRemove some extra underscores. 5859/head
2018-02-04 David WellsRequire a Tensor for an argument that indicates direction.
2018-02-04 Daniel ArndtFix issues discovered by Coverity 5854/head
2018-02-04 Denis DavydovMerge pull request #5851 from masterleinad/clang_unused...
2018-02-04 David WellsMerge pull request #5856 from masterleinad/fix_bundled_...
2018-02-04 Denis DavydovMerge pull request #5847 from tjhei/doxygen_sundials
2018-02-04 Daniel ArndtFix warnings for bundled muParser 5856/head
2018-02-04 Daniel ArndtFix warnings for bundled boost
2018-02-04 Denis DavydovMerge pull request #5855 from masterleinad/replace_last...
2018-02-04 Denis DavydovMerge pull request #5805 from dangars/gmsh-test
2018-02-04 Jean-Paul PelteretMerge pull request #5853 from drwells/unused-scalapack
2018-02-03 Daniel ArndtRemove tria_boundary.h and replace Boundary<2>::FaceVer... 5855/head
2018-02-03 David WellsMerge pull request #5852 from drwells/remove-cylinderma...
2018-02-03 Timo Heisterdocument sundials namespace 5847/head
2018-02-03 David WellsSuppress warnings in bundled packages. 5853/head
2018-02-03 David Wellscomment out unused variables in scalapack bindings.
2018-02-03 David WellsMark some functions as 'inline' to avoid warnings. 5828/head
2018-02-03 Daniel ArndtReplace the last Boundary object in the tests
2018-02-03 David WellsSplit fe_values.cc into more instantiation files.
2018-02-03 David WellsImprove a check for the mapping degree.
2018-02-03 David WellsClean up the included headers a bit.
2018-02-03 David WellsSplit the grid tools instantiations.
2018-02-03 David WellsAdd another LAC unity file.
2018-02-03 David WellsSplit data_out_dof_data instantiations.
2018-02-03 David WellsRemove the hidden CylindricalManifold<dim, 3> code. 5852/head
2018-02-03 Daniel ArndtMerge pull request #5846 from bangerth/step-dependencies
2018-02-03 Daniel ArndtAllow detecting unused parameters using clang 5851/head
2018-02-03 Daniel ArndtMerge pull request #5845 from bangerth/doc-update
2018-02-03 Wolfgang BangerthMerge pull request #5834 from masterleinad/fullmatrix_s...
2018-02-03 Wolfgang BangerthMerge pull request #5850 from masterleinad/fix_scalapack_10
2018-02-03 Daniel ArndtFix scalapack_10 5850/head
2018-02-03 Daniel ArndtDeal with the remaining Float64 output files 5849/head
2018-02-03 Daniel ArndtChangelog entry 5834/head
2018-02-03 Daniel ArndtUpdate test output
2018-02-03 Daniel Arndtstatic_cast in full_matrix.templates.h
2018-02-03 Daniel Arndtstatic_cast in lapack_full_matrix.h
2018-02-03 Daniel ArndtReplace n_rows() by m(), n_cols() by n() in lapack_full...
2018-02-03 Daniel ArndtChange size_type for LAPACKFullMatrix
2018-02-03 Daniel ArndtChange size_type for FullMatrix
2018-02-03 Daniel ArndtUse size_type in table.h for index access
2018-02-03 Daniel ArndtUse std::size_t in table_indices.h for index access
2018-02-03 Daniel ArndtRemove const_cast in lapack_full_matrix.cc
2018-02-03 Daniel ArndtUse the type of the largest value in AssertIndexRange
2018-02-02 Wolfgang BangerthList for each tutorial what others it depends on. 5846/head
2018-02-02 Wolfgang BangerthUpdate documentation around hyper-balls and spherical... 5845/head
2018-02-02 Daniel ArndtMerge pull request #5842 from jppelteret/add_dim_0_tens...
2018-02-02 David WellsMerge pull request #5843 from masterleinad/unused_dof_h...
2018-02-02 Daniel ArndtFix unused variables in dof_handler.cc 5843/head
2018-02-02 Jean-Paul PelteretChange the default value of a parameter from 0 to nullptr. 5842/head
2018-02-02 Jean-Paul PelteretFacilitate casting between tensors of AD numbers to...
2018-02-02 Jean-Paul PelteretAdd operator assigning a scalar to a Tensor<0>.
2018-02-02 Wolfgang BangerthMerge pull request #5781 from BenBrands/scalapack
2018-02-01 Denis DavydovMerge pull request #5841 from jppelteret/fix_5840
2018-02-01 Daniel Garcia... Add Transfinite Line 5805/head
2018-02-01 Jean-Paul PelteretRemove a typedef thats unused when compiling in release... 5841/head
2018-02-01 Denis DavydovMerge pull request #5827 from bangerth/sort-code-gallery
2018-02-01 Denis DavydovMerge pull request #5837 from QiaoLei-88/fix_icc15_compile
2018-02-01 Denis DavydovMerge pull request #5836 from bangerth/fix-wording
2018-02-01 Wolfgang BangerthUse less obscure wording. 5836/head
2018-02-01 David WellsMerge pull request #5838 from kronbichler/mf_dg_step1
2018-02-01 Martin KronbichlerAdd macro for __restrict keyword. 5838/head
2018-02-01 Denis DavydovMerge pull request #5831 from masterleinad/fix_periodic...
2018-02-01 Wolfgang BangerthMerge pull request #5835 from Rombur/trilinos_documentation
2018-02-01 Lei Qiaosatisfy icc 15 about template arguments of std::map's 5837/head
2018-02-01 Bruno TurcksinRemove reference to a function that does not exist 5835/head
2018-02-01 David WellsMerge pull request #5833 from masterleinad/fix_enriched_ice
2018-01-31 Daniel ArndtWorkaround ICC compiler bug 5833/head
2018-01-31 David WellsMerge pull request #5832 from masterleinad/fix_typo_fin...
2018-01-31 Daniel ArndtFix typo FinitElement 5832/head
2018-01-31 Bruno TurcksinMerge pull request #5826 from Rombur/cusparse_assert
2018-01-31 Martin KronbichlerMerge pull request #5714 from masterleinad/replace_hype...
2018-01-31 Bruno TurcksinAdd changelog entry 5826/head
2018-01-31 Bruno TurcksinAdd AssertCusparse macro to check that a cuSPARSE routi...
2018-01-30 Daniel ArndtImprove documentation 5831/head
2018-01-30 Daniel ArndtClean up 5714/head
2018-01-30 Daniel ArndtReplace HyperShellBoundary by SphericalManifold in...
2018-01-30 Daniel ArndtFix else branch in SphericalManifold::normals_at_vertices
2018-01-30 Daniel ArndtFix mpi/periodicity_01
2018-01-30 Daniel ArndtMerge pull request #5830 from kronbichler/fix_mg_transf...
2018-01-30 Martin KronbichlerAdd changelog. 5830/head
2018-01-30 Martin KronbichlerAdd test.
2018-01-30 Martin KronbichlerFix transfer for high polynomial degrees.
2018-01-30 Martin KronbichlerMerge pull request #5819 from drwells/project-to-object-tol
2018-01-30 Martin KronbichlerMerge pull request #5711 from masterleinad/simplify_nor...
2018-01-29 Wolfgang BangerthSort entries to the code gallery by their name, not... 5827/head
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.