]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2020-10-23 Peter MunchMatrixFree: pass SM vectors to functions 11091/head
2020-10-23 Peter MunchMerge pull request #11089 from peterrum/get_vector_data
2020-10-23 Peter MunchMatrixFree: introduce get_vector_data() 11089/head
2020-10-23 Martin KronbichlerMerge pull request #11088 from jppelteret/fix_compiler_...
2020-10-23 Martin KronbichlerMerge pull request #11071 from peterrum/partitioner_new...
2020-10-22 Jean-Paul PelteretUse non-reference type for copied RBL element 11088/head
2020-10-22 Martin KronbichlerMerge pull request #11083 from drwells/improve-template...
2020-10-22 David WellsMake a template argument easier to read. 11083/head
2020-10-22 Martin KronbichlerMerge pull request #11080 from peterrum/rename_functions
2020-10-22 Martin KronbichlerMerge pull request #11079 from peterrum/use_IsBlockVector
2020-10-22 Peter MunchRename some functions in evaluation_kernels.h 11080/head
2020-10-22 Peter MunchFEEvaluation: Simplify check for block vector 11079/head
2020-10-22 Martin KronbichlerMerge pull request #11069 from peterrum/ldv_matrixfree
2020-10-22 Peter MunchPartitioner + L:d:V: new constructor 11071/head
2020-10-21 Daniel ArndtMerge pull request #11077 from bangerth/slepc-2
2020-10-21 Wolfgang BangerthUse American English. 11077/head
2020-10-21 Martin KronbichlerMerge pull request #11070 from peterrum/use_initialize_...
2020-10-21 Peter MunchUse MatrixFree::initialize_dof_vector() at two places 11070/head
2020-10-21 Timo HeisterMerge pull request #11064 from rezarastak/fe_field_func_doc
2020-10-21 Daniel ArndtMerge pull request #11068 from peterrum/MemorySpaceData...
2020-10-21 Peter MunchAdd incompatibility change-log entry: L:d:V in MatrixFree 11069/head
2020-10-21 Martin KronbichlerMerge pull request #11060 from peterrum/mf_hp_parallel
2020-10-21 Martin KronbichlerMerge pull request #11061 from peterrum/mf_hp_parallel_log
2020-10-21 Peter MunchRevert changes to MemorySpaceData 11068/head
2020-10-21 Peter MunchFix DoFInfo::assign_ghosts for hp in parallel 11060/head
2020-10-21 Daniel ArndtMerge pull request #11067 from bangerth/fesys2
2020-10-21 Reza Rastakdoc of FeFieldFunction fixed to include better cross... 11064/head
2020-10-20 Wolfgang BangerthImprove documentation of FESystem slightly. 11067/head
2020-10-20 Daniel ArndtMerge pull request #11065 from bangerth/5
2020-10-20 Peter MunchMerge pull request #11063 from kronbichler/fix_matrix_f...
2020-10-20 Martin KronbichlerMerge pull request #11056 from bangerth/doc-18
2020-10-20 Peter MunchAdd changlog entry: parallel hp + MatrixFree 11061/head
2020-10-20 Wolfgang BangerthAvoid unnecessary template argument. 11065/head
2020-10-20 Daniel ArndtMerge pull request #11059 from bangerth/property_pool
2020-10-20 Martin KronbichlerApply patch by Peter Munch to clean up partitioner... 11063/head
2020-10-20 Martin KronbichlerEnsure all communication is finished in matrix-free...
2020-10-20 David WellsMerge pull request #10978 from bangerth/doc-17
2020-10-20 Wolfgang BangerthUpdate documentation of MatrixTools::apply_boundary_val... 10978/head
2020-10-20 Wolfgang BangerthClarify the indentation of a test. 11059/head
2020-10-20 Wolfgang BangerthRename a local variable.
2020-10-20 Wolfgang BangerthAdd commentary.
2020-10-20 Wolfgang BangerthLet PropertyPool keep track of the memory it allocates.
2020-10-20 Wolfgang BangerthClear any properties already set when calling Particle...
2020-10-20 Wolfgang BangerthMove the order of member variables in ParticleHandler...
2020-10-19 Wolfgang BangerthUpdate documentation in FEFieldFunction. 11056/head
2020-10-19 Daniel ArndtMerge pull request #11049 from tjhei/improve_make_hangi...
2020-10-17 Martin KronbichlerMerge pull request #11047 from peterrum/mf_only_use_par...
2020-10-17 Martin KronbichlerMerge pull request #11045 from kronbichler/vectorize_tr...
2020-10-17 Martin KronbichlerMerge pull request #11051 from peterrum/ghost_indices_s...
2020-10-17 Martin KronbichlerMerge pull request #11029 from peterrum/simplex_vtu
2020-10-16 Peter MunchFix Partitioner::ghost_indices_subset_data for larger_g... 11051/head
2020-10-16 Timo HeisterMerge pull request #11048 from peterrum/gc_remove_include
2020-10-16 Timo Heisterimprove error message in make_hanging_node_constraints() 11049/head
2020-10-16 Peter MunchGeneralize DataOut::write_vtu for simplex mesh 11029/head
2020-10-16 Peter MunchRemove unnecessary include 11048/head
2020-10-16 Peter MunchMatrixFree: only use partitioner for communication... 11047/head
2020-10-16 Martin KronbichlerAdd test case 11045/head
2020-10-15 Martin KronbichlerVectorize MappingQGeneric::transform_points_real_to_uni...
2020-10-15 Peter MunchMerge pull request #11034 from kronbichler/evaluate_ten...
2020-10-15 David WellsMerge pull request #11033 from bangerth/supg
2020-10-15 Bruno TurcksinMerge pull request #11044 from peterrum/mf_hf_getter
2020-10-15 Martin KronbichlerTest cases 11034/head
2020-10-15 Martin KronbichlerSimplify mapping implementation with new function
2020-10-15 Martin KronbichlerImplement generic tensor production evaluation in a...
2020-10-15 Martin KronbichlerMake a polynomial function inline to allow templated use
2020-10-15 Peter MunchAdd MatrixFree::get_active_fe_index and ::get_active_qu... 11044/head
2020-10-14 Peter MunchMerge pull request #11043 from dangars/typo_parallel_do...
2020-10-14 Martin KronbichlerMerge pull request #11040 from peterrum/matrixfree_hp_sizes
2020-10-14 Daniel Garcia... Fix typo 11043/head
2020-10-14 Wolfgang BangerthMerge pull request #11041 from krishnakumarg1984/he_it_...
2020-10-14 Wolfgang BangerthMerge pull request #11042 from krishnakumarg1984/fix_bib
2020-10-13 Krishnakumar... adds the bib entry for Cangiani et al. Uses it in the... 11042/head
2020-10-13 Krishnakumar... replaces the remaining occurences of 'he' with 'it' 11041/head
2020-10-13 Martin KronbichlerMerge pull request #11037 from kronbichler/fix_fe_eval_docu
2020-10-13 Peter MunchFix MatrixFree setup for hp::FECollection::size() neq... 11040/head
2020-10-12 Wolfgang BangerthAdd a changelog entry. 11033/head
2020-10-12 Wolfgang BangerthExplain SUPG in step-9.
2020-10-12 Timo HeisterMerge pull request #11031 from tjhei/gcc_segfault
2020-10-12 Daniel ArndtMerge pull request #11036 from kronbichler/remove_assertion
2020-10-12 Timo Heistermove out-of class 11031/head
2020-10-12 Martin KronbichlerImprove documentation of FEEvaluationBaseData::inverse_... 11037/head
2020-10-12 Martin KronbichlerFix check in assertion 11036/head
2020-10-11 Timo Heisterwork around gcc segfault in tensor.h
2020-10-11 Peter MunchMerge pull request #11025 from Arpit-Babbar/suggested_e...
2020-10-11 Arpit BabbarExplained that template argument for SolverCG has been... 11025/head
2020-10-10 Timo HeisterMerge pull request #11022 from masterleinad/debug_indednt
2020-10-09 Wolfgang BangerthMerge pull request #11024 from drwells/add-boost-versio...
2020-10-09 Daniel ArndtWork around depreactions in QProjector 11022/head
2020-10-09 David WellsAdd a quick check for matching boost versions. 11024/head
2020-10-08 Daniel ArndtOne more
2020-10-08 Daniel ArndtFix some more
2020-10-08 Daniel ArndtFix doxygen warnings
2020-10-08 Daniel ArndtMake indent CI check abort on Doxygen warnings
2020-10-08 Peter MunchMerge pull request #11021 from kronbichler/array_view_const
2020-10-08 Martin KronbichlerMake ArrayView argument const 11021/head
2020-10-08 Daniel ArndtMerge pull request #11020 from tjhei/dox_generate_depre...
2020-10-08 David WellsMerge pull request #11018 from peterrum/gmg_type_fix
2020-10-08 Timo Heisterdoxygen: generate deprecated list 11020/head
2020-10-08 Peter MunchFix type of FineDoFHandlerView (again) 11018/head
2020-10-08 Peter MunchMerge pull request #10991 from kronbichler/mapping_tran...
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.