]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-08-25 Wolfgang BangerthDon't use a reference for a 'const unsigned int'. 7119/head
2018-08-25 Daniel ArndtMerge pull request #7115 from davydden/fix/fe_enriched_...
2018-08-24 David WellsMerge pull request #7114 from dkumorAtGitHub/bugfix_iss...
2018-08-24 Dustin KumorFixed compiling error due to misapplication of variable... 7114/head
2018-08-24 Denis Davydovreplace num_colors by n_colors 7115/head
2018-08-24 Dustin KumorAdded carriage return at the end of changelog file
2018-08-24 Denis Davydovfix uninitialized variable in FE_Enriched Helper class
2018-08-24 Dustin KumorCorrected spelling error in changelog file
2018-08-24 Dustin KumorCorrected push_back-command argument and added a change...
2018-08-24 Dustin KumorFixed bug in member function AffineConstraints<number...
2018-08-24 David WellsMerge pull request #7108 from drwells/remove-erf-include
2018-08-24 Daniel ArndtMerge pull request #7110 from bangerth/ex-10-11
2018-08-24 Daniel ArndtMerge pull request #7112 from bangerth/avoid-assertion
2018-08-23 Daniel ArndtMerge pull request #7111 from drwells/remove-fe-interpo...
2018-08-23 Wolfgang BangerthSimplify two functions. 7112/head
2018-08-23 David WellsRemove a reference to FiniteElement::interpolate(). 7111/head
2018-08-23 Wolfgang BangerthAvoid loop increment operations with side effects. 7110/head
2018-08-23 Daniel ArndtMerge pull request #7104 from masterleinad/const_correc...
2018-08-23 David WellsRemove some unused boost erf includes. 7108/head
2018-08-23 David WellsMerge pull request #7106 from masterleinad/replace_math_std
2018-08-23 David WellsMerge pull request #7105 from masterleinad/deltete_wron...
2018-08-23 Daniel ArndtDon't use math functions not preceded with std:: 7106/head
2018-08-23 Daniel ArndtDelete wrong configuration test for fe_enriched_color_07 7105/head
2018-08-23 Daniel ArndtConst-correctness in lac/vector_operations_internal.h 7104/head
2018-08-22 Daniel ArndtMerge pull request #7067 from Rombur/new_cuda_mpi
2018-08-22 Bruno TurcksinMerge pull request #7075 from masterleinad/fix_remainin...
2018-08-22 Daniel ArndtChangelog entry 7075/head
2018-08-22 Daniel ArndtSolverFGMRES, SolverBiCGStab, SolverRichardson, SolverR...
2018-08-22 Daniel ArndtSolverQMRS
2018-08-22 Daniel ArndtSolverMinRes
2018-08-22 Daniel ArndtSolverFIRE
2018-08-22 Daniel ArndtImplement CUDAWrappers::Vector::norm_sqr
2018-08-22 Bruno TurcksinAdd changelog entry 7067/head
2018-08-22 Bruno TurcksinAdd tests
2018-08-22 Bruno TurcksinAdd support for CUDA memory space in LA::distributed...
2018-08-22 Daniel ArndtMerge pull request #7089 from drwells/add-Table-iterators
2018-08-22 David WellsAdd matrix iterators to Table (and FullMatrix). 7089/head
2018-08-22 David WellsMerge pull request #7097 from bangerth/conditional
2018-08-21 Wolfgang BangerthUse std::conditional instead of a switch class. 7097/head
2018-08-21 Daniel ArndtMerge pull request #7094 from masterleinad/cudawrappers...
2018-08-21 Daniel ArndtMerge pull request #7096 from davydden/feature/asserts_...
2018-08-21 Denis Davydovsimplify the zero fix 7096/head
2018-08-21 Denis Davydovadd a note why we have zeros in first_index
2018-08-21 Denis Davydovadd asserts and comments in MPI::Partitioner
2018-08-21 Wolfgang BangerthMerge pull request #7081 from drwells/affineconstraints...
2018-08-21 Wolfgang BangerthMerge pull request #7090 from AlexanderBlank/add_parame...
2018-08-21 Denis DavydovMerge pull request #7087 from bangerth/doc-update
2018-08-21 Wolfgang BangerthAdd some discussion about extractors. 7087/head
2018-08-21 Daniel ArndtRename functions allocating and deleting 7094/head
2018-08-21 Wolfgang BangerthMerge pull request #7042 from masterleinad/serial_perio...
2018-08-21 Daniel ArndtUse unique_ptr in CUDAWrappers::SparseMatrix
2018-08-21 Bruno TurcksinMerge pull request #7082 from masterleinad/improve_cuda...
2018-08-21 Daniel ArndtSimplify some logic in Triangulation::prepare_coarsenin... 7042/head
2018-08-21 AlexanderBlankAdded overloads for ParameterHandler getters to accept... 7090/head
2018-08-20 Wolfgang BangerthMerge pull request #7072 from masterleinad/fix_cuda_wra...
2018-08-20 David WellsUse line_n for line number in AffineConstraints. 7081/head
2018-08-20 David WellsConvert an internal function into a lambda.
2018-08-20 Martin KronbichlerMerge pull request #6863 from drwells/add-cylinder...
2018-08-20 Martin KronbichlerMerge pull request #7086 from masterleinad/replace_fixe...
2018-08-20 Daniel ArndtAdd tests 7082/head
2018-08-20 Wolfgang BangerthUpdate a comment about which FEValues extractors are...
2018-08-20 Daniel ArndtChangelog entry
2018-08-20 Daniel ArndtAdd a move assignment operator for CUDAWrappers::Sparse...
2018-08-20 Daniel ArndtImplement CUDAWrappers::SparseMatrix::print*
2018-08-20 Daniel ArndtMerge pull request #7083 from masterleinad/cuda_assert_...
2018-08-20 Daniel ArndtReplace Utilities::fixed_int_power by Utilities::pow 7086/head
2018-08-20 Bruno TurcksinMerge pull request #7085 from kronbichler/avoid_depreca...
2018-08-20 Martin KronbichlerAvoid deprecated fixed_int_power 7085/head
2018-08-20 Daniel ArndtMerge pull request #7078 from drwells/fix-sign-warnings
2018-08-20 Martin KronbichlerMerge pull request #7032 from kronbichler/matrix_free_i...
2018-08-20 David WellsRemove extra table.h inclusions.
2018-08-19 Daniel ArndtChangelog entry 7083/head
2018-08-19 Daniel ArndtUse AssertNothrowCuda
2018-08-19 Daniel ArndtAdd Nothrow variants to CUDA and CUSPARSE assert
2018-08-19 Daniel ArndtChange CUDAWrappers::size_type to int
2018-08-19 Jean-Paul PelteretMerge pull request #7079 from drwells/duplicated-branch...
2018-08-19 Martin KronbichlerMerge pull request #7080 from drwells/mapping-manifold...
2018-08-19 David WellsConvert some loops in AffineConstraints to range-for...
2018-08-18 David WellsUse references instead of pointers.
2018-08-18 David WellsEnsure initlog() is used in tests/manifold and tests... 7080/head
2018-08-18 David WellsFix some duplicated branch warnings. 7079/head
2018-08-18 David WellsFix some sign comparison warnings. 7078/head
2018-08-18 Daniel ArndtUse Utilities::CUDA functions and use variable names... 7072/head
2018-08-18 Martin KronbichlerAdd documentation. 7032/head
2018-08-17 David WellsMerge pull request #7063 from masterleinad/avoid_except...
2018-08-17 David WellsMerge pull request #7076 from bangerth/glossary
2018-08-17 David WellsMerge pull request #7073 from bangerth/trilinos
2018-08-17 Wolfgang BangerthReference the 'coarse mesh' glossary entry. 7076/head
2018-08-17 Wolfgang BangerthFix links to pages that no longer exist. 7073/head
2018-08-17 Bruno TurcksinConsistently use const std::shared_ptr & for the import...
2018-08-17 Daniel ArndtMove global deal_II_exceptions variables into the inter... 7063/head
2018-08-17 David WellsMerge pull request #7070 from bangerth/muparser
2018-08-17 David WellsMerge pull request #7062 from bangerth/glossary
2018-08-17 Wolfgang BangerthFix links to the trilinos website.
2018-08-17 Wolfgang BangerthAdd a glossary entry for the term 'coarse mesh'. 7062/head
2018-08-16 Daniel ArndtMerge pull request #7068 from masterleinad/introduce_co...
2018-08-16 Daniel ArndtMerge pull request #7061 from marcfehling/vardata-soltrans
2018-08-16 Daniel ArndtMake some cudaError_t variables const
2018-08-16 Wolfgang BangerthMerge pull request #6984 from davydden/feature/storage
2018-08-16 Daniel ArndtChangelog entry
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.