]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-12-09 David WellsConvert some more tests to use initlog. 5608/head
2017-12-08 David WellsMerge pull request #5596 from bangerth/fix 5603/head
2017-12-08 Wolfgang BangerthGeneral small cleanups. 5596/head
2017-12-08 Wolfgang BangerthUpdate documentation of a function.
2017-12-08 Martin KronbichlerMerge pull request #5602 from bangerth/running-patches
2017-12-08 Wolfgang BangerthAdd a test. 5602/head
2017-12-08 Wolfgang BangerthAdd another missing instantiation.
2017-12-08 Martin KronbichlerMerge pull request #5590 from bangerth/more-complex
2017-12-08 Martin KronbichlerMerge pull request #5599 from drwells/update-project_to...
2017-12-08 Martin KronbichlerMerge pull request #5597 from bangerth/fix-grammar
2017-12-08 Wolfgang BangerthFix grammar issues. 5597/head
2017-12-08 Wolfgang BangerthMerge pull request #5600 from drwells/remove-dofhandler...
2017-12-08 David WellsFix Doxygen links in an ad-hoc way. 5600/head
2017-12-08 David WellsCheck a convergence rate, not errors, in a test. 5599/head
2017-12-08 David WellsFix some doxygen links.
2017-12-08 David WellsRemove references to DoFHandler::active_face_iterator.
2017-12-08 David WellsUse 'parent' instead of 'mother'.
2017-12-07 Wolfgang BangerthMerge pull request #5591 from Rombur/typo
2017-12-07 Wolfgang BangerthMerge pull request #5593 from davydden/changelog_lapack...
2017-12-07 Martin KronbichlerMerge pull request #5594 from agrayver/fix_lapack
2017-12-07 Alexander GrayverFix typo 5594/head
2017-12-07 Daniel ArndtMerge pull request #5558 from drwells/remove-timer...
2017-12-07 Martin KronbichlerMerge pull request #5592 from masterleinad/sundials_serial
2017-12-07 Denis Davydovadd a changelog for LAPACKFullMatrix::solve() 5593/head
2017-12-07 Daniel ArndtMake the SUNDIALS solvers usuable for serial vector... 5592/head
2017-12-06 Daniel ArndtMerge pull request #5589 from bangerth/fix-test
2017-12-06 Denis DavydovMerge pull request #5585 from davydden/lapack/trmv
2017-12-06 Bruno TurcksinDisable abort on exception for the python wrappers. 5591/head
2017-12-06 Bruno TurcksinRemove c++11 guards.
2017-12-06 Bruno TurcksinFix typos.
2017-12-06 Wolfgang BangerthMerge pull request #5577 from niveshd/GraphColoring
2017-12-06 Wolfgang BangerthProvide more instantiations for std::complex data types. 5590/head
2017-12-06 Wolfgang BangerthRemove a test that had been moved into tests/vector_tools. 5589/head
2017-12-06 Wolfgang BangerthMerge pull request #5587 from ExtremOPS/fix-svg-print
2017-12-06 Denis Davydovlapack: test solve() with Cholesky factorization, impro... 5585/head
2017-12-06 Christoph Goeringadded new test output for print_svg() 5587/head
2017-12-06 Denis Davydovlapack: add solve() for triangular matrices or factoriz...
2017-12-06 Denis Davydovlapack: add vmult() Tvmult() for triangular matrices
2017-12-06 David WellsAvoid MPI calls in ~TimerOutput. 5558/head
2017-12-06 Denis Davydovlapack: add reciprocal_condition_number() for triangula...
2017-12-06 Daniel ArndtMerge pull request #5581 from luca-heltai/create-curve...
2017-12-06 Christoph Goeringadded change-log to fixed SparsityPattern::print_svg...
2017-12-06 Luca HeltaiAdded instantiations. 5581/head
2017-12-06 Denis DavydovMerge pull request #5588 from masterleinad/Wsignedunsigned
2017-12-05 niveshcolor_sparsity_pattern function added in GraphColoring... 5577/head
2017-12-05 Denis DavydovMerge pull request #5582 from bangerth/fix-ups
2017-12-05 Christoph Goeringadded white margin to grey frame for last row or column...
2017-12-05 Wolfgang BangerthMerge pull request #5586 from kronbichler/remove_schur_...
2017-12-05 Martin KronbichlerRemove fragile schur_complement_05 test. 5586/head
2017-12-05 Denis Davydovadd trmv LAPACK wrapper
2017-12-05 darndtFix more warning regarding signed/unsigned comparison 5588/head
2017-12-05 Wolfgang BangerthMerge pull request #5564 from kronbichler/fix_manifold_...
2017-12-05 Wolfgang BangerthUpdate tests. 5582/head
2017-12-05 Wolfgang BangerthMerge pull request #5579 from bangerth/more-complex...
2017-12-05 Luca HeltaiFixed WB's comments
2017-12-05 niveshTests added for zoltan
2017-12-05 niveshcolor_sparsity_function added in sparsity tools
2017-12-05 Luca HeltaiOpenCASCADE::create_curves_from_triangulation_boundary
2017-12-05 Martin KronbichlerTest for tangent on spherical manifold to convince... 5564/head
2017-12-05 Martin KronbichlerAvoid setting a Boundary when we already have a volume...
2017-12-05 Martin KronbichlerAdd changelog.
2017-12-05 Martin KronbichlerAdd new no_normal_flux_constraints test that used to...
2017-12-05 Martin KronbichlerAdd two manifold tests for normal vectors.
2017-12-05 Martin KronbichlerAdjust test output.
2017-12-05 Martin KronbichlerFix the Manifold::normal_vector function.
2017-12-05 Martin KronbichlerUnify notation in SphericalManifold::get_tangent_vector...
2017-12-04 Wolfgang BangerthMove to the proper test directory. 5579/head
2017-12-04 Wolfgang BangerthAdd a test.
2017-12-04 Wolfgang BangerthAdd more instantiations for complex arguments.
2017-12-04 Wolfgang BangerthMerge pull request #5578 from luca-heltai/fix-bug-extra...
2017-12-04 Luca HeltaiChangelog. 5578/head
2017-12-04 Luca HeltaiChecking and reorienting in create_triangulation.
2017-12-04 Luca HeltaiAdd manifold_id when extracting boundary meshes
2017-12-03 Denis DavydovMerge pull request #5571 from masterleinad/fix_zoltan_o...
2017-12-03 Daniel ArndtAdjust test output for Zoltan 5571/head
2017-12-03 Daniel ArndtMerge pull request #5569 from drwells/update-project_to...
2017-12-03 Denis DavydovMerge pull request #5568 from masterleinad/avoid_w_sign...
2017-12-03 David WellsRelax test output for an ill-posed problem. 5569/head
2017-12-03 Daniel ArndtAvoid warnings regarding comparisons between signed... 5568/head
2017-12-02 Martin KronbichlerMerge pull request #5566 from kronbichler/revert_rtuc_l...
2017-12-02 Martin KronbichlerRevert Mapping::transform_real_to_unit_cell to long... 5566/head
2017-12-02 Martin KronbichlerMerge pull request #5563 from sairajat/fix-docu
2017-12-02 RAJAT ARORAFix documentation for face support points in fe 5563/head
2017-12-02 Daniel ArndtMerge pull request #5544 from bangerth/cleanup
2017-12-01 Daniel ArndtMerge pull request #5561 from bangerth/fix-tests
2017-12-01 Wolfgang BangerthAdjust one test. 5544/head
2017-12-01 Wolfgang BangerthFix a number of failing tests. 5561/head
2017-12-01 Wolfgang BangerthMerge pull request #5505 from davydden/dense_parallel
2017-12-01 Wolfgang BangerthMerge pull request #5559 from kronbichler/fix_mapping_q...
2017-12-01 Denis DavydovMerge pull request #5533 from bangerth/update-instructions
2017-12-01 Denis DavydovMerge pull request #5547 from masterleinad/p_s_zoltan_d...
2017-12-01 Daniel ArndtMerge pull request #5560 from masterleinad/rand_signed_...
2017-12-01 Daniel ArndtAvoid signed integer overflow in Testing::rand 5560/head
2017-12-01 Martin KronbichlerAdd test case. 5559/head
2017-12-01 Martin KronbichlerAdd changelog
2017-12-01 Martin KronbichlerFix singularity (FPE) in MappingQ1::real_to_unit_cell.
2017-11-30 Daniel ArndtMake sure to not call p::s::Triangulation with a defaul... 5547/head
2017-11-30 Timo HeisterMerge pull request #5556 from Rombur/arpack_2
2017-11-30 Bruno TurcksinRemove Doxygen markers inside ArpackSolver::solve 5556/head
2017-11-30 Denis DavydovMerge pull request #5553 from Rombur/arpack
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.