]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-10-06 Denis Davydovadd size_type to MGInterfaceOperator 5204/head
2017-10-03 Denis DavydovMerge pull request #5174 from davydden/la_p_block_scala...
2017-10-03 Denis Davydovminor doxygen fixes 5174/head
2017-10-03 Daniel ArndtMerge pull request #5182 from bangerth/update-test
2017-10-03 Luca HeltaiMerge pull request #5151 from tamiko/generalized_interp...
2017-10-03 Luca HeltaiMerge pull request #5183 from bangerth/doc-update
2017-10-03 Wolfgang BangerthMerge pull request #5178 from masterleinad/fix_compile_...
2017-10-03 Luca HeltaiMerge pull request #5172 from davydden/parpack_pointers
2017-10-03 Daniel Arndtstatic_asserts for SUNDIALS solvers 5178/head
2017-10-03 Denis Davydovmake sure multivector_inner_product() updates Property...
2017-10-03 Denis Davydovadd LA::d::BlockVector::multivector_inner_product()
2017-10-03 Denis Davydovadd Utilities::MPI::sum() for LAPACKFullMatrix objects
2017-10-03 Wolfgang BangerthMerge pull request #5190 from drwells/add-lapacksupport...
2017-10-03 David WellsEnable doxygen for the LAPACKSupport namespace. 5190/head
2017-10-03 David WellsMerge pull request #5186 from bangerth/doc-update-2
2017-10-03 David WellsMerge pull request #5181 from bangerth/fix-exception-2
2017-10-03 David WellsMerge pull request #5187 from bangerth/empty-constructor
2017-10-02 Wolfgang BangerthUse =default for an empty constructor. 5187/head
2017-10-02 Wolfgang BangerthUpdate documentation of SparseMatrixEZ. 5186/head
2017-10-02 David WellsMerge pull request #5180 from bangerth/fix-exception
2017-10-02 Wolfgang BangerthA minor doc update to class CellID. 5183/head
2017-10-02 Wolfgang BangerthUpdate a test. 5182/head
2017-10-02 Wolfgang BangerthMake sure a destructor does not throw any exceptions. 5181/head
2017-10-02 Wolfgang BangerthCatch exception by reference. 5180/head
2017-10-02 Wolfgang BangerthMerge pull request #5177 from masterleinad/unused_vars
2017-10-02 Daniel ArndtExtend convert_generalized_support_point_values_to_dof_...
2017-10-02 Daniel ArndtDisable some Sundials functions for complex-valued...
2017-10-02 Daniel ArndtMerge pull request #5109 from davydden/interpolate_mg
2017-10-02 Daniel ArndtSilence warnings for unused parameters without LAPACK 5177/head
2017-10-02 Luca HeltaiMerge pull request #4729 from gassmoeller/add_particle_...
2017-09-29 Denis Davydovparpack: add additional solve() which takes eigenvector... 5172/head
2017-09-28 Daniel ArndtMerge pull request #5170 from bangerth/fix-warning
2017-09-28 Wolfgang BangerthFix a warning about a missing return statement. 5170/head
2017-09-28 Denis DavydovMerge pull request #5154 from davydden/lapack_cholesky
2017-09-28 Daniel ArndtMerge pull request #5164 from bangerth/cleanups
2017-09-28 Daniel ArndtMerge pull request #5168 from bangerth/doc-update
2017-09-28 Wolfgang BangerthMerge pull request #5106 from luca-heltai/extract-used...
2017-09-28 Wolfgang BangerthProperly qualify a function name. 5168/head
2017-09-28 Wolfgang BangerthMerge pull request #5107 from eldarkh/fix-hp-rt-issues
2017-09-28 Wolfgang BangerthMerge pull request #5166 from luca-heltai/switch-order...
2017-09-28 Rene GassmoellerAddress comments, add test for ParticleIterator and... 4729/head
2017-09-28 Martin KronbichlerMerge pull request #5074 from jwitte08/vectorized_tenso...
2017-09-28 Julius WitteAdded a changelog entry. 5074/head
2017-09-28 Luca HeltaiSwitched order of arguments in SUNDIALS::* constructors. 5166/head
2017-09-27 David WellsMerge pull request #5165 from bangerth/simplify
2017-09-27 Matthias Maierrun astyle. yes, it looks quite bad :-( 5151/head
2017-09-27 Matthias Maierrefactor code
2017-09-27 Wolfgang BangerthSimplify some con/destructors by using =default. 5165/head
2017-09-27 David WellsMerge pull request #5149 from bangerth/more-hp-work
2017-09-27 Denis Davydovmove thread mutex 5154/head
2017-09-27 Matthias MaierBugfix: Also handle nested fe systems
2017-09-27 Matthias Maieradd a test
2017-09-27 Matthias Maierreorganize generalized_interpolation tests, add a variant
2017-09-27 Wolfgang BangerthPrefer std::make_shared() over operator new(). 5164/head
2017-09-27 Matthias Maierreenable last part of numerics/generalized_interpolation_02
2017-09-27 Matthias MaierVectorTools::interpolate - support transformations...
2017-09-27 Denis Davydovminor documentation cleanup
2017-09-27 Wolfgang BangerthSimplify some pieces of code.
2017-09-27 Wolfgang BangerthReorder statements to avoid some computations when...
2017-09-27 Denis Davydovremove an empty line 5109/head
2017-09-27 Denis Davydovadd changelog entries
2017-09-27 Denis Davydovextend MappingQEulerian to work with multi-grid solutio...
2017-09-27 Denis Davydovadd MGTransferMatrixFree::interpolate_to_mg() to transf...
2017-09-27 Wolfgang BangerthMerge pull request #5156 from luca-heltai/arkode
2017-09-27 Luca HeltaiMerge pull request #5148 from tamiko/make_dealii_great_...
2017-09-27 Luca HeltaiMerge pull request #5162 from masterleinad/restrict_tes...
2017-09-27 Luca HeltaiFixed WB comments. 5106/head
2017-09-27 Luca HeltaiGridTools::find_closest_vertex with mapping argument.
2017-09-27 Luca HeltaiAdded test with MappingQEulerian.
2017-09-27 Luca HeltaiGridTools::find_closest_vertex(map, point)
2017-09-27 Luca HeltaiNew GridTools::extract_used_vertices function.
2017-09-27 Luca HeltaiMerge pull request #5159 from bangerth/doc-update
2017-09-27 Luca Heltaideal2lkit -> deal.II, 2015 -> 2017 5156/head
2017-09-27 Luca HeltaiChangeLog.
2017-09-27 Luca HeltaiBrusselator test with jacobian.
2017-09-27 Luca HeltaiTest all nonjacobian interfaces.
2017-09-27 Luca HeltaiARKode interface.
2017-09-27 Luca HeltaiAdd ARKode to FindSUNDIALS.
2017-09-27 Daniel ArndtMerge pull request #5163 from masterleinad/unused_param...
2017-09-27 Luca HeltaiMerge pull request #5153 from bangerth/avoid-raw-pointers
2017-09-27 Denis DavydovMerge pull request #5161 from drwells/add-deal-ii-with...
2017-09-27 Daniel ArndtRemove unused parameter 5163/head
2017-09-27 Daniel ArndtRestrict tests requiring p4est 5162/head
2017-09-27 Denis Davydova changelog for LAPACKSupport::Property
2017-09-27 Denis Davydovuse Testing::rand() to generate matrices
2017-09-27 Denis Davydovadd a changelog
2017-09-27 Denis Davydovadd thread mutex to const functions which use mutable...
2017-09-27 Denis Davydovextend LAPACKFullMatrix to do Cholesky, inverse of...
2017-09-27 David WellsAdd DEAL_II_WITH_PETSC_WITH_HYPRE. 5161/head
2017-09-26 Eldar KhattatovFix flux_sparsity and project_boundary_values for vecto... 5107/head
2017-09-26 David WellsMerge pull request #4994 from jppelteret/petsc_mumps
2017-09-26 Daniel ArndtMerge pull request #5158 from bangerth/avoid-raw-pointers-2
2017-09-26 Wolfgang BangerthUpdate documentation in VectorMemory and derived classes. 5159/head
2017-09-26 Wolfgang BangerthAvoid raw pointers in favor of VectorMemory::Pointer... 5158/head
2017-09-26 Luca HeltaiMerge pull request #5116 from luca-heltai/parameter...
2017-09-26 Wolfgang BangerthMerge pull request #5157 from tjhei/step56-template...
2017-09-26 Luca HeltaiAdded initialize with input_stream, and optional prm. 5116/head
2017-09-26 Luca HeltaiAdded default prm to add_parameter().
2017-09-26 Luca HeltaiChangelog.
2017-09-26 Luca HeltaiTest for path handling.
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.