]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-08-28 Daniel ArndtMerge pull request #7131 from jppelteret/ad-doc_01
2018-08-28 Jean-Paul PelteretDoc fix: Correct all instances of "Adol-C" 7131/head
2018-08-28 Daniel ArndtMerge pull request #7098 from bangerth/particles
2018-08-28 David WellsMerge pull request #7128 from masterleinad/adolc_unused...
2018-08-28 Daniel ArndtAvoid warning about unused variable in configure_tapele... 7128/head
2018-08-27 Jean-Paul PelteretMerge pull request #7126 from bangerth/doc-update-3
2018-08-27 Wolfgang BangerthImprove documentation of RefinementPossibilities. 7126/head
2018-08-27 Daniel ArndtMerge pull request #7084 from masterleinad/cuda_precond...
2018-08-27 Daniel ArndtMerge pull request #7100 from Rombur/mmult
2018-08-27 Jean-Paul PelteretMerge pull request #7107 from drwells/remove-constraint...
2018-08-27 Wolfgang BangerthMerge pull request #7113 from masterleinad/assert_posit...
2018-08-27 Daniel ArndtFix documentation 7084/head
2018-08-27 Bruno TurcksinAdd entry in changelog 7100/head
2018-08-27 Bruno TurcksinAdd test for mmult using Trilinos matrices in parallel
2018-08-27 Bruno TurcksinFix a bug when using mmult in parallel for Trilinos...
2018-08-27 Bruno TurcksinAdd requirement for EpetraExt when using Trilinos
2018-08-27 Jean-Paul PelteretMerge pull request #7124 from masterleinad/shared_point...
2018-08-27 Bruno TurcksinMerge pull request #7088 from kronbichler/fix_small_bug...
2018-08-27 Daniel ArndtFix last remaining instance of passing shared_ptr<Parti... 7124/head
2018-08-27 Wolfgang BangerthMerge pull request #6975 from jppelteret/ad-helpers_01
2018-08-26 Wolfgang BangerthMerge pull request #7121 from masterleinad/pass_built_i...
2018-08-26 Jean-Paul PelteretAD Helpers: Introduce base class for AD helper classes 6975/head
2018-08-26 Daniel ArndtMerge pull request #7122 from drwells/remove-unused...
2018-08-26 Daniel ArndtAvoid const reference to temporary 7121/head
2018-08-26 Daniel ArndtDon't pass const double by reference
2018-08-26 Daniel ArndtDon't pass const bool by reference
2018-08-26 Daniel ArndtDon't pass const int by reference
2018-08-26 Daniel ArndtDon't pass const unsigned int by reference
2018-08-26 Daniel ArndtDon't pass const long int by reference
2018-08-26 Daniel ArndtUse a VectorType instead of unsigned int in LaplaceOper...
2018-08-25 David WellsMerge pull request #7119 from bangerth/ref
2018-08-25 David WellsRemove an unused array. 7122/head
2018-08-25 Wolfgang BangerthMerge pull request #7118 from jppelteret/ad-drivers_02
2018-08-25 Wolfgang BangerthDon't use a reference for a 'const unsigned int'. 7119/head
2018-08-25 Jean-Paul PelteretEnhancements to AD drivers header 7118/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 Daniel ArndtUse Assert instead, lower the standard required and... 7113/head
2018-08-24 David WellsRemove all references to 'constraint matrix'. 7107/head
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 Daniel ArndtAssert positive exponents in Utilities::pow
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 Wolfgang BangerthAdd a changelog entry. 7098/head
2018-08-22 Wolfgang BangerthAdd a test.
2018-08-22 Wolfgang BangerthAdd the missing implementation of a function.
2018-08-22 Wolfgang BangerthUpdate a couple of comments.
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...
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.