]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2020-11-26 Peter MunchMerge pull request #11255 from peterrum/mf_sm_hp
2020-11-26 Peter MunchMatrixFree: setup SM capabilities only in non-hp mode 11255/head
2020-11-26 Martin KronbichlerMerge pull request #11248 from peterrum/FaceComparator_...
2020-11-26 Martin KronbichlerMerge pull request #11246 from peterrum/mf_assert_hp
2020-11-26 Martin KronbichlerMerge pull request #11253 from marcfehling/doc-dofs...
2020-11-26 Wolfgang BangerthMerge pull request #11251 from gassmoeller/update_parti...
2020-11-26 Marc FehlingUpdate documentation to avoid deprecated functions ... 11253/head
2020-11-25 Rene GassmoellerFix some typos 11251/head
2020-11-25 Peter MunchMatrixFree: assert that in hp-mode only a single DoFHan... 11246/head
2020-11-25 Peter MunchMatrixFree: use active_fe_indices within FaceComparator 11248/head
2020-11-25 Daniel ArndtMerge pull request #11243 from bangerth/simplify-3
2020-11-25 Wolfgang BangerthSimplify some code with stuff from later C++ standards. 11243/head
2020-11-24 Daniel ArndtMerge pull request #11240 from kronbichler/mg_reinit
2020-11-24 Martin KronbichlerMultigrid: Only call MGLevelObject::resize() if necessary 11240/head
2020-11-24 Daniel ArndtMerge pull request #11239 from kronbichler/chebyshev_co...
2020-11-24 Matthias MaierMerge pull request #11217 from peterrum/mixed_mesh_2D
2020-11-24 Martin KronbichlerUpdate some comments in PreconditionChebyhsev::estimate... 11239/head
2020-11-24 Martin KronbichlerMerge pull request #11233 from peterrum/VectorDataExcha...
2020-11-24 Peter MunchAdd Poisson/Helmholtz test: MatrixFree + mixed mesh 11217/head
2020-11-24 Peter MunchFix VectorDataExchange::zero_vector_region for Vector 11233/head
2020-11-24 Martin KronbichlerMerge pull request #11237 from bangerth/import-2
2020-11-24 Martin KronbichlerMerge pull request #11236 from bangerth/import-1
2020-11-24 Martin KronbichlerMerge pull request #11167 from peterrum/mf_simplex
2020-11-24 Peter MunchMerge pull request #11218 from kronbichler/chebyshev_in...
2020-11-24 Daniel ArndtMerge pull request #11238 from bangerth/simplify-2
2020-11-24 Wolfgang BangerthSimplify some code with stuff from later C++ standards. 11238/head
2020-11-24 Wolfgang BangerthAvoid using 'import' as function name in internal inter... 11237/head
2020-11-24 Wolfgang BangerthRename an internal variable from 'import' to 'importer'. 11236/head
2020-11-23 Peter MunchMerge pull request #11231 from peterrum/simplex_step18_...
2020-11-23 Peter MunchMerge pull request #11232 from peterrum/parallel_partit...
2020-11-23 Peter MunchMake tests/simplex/step-18 more robust 11231/head
2020-11-23 Martin KronbichlerMerge pull request #11230 from peterrum/ca_serial_fix
2020-11-23 Peter MunchFix output of tests/mpi/parallel_partitioner_05 11232/head
2020-11-23 Peter MunchProvide a serial implementation of ConsensusAlgorithms... 11230/head
2020-11-23 Martin KronbichlerMerge pull request #11190 from marcfehling/deprecate...
2020-11-23 Martin KronbichlerMerge pull request #11224 from peterrum/fep_hp
2020-11-23 Martin KronbichlerMerge pull request #11226 from peterrum/simplex_evaluat...
2020-11-23 Martin KronbichlerMerge pull request #11229 from peterrum/mapping_q_euler...
2020-11-23 Martin KronbichlerMerge pull request #11228 from bangerth/scatter-gather
2020-11-23 Peter MunchFix MappingQEulerian::clone() 11229/head
2020-11-23 Bruno TurcksinMerge pull request #11227 from peterrum/mf_simplex_asserts
2020-11-23 Marc FehlingDeprecated DoFHandlerType in MappingFEField. 11190/head
2020-11-23 Wolfgang BangerthDrop the words scatter/gather in the documentation... 11228/head
2020-11-22 Peter MunchMerge pull request #11214 from marcfehling/documentatio...
2020-11-22 Peter MunchAdd Poisson/Helmholtz test: MatrixFree + simplex mesh 11167/head
2020-11-22 Peter MunchWork on some asserts in MatrixFree 11227/head
2020-11-21 David WellsMerge pull request #11095 from peterrum/simplex_module_...
2020-11-21 David WellsMerge pull request #11219 from marcfehling/deprecate...
2020-11-21 Peter MunchDocument reference cells in simplex module page 11095/head
2020-11-21 David WellsMerge pull request #11050 from dangars/hdf5_documentation
2020-11-21 Marc FehlingUpdated documentation to avoid hp::DoFHandler. 11214/head
2020-11-21 David WellsMerge pull request #11210 from marcfehling/literature...
2020-11-21 David WellsMerge pull request #11225 from peterrum/mixed_mesh_data_out
2020-11-21 Peter MunchUse EvaluatorTensorProduct in Simplex code path 11226/head
2020-11-21 Peter MunchEnable DataOut for mixed meshes 11225/head
2020-11-21 Peter MunchAdd hp capabilities to Simplex::FE_P 11224/head
2020-11-21 Martin KronbichlerMerge pull request #11223 from peterrum/mf_remove_name
2020-11-21 Martin KronbichlerMerge pull request #11207 from peterrum/matrixfree_init...
2020-11-21 Peter MunchRemove a name 11223/head
2020-11-21 Marc FehlingDeprecated DoFHandlerType in DataOutStack. 11219/head
2020-11-20 Peter MunchUse hp::MappingCollection initialize_cell_range 11207/head
2020-11-20 Martin KronbichlerMerge pull request #11212 from peterrum/feevaluation_ac...
2020-11-20 Martin KronbichlerMerge pull request #11209 from peterrum/matrixfree_hp_m...
2020-11-20 Martin KronbichlerUse better initial guess for Chebyshev eigenvalue estim... 11218/head
2020-11-20 Peter MunchIntroduce MappingCollection in MatrixFree 11209/head
2020-11-20 Peter MunchAdd test 11212/head
2020-11-20 Peter MunchFEEvaluation: make active_fe_index and active_quad_inde...
2020-11-20 Martin KronbichlerMerge pull request #11213 from peterrum/FEEvaluationBas...
2020-11-19 Peter MunchFix bug in constructor of FEEvaluationBaseData 11213/head
2020-11-19 David WellsMerge pull request #11191 from bangerth/affine
2020-11-19 Matthias MaierMerge pull request #11208 from kronbichler/fix_interpol...
2020-11-19 Marc FehlingCleaned up literature references in FE Enriched. 11210/head
2020-11-19 Martin KronbichlerFix tests with MGTransferMatrixFree::interpolate_to_mg 11208/head
2020-11-19 Daniel ArndtMerge pull request #11197 from tjhei/dox_simplify_mesh_loop
2020-11-19 Wolfgang BangerthRemove an outdated comment. 11191/head
2020-11-19 Wolfgang BangerthImprove the documentation of a couple of AffineConstrai...
2020-11-19 Luca HeltaiMerge pull request #11205 from masterleinad/avoid_print...
2020-11-19 Peter MunchMerge pull request #11203 from drwells/mf-simplex-permi...
2020-11-19 Peter MunchMerge pull request #11202 from kronbichler/improve_inte...
2020-11-19 Martin KronbichlerMerge pull request #11199 from lethe-cfd/particle_updat...
2020-11-19 Martin KronbichlerImprove MGTransferMatrixFree::interpolate_to_mg 11202/head
2020-11-19 BrunoAdd particle update data function to overwrite particle... 11199/head
2020-11-18 Daniel ArndtAvoid printing gcc information in OSX CI 11205/head
2020-11-18 David WellsAdd simplex elements to the MF permitted list. 11203/head
2020-11-18 Luca HeltaiMerge pull request #11200 from luca-heltai/fix-github
2020-11-18 Luca HeltaiChange to gcc-10. 11200/head
2020-11-18 David WellsMerge pull request #11196 from peterrum/use_shape_info_...
2020-11-18 Peter MunchActually use ShapeInfo for Simplex::FE_P and Simplex... 11196/head
2020-11-18 David WellsMerge pull request #11194 from bangerth/fe-values-2
2020-11-18 Peter MunchMerge pull request #11160 from marcfehling/deprecate_do...
2020-11-18 Timo Heisterdoxygen: simplify mesh_loop arguments 11197/head
2020-11-17 Daniel ArndtMerge pull request #11189 from marcfehling/deprecate...
2020-11-17 Marc FehlingAvoid using deprecated DoFHandler functions in examples. 11160/head
2020-11-17 Marc FehlingAvoid using deprecated DoFHandler functions in source.
2020-11-17 Marc FehlingSlim interface for DoFHandler initialization.
2020-11-17 Martin KronbichlerMerge pull request #11188 from peterrum/FEEvaluationImp...
2020-11-17 Marc FehlingDeprecate DataPostprocessorInputs::CommonInputs::{get... 11189/head
2020-11-17 Martin KronbichlerMerge pull request #11186 from peterrum/shape_info_simplex
2020-11-17 Daniel ArndtMerge pull request #11193 from bangerth/fe-values
2020-11-17 Peter MunchMake FEEvaluationImpl work for ElementType::tensor_none 11188/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.