]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-02-02 Wolfgang BangerthMore conversions from class to namespace DataOutBase...
2014-02-02 Matthias MaierBugfixes: Make compilation of bundled libraries work...
2014-02-02 Matthias MaierI have no idea where this cache invalidation comes...
2014-02-02 Matthias MaierCMake: Bugfix: Get the caching right in FindPETSC.cmake and
2014-02-01 Matthias MaierWell, well. Also adjust the project configuration...
2014-02-01 Matthias MaierCMake: Break everything (tm)
2014-02-01 Matthias MaierCMake: Break everything (tm)
2014-02-01 Matthias MaierCMake: Break everything (tm).
2014-02-01 Wolfgang BangerthRemove the awkward private inheritance from DataOutBase...
2014-02-01 Martin KronbichlerMark new functions in header file as inline
2014-02-01 Martin Steigemannnew tests for ParameterHandler print_parameters_section
2014-02-01 Martin Steigemannadded a new flag to ParameterHandler::print_parameters_...
2014-01-31 Martin KronbichlerMake compile again
2014-01-31 Martin KronbichlerAdd tests
2014-01-31 Wolfgang BangerthMake all instances of a template a friend function...
2014-01-31 Martin KronbichlerBetter way for specifying deal.II namespace.
2014-01-31 Martin KronbichlerAdd similar interface for copying from a Trilinos MPI...
2014-01-31 Martin KronbichlerAdd test
2014-01-31 Timo Heisteravoid fmin with unsigned int because it is not defined...
2014-01-31 Martin KronbichlerPatch by Ben Thompson: copy petsc vector to deal.II...
2014-01-31 Martin KronbichlerPrior to C++11, fmax is a C99 function and not in names...
2014-01-31 Martin KronbichlerPrior to C++11, fmin is a C99 function and not in names...
2014-01-31 Wolfgang BangerthAdd tests for bug report #182. At least the _28 test...
2014-01-31 Bruno TurcksinAdd a const in sparse_matrix.h and an include in sparsi...
2014-01-31 Bruno TurcksinAdd several typenames and change min to fmin, max to...
2014-01-30 Wolfgang BangerthLook through the documentation at a couple of places.
2014-01-30 Wolfgang BangerthLink to another paper on best practices, as well as...
2014-01-30 Wolfgang BangerthAdd a few statements on running stuff in parallel with...
2014-01-29 Wolfgang BangerthInitialize a variable and explain it.
2014-01-29 Wolfgang BangerthAdd last name of contributor Mihai.
2014-01-28 Matthias MaierCMake: Start refactoring of REGISTER_FEATURE
2014-01-28 Matthias MaierCMake: Refactor detailed and summary log creation
2014-01-28 Timo Heisterstep-1: add some text output to the screen
2014-01-28 Matthias MaierCMake: Refactor list deduplication into a macro
2014-01-28 Matthias MaierTestsuite: Bugfix: Do not copy CMakeCache.txt and CMake...
2014-01-28 Felix Gruberfix indentation
2014-01-27 Timo Heisterfix typo
2014-01-27 Wolfgang BangerthAvoid an if() in optimized mode by writing the Assert...
2014-01-27 Wolfgang BangerthAlso list where results show up.
2014-01-27 Wolfgang BangerthFix obvious oversights in the previous commit...
2014-01-27 Wolfgang BangerthDocument running the testsuite for coverage information.
2014-01-26 Wolfgang BangerthProvide a couple of constructors that are never called...
2014-01-26 Timo Heisterleave a note on how to start step-32
2014-01-26 Wolfgang BangerthDisallow calling certain functions that have to do...
2014-01-26 Wolfgang BangerthDisallow calling certain functions that have to do...
2014-01-26 Wolfgang BangerthFix a forgotten case with FENothing (thanks to a testca...
2014-01-26 Matthias MaierCMake: Bugfix: Strip leading and trailing whitespace...
2014-01-26 Matthias MaierCMake: Improve error message for invalid user provided...
2014-01-25 Wolfgang BangerthAugment documentation.
2014-01-25 Wolfgang BangerthMore cleanups in SolutionTransfer.
2014-01-25 Matthias MaierCMake: Bugfix: Set a compiler option for the correct...
2014-01-25 Wolfgang BangerthClean up a good amount of code. In particular, do not...
2014-01-25 Wolfgang BangerthAvoid directly accessing the active_fe_index of a cell...
2014-01-25 Wolfgang BangerthRemove a hunk of code that was forgotten in r32297.
2014-01-24 Timo Heisteradd script to check doxygen formatting
2014-01-24 Timo Heisterput deprecated functions into own doxygen group, fix...
2014-01-24 Timo Heisterfix doxygen grouping tags
2014-01-24 Timo Heisterremove unused variable in quicktest
2014-01-24 Timo Heisterfix quick_test
2014-01-24 Martin KronbichlerFix use of freed memory: Change when to reset the vector
2014-01-24 Timo Heisterfix invalid memory access in gridin::read_vtk
2014-01-24 Timo Heisterimprove error checks and comments for parallel::distrib...
2014-01-24 Wolfgang BangerthDisallow calling DoFAccessor::set_active_fe_index on...
2014-01-24 Wolfgang BangerthAdjust a few tests to not call set_active_fe_index...
2014-01-24 Wolfgang BangerthMention Martin's change from a couple of days ago.
2014-01-24 Matthias MaierCMake: Cleanup: Remove obsolete macro, unify naming...
2014-01-24 Martin KronbichlerAdjust test output
2014-01-23 Martin KronbichlerFix test case with 64 bits
2014-01-23 Ryan GroveFixed typo in step-2 tutorial program.
2014-01-23 Matthias MaierCMake: Bugfix: Clear compile variables prior to populating
2014-01-23 Timo Heisterfix invalid memory access caused by undefined order...
2014-01-22 Wolfgang BangerthSome more from Winnifred.
2014-01-22 Wolfgang BangerthPatch by Martin Steigemann: Handle the case of zero...
2014-01-22 Timo Heisterstep-4: write constants as doubles
2014-01-22 Matthias MaierRemove obsolete scripts
2014-01-21 Timo Heisterupdate p4est instructions, remove some outdated stuff
2014-01-21 Martin KronbichlerAdjust test output
2014-01-21 Wolfgang BangerthDo not set active_fe_index values on non-active cells.
2014-01-21 Timo Heisterfix broken PETScWrappers::MPI::Vector::print() in parallel
2014-01-21 Timo Heisterfix another place where we should use MPI_Allreduce...
2014-01-21 Martin KronbichlerTest extract_row_copy, fix two bugs
2014-01-21 Martin KronbichlerFix test
2014-01-21 Wolfgang BangerthImprove error message.
2014-01-21 Wolfgang BangerthClear active_fe_index flags on non-active cells since...
2014-01-21 Wolfgang BangerthAnother test.
2014-01-21 Wolfgang BangerthLeave a comment to clarify things.
2014-01-21 Wolfgang BangerthFix the same problem again in another location.
2014-01-21 Wolfgang BangerthFix a recently introduced problem with SolutionTransfer.
2014-01-21 Wolfgang BangerthPatch by Mihai: Also extend the ability to deal with...
2014-01-20 Martin KronbichlerAdd extract_row_copy method to chunk sparse matrix...
2014-01-20 Martin KronbichlerAllow use of AssertDimension without 'using namespace...
2014-01-20 Toby D. YoungSlightly extend full matrix interface.
2014-01-20 Martin KronbichlerSimplify exchange of data in Trilinos sparse matrix...
2014-01-20 Martin KronbichlerSimplify exchange of data in Trilinos sparse matrix...
2014-01-20 Martin KronbichlerNeed to add a few more entries to non-local part of...
2014-01-20 Martin KronbichlerFix failure of multigrid on some OpenMPI versions
2014-01-19 Martin KronbichlerTry to fix some tests by adding more elements to sparsi...
2014-01-19 Martin KronbichlerDo not create non-local graph when there are no ghost...
2014-01-19 Martin KronbichlerFix 64 bit bug
2014-01-19 Martin KronbichlerCorrect test output
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.