]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-06-23 Wolfgang BangerthRemove an assertion in 3 related functions.
2017-06-23 Wolfgang BangerthLet the DoFHandler policy classes' distribute_dofs...
2017-06-22 Wolfgang BangerthDon't just store references, but SmartPointer objects.
2017-06-22 Wolfgang BangerthLet the DoFHandler policy classes store references...
2017-06-22 Wolfgang BangerthImplement an empty, virtual destructor via '=default'.
2017-06-22 Martin KronbichlerMerge pull request #4534 from bangerth/dofhandler-cleanup-3
2017-06-22 Wolfgang BangerthMerge branch 'master' into dofhandler-cleanup-3 4534/head
2017-06-21 Daniel ArndtMerge pull request #4536 from bangerth/dofhandler-cleanup-7
2017-06-21 Wolfgang BangerthDeprecate (hp::)DoFHandler::invalid_dof_index.
2017-06-21 Wolfgang BangerthUse a cheaper call. 4536/head
2017-06-21 David WellsMerge pull request #4532 from bangerth/dofhandler-cleanup-6
2017-06-21 Wolfgang BangerthRename a variable for greater clarity. 4532/head
2017-06-21 Wolfgang BangerthAvoid a global communication by using a function that...
2017-06-21 Martin KronbichlerMerge pull request #4533 from bangerth/dofhandler-cleanup-4
2017-06-21 Martin KronbichlerMerge pull request #4528 from bangerth/dofhandler-cleanup-2
2017-06-21 Martin KronbichlerMerge pull request #4535 from drwells/compile-transfini...
2017-06-21 David WellsCompile TransfiniteInterpolationManifold<1> in the... 4535/head
2017-06-21 Wolfgang BangerthCheck whether a function call makes sense at the place...
2017-06-21 Wolfgang BangerthSimplify the logic of CellDataTransferBuffer::(un)pack_... 4528/head
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...
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.