]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-07-17 Wolfgang BangerthUse a clearer initialization syntax. 4622/head
2017-07-17 David WellsMerge pull request #4617 from bangerth/fix-error-messages
2017-07-17 Wolfgang BangerthReplace message-less exceptions with ones that say... 4617/head
2017-07-17 Wolfgang BangerthMerge pull request #4618 from drwells/namespace-grid
2017-07-16 David WellsReorganize (some of) the internal grid functions. 4618/head
2017-07-16 Matthias MaierMerge pull request #4615 from tamiko/bugfix_gmg_2
2017-07-16 Matthias MaierAdd a changes entry 4615/head
2017-07-16 Matthias MaierBugfix: Do not assume a fully functional matrix interfa...
2017-07-16 Matthias MaierBugfix: Add overload for linear_operator that takes...
2017-07-16 Matthias MaierBugfix: Initialize with a linear_operator
2017-07-16 Wolfgang BangerthMerge pull request #4616 from drwells/namespace-fes
2017-07-16 David WellsPut internal FE functions in specific namespaces. 4616/head
2017-07-15 Daniel ArndtMerge pull request #4601 from vishalkenchan/new/solver_fire
2017-07-14 vishalkenchanupdated authors 4601/head
2017-07-14 vishalkenchanupdated documentation
2017-07-14 vishalkenchannew SolverFIRE inertial relaxation algorithm
2017-07-14 Wolfgang BangerthMerge pull request #4587 from kronbichler/master
2017-07-14 Wolfgang BangerthMerge pull request #4607 from tamiko/deprecate_pointer_...
2017-07-14 Wolfgang BangerthMerge pull request #4614 from drwells/rename-c++11...
2017-07-14 David WellsRemove 'with_cxx11' checks from test output files. 4614/head
2017-07-14 Denis DavydovMerge pull request #4612 from tamiko/bugfix_gmg
2017-07-14 Matthias MaierBugfix: Revert an accidential change of an unrelated... 4612/head
2017-07-14 Matthias Maieradd a changes entry 4607/head
2017-07-14 Matthias MaierDeprecate PointerMatrix
2017-07-14 Bruno TurcksinMerge pull request #4606 from tamiko/do_not_user_pointe...
2017-07-14 Martin KronbichlerAdd changelog 4587/head
2017-07-14 Martin KronbichlerUse tensor product matrix in MappingQGeneric.
2017-07-14 Martin KronbichlerAdd new class TensorProductMatrix
2017-07-14 Daniel ArndtMerge pull request #4597 from bangerth/cleanup-table...
2017-07-14 Matthias MaierBugfix: Use operator exemplars for preconditioners 4606/head
2017-07-13 Matthias Maiermake astyle happy
2017-07-13 Matthias MaierWork around an incompatibility of MatrixBlockArray...
2017-07-13 Matthias Maiermultigrid/transfer_matrix_free_11: Only run if MPI...
2017-07-13 Matthias MaierRemove obsolete includes
2017-07-13 Matthias MaierCleanup: Use LinearOperator instead of PointerMatrix
2017-07-13 Matthias MaierCleanup: Use LinearOperator instead of PointerMatrix
2017-07-13 Matthias MaierCleanup: Use LinearOperator instead of PointerMatrix
2017-07-13 Matthias MaierCleanup: Use LinearOperator instead of PointerMatrix
2017-07-13 David WellsMerge pull request #4605 from bangerth/delete-constructors
2017-07-12 Bruno TurcksinMerge pull request #4602 from bangerth/doc-update
2017-07-12 Bruno TurcksinMerge pull request #4593 from bangerth/dofhandler-cleanup-2
2017-07-12 Wolfgang BangerthDelete one unimplemented constructor. 4605/head
2017-07-12 Wolfgang BangerthClarify a statement.
2017-07-12 Wolfgang BangerthDelete the copy constructor of class Triangulation.
2017-07-12 Wolfgang BangerthDelete a copy operator that wasn't implemented anyway.
2017-07-12 Wolfgang BangerthDelete, rather than just mark as unnecessary, some...
2017-07-12 Wolfgang BangerthDelete a constructor instead of making it private.
2017-07-12 Wolfgang BangerthDelete the constructor of MultithreadInfo.
2017-07-12 Wolfgang BangerthDelete a constructor instead of making it private.
2017-07-12 Wolfgang BangerthDelete the constructor of p::s::Triangulation when...
2017-07-12 Wolfgang BangerthDelete the constructor of p::d::Triangulation when...
2017-07-12 Wolfgang BangerthClarify that namespace GridRefinement is about *marking... 4602/head
2017-07-12 Matthias MaierMerge pull request #4604 from bangerth/avoid-raw-pointers
2017-07-12 Matthias MaierMerge pull request #4603 from bangerth/make-sync-iterat...
2017-07-12 Wolfgang BangerthUse a std::unique_ptr instead of a raw pointer in Chunk... 4604/head
2017-07-12 Wolfgang BangerthUse a std::unique_ptr instead of a raw pointer in Spars...
2017-07-11 Wolfgang BangerthAdd changelog. 4603/head
2017-07-11 Wolfgang BangerthMake SynchronousIterators::iterators private.
2017-07-11 Martin KronbichlerMerge pull request #4599 from drwells/remove-manifold...
2017-07-11 David WellsMake some manifold checks in MappingQGeneric dimension... 4599/head
2017-07-11 Martin KronbichlerMerge pull request #4596 from bangerth/simplify-data...
2017-07-11 Martin KronbichlerMerge pull request #4592 from drwells/namespace-free...
2017-07-10 Wolfgang BangerthAdd a test that truly tests hp::DoFHandler on shared... 4593/head
2017-07-10 Wolfgang BangerthAdd some more converted tests.
2017-07-10 Wolfgang BangerthMake a constructor 'explicit'. 4597/head
2017-07-10 Wolfgang BangerthAdd changelog entry.
2017-07-10 Wolfgang BangerthDeprecate filling TableIndices indices with invalid...
2017-07-10 Martin KronbichlerMerge pull request #4527 from tcclevenger/periodicity_f...
2017-07-10 Martin KronbichlerMerge pull request #4595 from bangerth/reduce-code...
2017-07-10 Wolfgang BangerthNo longer store dofs_per_vertex for each MG vertex. 4596/head
2017-07-10 Wolfgang BangerthAdd changelog entry. 4595/head
2017-07-10 Wolfgang BangerthAdd tests.
2017-07-10 Wolfgang BangerthReduce code duplication.
2017-07-09 Wolfgang BangerthMerge pull request #4594 from drwells/nedelec-umfpack...
2017-07-09 David WellsReorganize the internal mapping functions. 4592/head
2017-07-09 David WellsRequire UMFPACK explicitly in some Nedelec element... 4594/head
2017-07-09 Wolfgang BangerthAdd tests for hp::DoFHandler on shared::Triangulation.
2017-07-09 Wolfgang BangerthRelax a couple of assertions for parallel cases.
2017-07-09 Wolfgang BangerthSimplify logic a bit.
2017-07-09 Wolfgang BangerthSimplify the logic in an instantiation file.
2017-07-09 Wolfgang BangerthProvide the ParallelShared policy with a DoFHandlerType...
2017-07-09 Wolfgang BangerthRewrap comments.
2017-07-09 Wolfgang BangerthSimplify some code that parallelizes operations.
2017-07-09 Wolfgang BangerthMerge pull request #4591 from drwells/mappingmanifold-1d
2017-07-09 Wolfgang BangerthMerge pull request #4590 from drwells/detemplatize...
2017-07-09 Daniel ArndtMerge pull request #4588 from bangerth/simplify-declaration
2017-07-08 David WellsChange MappingManifold<1, spacedim> to use face manifolds. 4591/head
2017-07-08 David Wellsde-templatize SparsityPattern::copy_from. 4590/head
2017-07-08 David WellsMerge pull request #4578 from bangerth/dofhandler-cleanup
2017-07-08 Matthias MaierMerge pull request #4589 from bangerth/doc-update
2017-07-08 Wolfgang BangerthMinor update to a glossary entry. 4589/head
2017-07-08 Wolfgang BangerthAdd a changelog entry. 4588/head
2017-07-08 Wolfgang BangerthSimplify the template signature of DoFRenumbering:...
2017-07-08 tcclevengeradd periodicity to MGTransfer matrix free and prebuilt 4527/head
2017-07-08 Wolfgang BangerthMerge pull request #4586 from bangerth/add-test
2017-07-08 David WellsMerge pull request #4585 from bangerth/unify-function
2017-07-08 David WellsMerge pull request #4584 from bangerth/update-tests
2017-07-07 Daniel ArndtMerge pull request #4583 from drwells/generalize-fallth...
2017-07-07 Wolfgang BangerthAdd a shared::tria test where one processor has no... 4586/head
2017-07-07 Wolfgang BangerthAdd a changelog entry. 4585/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.