]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-06-21 Wolfgang BangerthRemove hp::DoFHandler::MGVertexDoFs. 4533/head
2017-06-20 David WellsMerge pull request #4526 from bangerth/dofhandler-cleanup
2017-06-20 Bruno TurcksinMerge pull request #4531 from bangerth/fix-typos
2017-06-20 Wolfgang BangerthFix a couple of typos. 4531/head
2017-06-20 Daniel ArndtMerge pull request #4529 from bangerth/add-static-asserts
2017-06-20 Wolfgang BangerthGuard static_asserts against MS VC. 4529/head
2017-06-19 Wolfgang BangerthMerge pull request #4530 from drwells/fix-parameterhand...
2017-06-19 David WellsFix two test outputs. 4530/head
2017-06-19 David WellsUse constant strings in two places.
2017-06-19 Wolfgang BangerthAdd a couple of static asserts to SolutionTransfer.
2017-06-19 Wolfgang BangerthReturn an object by value, rather than filling a refere... 4526/head
2017-06-19 Wolfgang BangerthMerge pull request #4525 from drwells/ignore-no-virtual...
2017-06-19 Wolfgang BangerthMerge pull request #4476 from tamiko/add_clang_format_file
2017-06-19 Wolfgang BangerthMerge pull request #4519 from luca-heltai/key-value...
2017-06-19 Wolfgang BangerthMerge pull request #4524 from drwells/use-d-linear...
2017-06-19 Wolfgang BangerthRename a member variable to better reflect its purpose.
2017-06-19 Wolfgang BangerthBreak comments.
2017-06-19 Wolfgang BangerthMove the CellDataTransferBuffer class out of an enclosi...
2017-06-19 Wolfgang BangerthRename the cellinfo structure to CellDataTransferBuffer.
2017-06-19 Wolfgang BangerthRemove a commented out piece of code.
2017-06-19 Wolfgang BangerthNon-functional source cleanups at the textual level.
2017-06-19 Wolfgang BangerthRemove a wrong comment. Add some code documentation.
2017-06-19 Wolfgang BangerthMake control flow more obvious.
2017-06-19 Wolfgang BangerthReplace an explicit by an implicit loop.
2017-06-19 Wolfgang BangerthNon-functional source cleanups at the textual level.
2017-06-19 Wolfgang BangerthDo not check that 'new' returned a non-NULL pointer.
2017-06-19 Wolfgang BangerthAdd documentation.
2017-06-19 Wolfgang BangerthExplicitly delete copy constructor and operator.
2017-06-19 Wolfgang BangerthUse std::unique_ptr instead of std::shared_ptr for...
2017-06-19 Wolfgang BangerthAdjust serialization output for use of std::unique_ptr.
2017-06-19 Wolfgang BangerthUse std::unique_ptrs instead of raw pointers for level...
2017-06-19 David WellsAdd a pragma for ignoring nonvirtual destructors. 4525/head
2017-06-19 David WellsUse GeometryInfo<dim>::d_linear_shape_function in two... 4524/head
2017-06-18 Timo HeisterMerge pull request #4523 from masterleinad/fix_uninitia...
2017-06-18 Daniel ArndtFix uninitialized member variables in DoFInfo 4523/head
2017-06-18 Denis DavydovMerge pull request #4522 from asartori86/fix_assert
2017-06-18 Wolfgang BangerthRemove an empty 'private:' section.
2017-06-17 alberto sartoriadded missing spacedim template 4522/head
2017-06-16 Daniel ArndtMerge pull request #4505 from bangerth/strict-enums
2017-06-16 Wolfgang BangerthMerge pull request #4521 from drwells/fix-trilinos...
2017-06-16 David WellsFix the Trilinos quick test. 4521/head
2017-06-15 Martin KronbichlerMerge pull request #4520 from drwells/vertex-inlining
2017-06-15 Luca HeltaiFixed typos. 4519/head
2017-06-15 David WellsMark the vertex lookup functions as inline. 4520/head
2017-06-14 Bruno TurcksinMerge pull request #4515 from jppelteret/fix_tw_solverb...
2017-06-14 Martin KronbichlerMerge pull request #4516 from drwells/improve-vertex...
2017-06-14 Jean-Paul PelteretMerge pull request #4517 from masterleinad/fixup_petsc_...
2017-06-14 Luca HeltaiImproved code in Patterns::List
2017-06-14 Luca HeltaiAdded new parameter to Patterns::Map
2017-06-14 Luca HeltaiMerge pull request #4518 from luca-heltai/string-delimi...
2017-06-14 David WellsImprove vertex caching in a few places. 4516/head
2017-06-14 Luca HeltaiAdded changelog. 4518/head
2017-06-14 Luca HeltaiUtilities::split_string_list take a string instead...
2017-06-14 Daniel ArndtFix up PETSc tests 4517/head
2017-06-14 Jean-Paul PelteretPropogate settings set in TrilinosWrappers::Solver... 4515/head
2017-06-14 Martin KronbichlerMerge pull request #4514 from kronbichler/fix_derivativ...
2017-06-14 Martin KronbichlerFix derivative form test by outputting numbers with... 4514/head
2017-06-13 Martin KronbichlerMerge pull request #4513 from masterleinad/fix_paramete...
2017-06-13 Wolfgang BangerthMerge pull request #4509 from masterleinad/deprecations_1
2017-06-13 Daniel ArndtFix parameter_handler_double_02 4513/head
2017-06-13 David WellsMerge pull request #4510 from masterleinad/deprecations_2
2017-06-13 Martin KronbichlerMerge pull request #4511 from drwells/inline-line-to...
2017-06-13 David WellsInline GeometryInfo<dim>::line_to_cell_vertices. 4511/head
2017-06-13 Daniel ArndtMerge pull request #4504 from bangerth/save-flags
2017-06-13 Daniel ArndtCleanup AdditionalData in SolverCG and SolverGMRES 4510/head
2017-06-12 Daniel ArndtMerge pull request #4506 from kronbichler/fix_block_rel...
2017-06-12 Daniel ArndtRemove more deprecated member methods in vector classes 4509/head
2017-06-12 Daniel ArndtRemove deprecated member functions in vector classes
2017-06-12 Wolfgang BangerthMerge pull request #4508 from luca-heltai/unique-ptr...
2017-06-12 Luca HeltaiMake clone and crete return std::unique_ptr in Patterns. 4508/head
2017-06-12 Luca HeltaiMerge pull request #4507 from luca-heltai/double-to...
2017-06-12 Luca HeltaiFixed Determinant in DerivativeForm. 4507/head
2017-06-11 Martin KronbichlerImplement vmult() method in RelaxationBlock{Jacobi... 4506/head
2017-06-10 Martin KronbichlerMerge pull request #4494 from kronbichler/multigrid_per...
2017-06-10 Martin KronbichlerSimplify step() in PreconditionChebyshev. 4494/head
2017-06-10 Wolfgang BangerthAdd changelog. 4505/head
2017-06-10 Wolfgang BangerthUse only enum values, don't look at bits.
2017-06-10 Wolfgang BangerthAdd changelog entry. 4504/head
2017-06-10 Wolfgang BangerthAdd test.
2017-06-10 Wolfgang BangerthSave the state of the stream we're going to write into.
2017-06-09 David WellsMerge pull request #4495 from bangerth/const-prm-print...
2017-06-09 Martin KronbichlerAdd changelog
2017-06-09 Martin KronbichlerAugment documentation
2017-06-09 Martin KronbichlerUse shortcut in multigrid smoothing in case we want...
2017-06-09 Martin KronbichlerMerge pull request #4502 from tjhei/document_cell_id
2017-06-09 Martin KronbichlerMerge pull request #4383 from drwells/dof-data-cleanup-1
2017-06-09 Timo Heisterdocument CellId better 4502/head
2017-06-09 Martin KronbichlerMerge pull request #4496 from rosskynch/IntegratedLegen...
2017-06-09 Matthias MaierMerge pull request #4501 from drwells/set-openmp-enviro...
2017-06-09 Ross KynchFixed comment spacing in header. Fixed some typos in... 4496/head
2017-06-08 David WellsSet OMP_NUM_THREADS=2 in the test suite. 4501/head
2017-06-08 Wolfgang BangerthAdd changelog entries. 4495/head
2017-06-08 Wolfgang BangerthMake ParameterHandler::print_parameters() const.
2017-06-08 Daniel ArndtMerge pull request #4378 from class4kayaker/fix_initlog
2017-06-08 Daniel ArndtMerge pull request #4499 from kronbichler/fix_print_for...
2017-06-08 Martin KronbichlerFix FullMatrix::print_formatted for NaN entries. 4499/head
2017-06-08 Martin KronbichlerMerge pull request #4497 from tjhei/fix_abort_in_assert...
2017-06-07 Ross KynchAdded non-zero evaluation points to test
2017-06-07 Jonathan RobeyFix MPI torus test 4378/head
2017-06-07 Timo Heistertry to break in gdb when Assert fails 4497/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.