]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2020-10-31 Martin KronbichlerTransfinite interpolation: Fix refresh of Jacobian 11126/head
2020-10-30 David WellsMerge pull request #11116 from masterleinad/fix_cudwrap...
2020-10-30 Daniel ArndtUpdate source/matrix_free/cuda_matrix_free.cu 11116/head
2020-10-30 Peter MunchMerge pull request #11118 from drwells/fix-wedge-n_faces
2020-10-29 David WellsFix Wedge::n_faces(). 11117/head 11118/head
2020-10-29 Daniel ArndtFix multiple definitions for CUDAWrappes::internal...
2020-10-29 Martin KronbichlerMerge pull request #11113 from kronbichler/avoid_invali...
2020-10-29 Martin KronbichlerMerge pull request #11090 from eliasstudiert/simplex_wr...
2020-10-29 Martin KronbichlerAnother one 11113/head
2020-10-29 Martin KronbichlerDo not capture by reference for iota_view
2020-10-29 David WellsMerge pull request #11114 from kronbichler/remove_symme...
2020-10-29 Martin KronbichlerSwitch SymmetricTensor -> Tensor for better performance. 11114/head
2020-10-29 Martin KronbichlerRemove yet another capture by reference in IndexSet
2020-10-29 Martin KronbichlerRemove another capture by reference
2020-10-29 Martin KronbichlerDo not use a reference in range-based for over IndexSet
2020-10-29 Martin KronbichlerMerge pull request #11074 from peterrum/ldv_shmem
2020-10-29 Martin KronbichlerMerge pull request #11104 from lethe-cfd/exchange_ghost...
2020-10-28 David WellsMerge pull request #11085 from kronbichler/inverse_quad...
2020-10-28 Peter MunchIntroduce MPI-3 shared-memory capabilities in L:d:V 11074/head
2020-10-28 Martin KronbichlerMerge pull request #11099 from jppelteret/step_44_updat...
2020-10-28 Martin KronbichlerConstruct approximation by two sets of points. 11085/head
2020-10-28 Elias DejeneExtend GridOut::write_svg() for simplices 11090/head
2020-10-28 Bruno BlaisChange update flag to update the new flag. I also provi... 11104/head
2020-10-28 Martin KronbichlerIntroduce inverse quadratic approximation for MappingQ...
2020-10-28 BrunoAdded the missing flag update
2020-10-28 Bruno- Fixed formatting of comments
2020-10-28 BrunoFixed indentation
2020-10-28 BrunoAdded vertex_to_neighbhor_subdomain to cache and use...
2020-10-28 Jean-Paul PelteretUpdate step-44: Further optimise assembly loop 11099/head
2020-10-28 Martin KronbichlerMerge pull request #11057 from bangerth/doc-19
2020-10-28 Martin KronbichlerMerge pull request #11073 from bangerth/doc-20
2020-10-28 Martin KronbichlerMerge pull request #11110 from bangerth/fe_q
2020-10-28 Martin KronbichlerMerge pull request #11111 from bangerth/particles
2020-10-28 Martin KronbichlerMerge pull request #11112 from bangerth/move
2020-10-27 Wolfgang BangerthBetter document a constructor of FE_Q. 11110/head
2020-10-27 Wolfgang BangerthMicro-optimization: Use move semantics in one place. 11112/head
2020-10-27 Wolfgang BangerthMake sure particles also copy their properties when... 11111/head
2020-10-27 Wolfgang BangerthMerge pull request #11023 from marcfehling/fixedfractio...
2020-10-27 Wolfgang BangerthBetter document the conceptual idea of FESystem. 11073/head
2020-10-27 Marc FehlingVectorNorm for fixed_fraction refinement. 11023/head
2020-10-26 David WellsMerge pull request #11027 from peterrum/simplex_min_max...
2020-10-26 David WellsMerge pull request #11054 from kronbichler/trafo_real_t...
2020-10-26 Martin KronbichlerMerge pull request #11105 from peterrum/ca_serial
2020-10-26 Peter MunchMake ConsensusAlgorithms work in serial 11105/head
2020-10-25 Martin KronbichlerMerge pull request #11101 from drwells/remove-boundary...
2020-10-25 Martin KronbichlerMerge pull request #11082 from peterrum/sm_cell_access
2020-10-25 Martin KronbichlerMerge pull request #11038 from Rombur/mf_fe_nothing
2020-10-25 Bruno TurcksinEnable FE_Nothing in MatrixFree 11038/head
2020-10-24 David WellsRemove two more references to the long removed Boundary... 11101/head
2020-10-24 Bruno TurcksinMerge pull request #11096 from jppelteret/step_44_updat...
2020-10-24 Jean-Paul Pelteretstep-44: Improve how constraints are constructed. 11096/head
2020-10-24 Jean-Paul PelteretUpdate step-44: Unified assembly function
2020-10-24 Bruno TurcksinMerge pull request #11076 from bangerth/slepc
2020-10-24 Peter MunchGeneralize FEEvaluationBase::read_write_operation_conti... 11082/head
2020-10-23 Wolfgang BangerthMerge pull request #11094 from peterrum/fix_get_shared_...
2020-10-23 Peter MunchFix get_shared_vector_data 11094/head
2020-10-23 Martin KronbichlerMerge pull request #11075 from peterrum/matrixfree_part...
2020-10-23 Martin KronbichlerMerge pull request #11091 from peterrum/sm_mf_pass_to_f...
2020-10-23 Peter MunchWrap partitioners within MatrixFree 11075/head
2020-10-23 Martin KronbichlerTest case for transformation 11054/head
2020-10-23 Martin KronbichlerRestructure MappingQGeneric: Use internal header file
2020-10-23 Martin KronbichlerAdjust test output affected by roundoff behavior.
2020-10-23 Martin KronbichlerImprove termination criterion for transform_real_to_uni...
2020-10-23 Peter MunchExtend GridTools::maximal_cell_diameter and ::minimal_c... 11027/head
2020-10-23 Peter MunchMerge pull request #11086 from kronbichler/update_mf_is...
2020-10-23 Peter MunchMatrixFree: pass SM vectors to functions 11091/head
2020-10-23 Martin KronbichlerMerge pull request #11081 from peterrum/fe_face_evaluat...
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 KronbichlerImprove MatrixFree::is_supported() 11086/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 MunchRestructure fe_face_evaluation_process_and_io 11081/head
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 Wolfgang BangerthBetter document where to find information about the... 11076/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
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.