]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-10-18 Daniel ArndtReplace std::shared_ptr in WorkStream 8926/head
2019-10-18 Martin KronbichlerMerge pull request #8909 from peterrum/matrixfree-face...
2019-10-18 Martin KronbichlerMerge pull request #8922 from bangerth/update
2019-10-18 Martin KronbichlerMerge pull request #8923 from bangerth/update-2
2019-10-18 Martin KronbichlerMerge pull request #8904 from nfehn/master
2019-10-18 Niklas Fehnnew function DataOutInterface::write_vtu_with_pvtu_reco... 8904/head
2019-10-18 Wolfgang BangerthMerge pull request #8916 from nfehn/torus
2019-10-18 Martin KronbichlerMerge pull request #8921 from bangerth/doc
2019-10-18 peterrumAdd get_face_iterator 8909/head
2019-10-18 Wolfgang BangerthMore minor updates. 8923/head
2019-10-18 Wolfgang BangerthMinor code and documentation updates. 8922/head
2019-10-18 Wolfgang BangerthAdd an external reference. 8921/head
2019-10-18 Wolfgang BangerthMerge pull request #8910 from kronbichler/mf_unsupporte...
2019-10-18 Wolfgang BangerthMerge pull request #8919 from peterrum/matrixfree-get_l...
2019-10-17 Peter MunchReplace level_mg_handler by mg_level 8919/head
2019-10-17 Niklas Fehnsome renaming to make code more readable 8916/head
2019-10-17 David WellsMerge pull request #8917 from bangerth/doc
2019-10-16 Wolfgang BangerthUse positive form for comments. 8917/head
2019-10-16 Martin KronbichlerMerge pull request #8915 from peterrum/matrixfree-get_l...
2019-10-16 Niklas Fehnadd new test case
2019-10-16 Niklas Fehnextend GridGenerator::torus<3,3>() so that one can...
2019-10-16 Peter MunchSave level_mg_handler inside of MatrixFree 8915/head
2019-10-16 Martin KronbichlerMerge pull request #8913 from nfehn/torus
2019-10-16 Niklas Fehnfix bug in GridGenerator::torus<3,3>() 8913/head
2019-10-15 Daniel ArndtMerge pull request #8901 from dougshidong/master
2019-10-15 Martin KronbichlerDocument unsupported MG refinement edges for matrix... 8910/head
2019-10-14 David WellsMerge pull request #8908 from masterleinad/fix_typo_tensor
2019-10-14 Daniel ArndtFix another typo in tensor.h 8908/head
2019-10-14 Daniel ArndtMerge pull request #8878 from dangars/complex_integrate...
2019-10-14 Martin KronbichlerMerge pull request #8907 from peterrum/tensor_docu_fix
2019-10-14 Peter MunchFix docu in Tensor 8907/head
2019-10-14 David WellsMerge pull request #8903 from kronbichler/doc_vectorize...
2019-10-14 Martin KronbichlerUpdate documentation about POD -> StandardLayoutType 8903/head
2019-10-14 Doug Shi-DongFix DoFHandler::n_boundary_dofs() in issue #8897 8901/head
2019-10-14 Martin KronbichlerMerge pull request #8900 from peterrum/vectorizedarray...
2019-10-14 Martin KronbichlerMerge pull request #8894 from nfehn/master
2019-10-14 Niklas Fehnnew functionality to compute mesh aspect ratio 8894/head
2019-10-12 Peter MunchIntroduce VectorizedArrayBase and VectorizedArrayIterator 8900/head
2019-10-12 Martin KronbichlerMerge pull request #8869 from bangerth/nedelec
2019-10-11 Wolfgang BangerthReference FE_Nedelec from the documentation of FE_Nedel... 8869/head
2019-10-09 Daniel ArndtMerge pull request #8895 from starki0815/merge_triangul...
2019-10-09 Daniel Garcia... Add changelog entry 8878/head
2019-10-09 Daniel ArndtMerge pull request #8893 from kronbichler/vectorized_ar...
2019-10-09 Sebastian StarkUpdate source/grid/tria.cc 8895/head
2019-10-09 Sebastian StarkUpdate source/grid/tria.cc
2019-10-09 Daniel Garcia... Add test integrate_difference_01_complex_04
2019-10-09 Daniel Garcia... Use a std::complex function for the tests integrate_dif...
2019-10-09 Daniel Garcia... Use a std::complex function for the test fe_nedelec_sin...
2019-10-09 Daniel Garcia... Add std::complex support to integrate_difference()
2019-10-09 Martin KronbichlerChangelog 8893/head
2019-10-09 Martin KronbichlerTest size() function
2019-10-09 Martin KronbichlerAdd VectorizedArray::size() function
2019-10-08 Sebastian StarkFix a bug in merge triangulations()
2019-10-07 Daniel ArndtMerge pull request #8889 from rezarastak/grid_tools_doc
2019-10-07 Reza RastakApply suggestions from code review 8889/head
2019-10-07 Martin KronbichlerMerge pull request #8888 from masterleinad/bind_thread_...
2019-10-06 Daniel ArndtMerge pull request #8887 from masterleinad/avoid_thread...
2019-10-06 Daniel ArndtRemove some uses of std::bind from thread_management.h 8888/head
2019-10-06 Timo HeisterMerge pull request #8890 from rezarastak/doxygen_perl
2019-10-06 Reza RastakPERL_PATH removed from options.dox 8890/head
2019-10-06 Reza RastakRewording of the doc in compute_point_locations
2019-10-06 Daniel ArndtAvoid including thread_management.h 8887/head
2019-10-05 Martin KronbichlerMerge pull request #8886 from rezarastak/dist_solution_...
2019-10-04 Reza Rastakreorder part of the doc in P::D::SolutionTransfer 8886/head
2019-10-03 Reza RastakMinor documentation fix in P::D::SolutionTransfer
2019-10-02 Martin KronbichlerMerge pull request #8881 from masterleinad/fix_cuda_awa...
2019-10-02 Daniel ArndtFixup style for preprocessor check 8881/head
2019-10-01 Daniel ArndtAvoid setting values when inserting ghost entries
2019-10-01 Daniel ArndtAvoid using std::memset for device data
2019-10-01 Bruno TurcksinMerge pull request #8880 from kronbichler/cuda_synchron...
2019-10-01 Martin KronbichlerSynchronize CUDA device in MPI ghost exchange 8880/head
2019-10-01 Daniel ArndtMerge pull request #8879 from masterleinad/Fix_ms_host_...
2019-09-30 Daniel ArndtFix using MemorySpace::Host with la_parallel_vector... 8879/head
2019-09-30 David WellsMerge pull request #8736 from fvanmaele/perl-canonical...
2019-09-30 Daniel ArndtMerge pull request #8875 from kronbichler/cuda_improve_...
2019-09-30 Martin KronbichlerChangelog 8875/head
2019-09-30 Daniel ArndtMerge pull request #8847 from tjhei/kinematics_always_i...
2019-09-28 Bruno TurcksinMerge pull request #8813 from kronbichler/partitioner_u...
2019-09-28 Martin KronbichlerMerge pull request #8876 from masterleinad/fix_host_com...
2019-09-28 Daniel ArndtMerge pull request #8871 from peterrum/cuda-step64...
2019-09-28 Peter MunchUpdate step-64 8871/head
2019-09-27 Daniel ArndtMerge pull request #8811 from kronbichler/speedup_mg_tr...
2019-09-27 Daniel ArndtFix setting host compiler 8876/head
2019-09-27 Martin KronbichlerMerge pull request #8874 from masterleinad/clang-9...
2019-09-27 Martin KronbichlerUse proper partitioner in step-64
2019-09-27 Martin KronbichlerBypass vector copies if partitioners match
2019-09-27 Martin KronbichlerAvoid sorting a large array in MG fill_copy_indices 8811/head
2019-09-27 Martin KronbichlerMerge pull request #8872 from peterrum/gpu-comment...
2019-09-27 Peter MunchUpdate the GPU matrix-free documentation (2) 8872/head
2019-09-26 Wolfgang BangerthMerge pull request #8870 from masterleinad/require_mpir...
2019-09-26 Daniel ArndtRequire mpirun when requesting p4est in tests 8870/head
2019-09-26 Daniel ArndtMerge pull request #8858 from jwitte08/get-cell-index
2019-09-26 Bruno TurcksinMerge pull request #8860 from masterleinad/fix_fe_nothi...
2019-09-26 Bruno TurcksinMerge pull request #8868 from peterrum/parallel-compute...
2019-09-26 Wolfgang BangerthUpdate the description of the Nedelec element.
2019-09-26 Daniel ArndtFix some clang-tidy 9 findings clang-9-tidy 8866/head 8874/head
2019-09-26 Peter MunchEnable assert again 8868/head
2019-09-26 Wolfgang BangerthMerge pull request #8867 from dougshidong/fix_manifold_...
2019-09-26 Doug Shi-DongAdd changelog for #8861 8867/head
2019-09-26 Daniel ArndtMerge pull request #8864 from bangerth/direction
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.