]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2014-07-11 denis.davydovfixed some white spaces and indentation branch_sharedtria
2014-07-11 denis.davydovgather new_numbers using MPI_Allgatherv
2014-07-11 denis.davydovwhitespaces and turn on additional debug output in...
2014-05-19 heistersharedtria: fix compilation
2014-05-16 heisterfix compilation under clang
2014-05-16 denis.davydovfixed policy renumbering; component wise works with...
2014-05-16 denis.davydovadded new parent class for shared and distributed trian...
2014-05-15 denis.davydovanother attempt on renumbering following advice by...
2014-05-04 denis.davydovrevert previous commit; add Assert to ParallelShared...
2014-05-04 denis.davydovstarted adding some processing of new_numbers in Parall...
2014-05-02 heisterupdate test output
2014-05-02 heistermake it compile with clang
2014-05-02 denis.davydovcall update_number_cache () for shared tria when approp...
2014-05-02 denis.davydovreworked DoFTools::locally_owned_dofs_with_subdomain...
2014-05-02 denis.davydovreworked DoFTools::locally_owned_dofs_with_subdomain...
2014-05-02 denis.davydovadded MeshSmoothing to constructor; Verbatim copy of...
2014-04-29 heistertest sharedtria: renumbering
2014-04-29 heisterfix test output
2014-04-29 heistertest number_cache for shared_tria
2014-04-27 denis.davydovmade distribute_dofs() return NumberCache as it was...
2014-04-26 denis.davydovanother attempt to fix the bug
2014-04-26 denis.davydovHopefully fixed a bug introduced in 32694
2014-04-25 heisterleave a todo
2014-04-25 heisternew step-18 using shared_tria
2014-04-25 heistertest: output subdomain id
2014-04-25 heisterupdate test with new header, works now
2014-04-25 heistermove shared_tria into separate files
2014-04-25 heistercorrect test output
2014-04-25 heisteradd test
2014-04-25 heisteradd new test directory
2014-04-22 heistermerge from mainline
2014-04-22 maierCMake: Bugfixes:
2014-04-22 heisterrevert r32801 because we suppress boost version informa...
2014-04-22 heistermake serialization tests independent of boost.serialize...
2014-04-22 maierTestsuite: Invert order of files to diff so that the...
2014-04-22 maierTestsuite: Try to normalize boost serialization output
2014-04-22 kronbichlerUse another way to compute the value to be submitted...
2014-04-21 kronbichlerYet better information for test case failure: It looks...
2014-04-21 kronbichlerYet better information for test case failure: It looks...
2014-04-21 kronbichlerFurther simplification of test output. Update comment.
2014-04-20 kronbichlerNext step in identifying the problem on the tester...
2014-04-20 bangerthQualify endl properly.
2014-04-20 bangerthOnly run test when we have PETSc.
2014-04-20 bangerthOnly run test when we have PETSc.
2014-04-18 kronbichlerSimplify test
2014-04-17 bangerthMany more.
2014-04-17 maierCMake: Cosmetic changes
2014-04-17 bangerthExtend friendship more so that we can actually declare...
2014-04-17 bangerthPatch by k3daevin: Add Reference class as a friend...
2014-04-17 kronbichlerFix a few issues with vectorization that might help...
2014-04-17 kronbichlerAlso compare correctness in release mode by replacing...
2014-04-17 kronbichlerFix comparison when the numbers are denormals
2014-04-16 kronbichlerAdd additional tests (simplied version of matrix_free...
2014-04-16 heisterfix race condition in test mpi/codim_01
2014-04-15 bangerthFully qualify some access to make MS Visual Studio...
2014-04-14 bangerthUndo the accidental part of commit 32777.
2014-04-14 bangerthThe name of the 'official' test machine has changed.
2014-04-14 bangerthFix a bug in GridTools::find_active_cell_around_point...
2014-04-14 bangerthFix it right.
2014-04-14 bangerthUndo a commit from a couple of weeks ago that I thought...
2014-04-14 bangerthAdjust a number of test results for the new tester...
2014-04-14 bangerthAvoid default arguments on template parameters for...
2014-04-14 bangerthAdjust tolerance for the new 'tester' machine that...
2014-04-13 heisterimprove comment formatting script
2014-04-12 bangerthAddress a number of warnings about unused variables.
2014-04-11 kronbichlerAdjust serialization output after switch from std:...
2014-04-11 bangerthUpdate output.
2014-04-11 bangerthReorder output slightly so that the big whitespace...
2014-04-11 bangerthUpdate output.
2014-04-11 heisteradd failing test
2014-04-11 bangerthMark up a comment in such a way that it appears as...
2014-04-11 bangerthSort. Add a missing year.
2014-04-10 bangerthAdd one.
2014-04-10 bangerthFix grammar error.
2014-04-10 kronbichlerAvoid default template argument for function template...
2014-04-10 youngRemove a variable declaration that has been unused...
2014-04-10 youngChexk reinit() and m() and n() do not break.
2014-04-10 youngAllow LAAPCKFullMatrix to be reinitialised (reset state).
2014-04-09 bangerthQualify a number of names fully to make MS VS++ happy.
2014-04-09 bangerthFix grammar error (thanks, Hung-Chieh).
2014-04-09 bangerthSimplify code by keeping some functions as templates...
2014-04-09 bangerthRemove a comment that is apparently no longer accurate.
2014-04-09 kronbichlerFix an oversight
2014-04-09 kronbichlerFix bug in memory consumption of AlignedVector and...
2014-04-09 kronbichlerForgot to update test output
2014-04-09 kronbichlerRename tests for AlignedVector as aligned_vector_xx...
2014-04-09 kronbichlerCleanup TableBase implementation from internal AlignedV...
2014-04-09 kanschatupdate documentation fo FE_BDM
2014-04-09 kanschatcopy RT tests for BDM
2014-04-08 turcksinUse a more explicit namespace to help MS VC.
2014-04-08 turcksinFix a coefficient in the Butcher tableau of DOPRI.
2014-04-08 kronbichlerUse AlignedVector instead of std::vector as data contai...
2014-04-08 denis.davydovadded documentation
2014-04-08 denis.davydovreverted Assert in get_dof_indices since there are...
2014-04-08 denis.davydovMoved a small part of the code in hp::DoFHandler under...
2014-04-08 heisterupdate test output
2014-04-08 heisterremove obsolete test
2014-04-08 heisterundo r29864 that introduced (level-)subdomain checks...
2014-04-08 heisterdo not rely on cell::operator< comparing subdomain...
2014-04-08 heisteradd another test for parallel meshworker for ghost...
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.