]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-02-06 Timo Heisteradd multithreaded function_parser test
2014-02-06 Timo Heisterfix tbb quicktest
2014-02-06 Timo Heisteradd another test for FunctionParser
2014-02-06 Matthias MaierCMake: Bugfix
2014-02-05 Timo Heisterupdate affinity quicktest to work with 1 cpu and on mac
2014-02-05 Matthias MaierQuicktests: Use mpirun configured by FindMPI.cmake...
2014-02-05 Wolfgang BangerthTry to work around a bug in MS VC++. This is not pretty...
2014-02-05 Wolfgang BangerthHopefully make MS VC++'s life a bit easier. Also leave...
2014-02-05 Matthias MaierCMake: Bugfix: Add header to quick_tests. Closes bug...
2014-02-04 Wolfgang BangerthGet the list of friends of a class right after a recent...
2014-02-04 Wolfgang BangerthDo not qualify an element in its own namespace.
2014-02-04 Wolfgang BangerthUse the correct include file.
2014-02-04 Wolfgang BangerthReduce template contortion level by one in hopes that...
2014-02-04 Wolfgang BangerthPass array by reference instead of by value. This shoul...
2014-02-04 Wolfgang BangerthMake the spelling of 'lda' and 'level_dof_access' unifo...
2014-02-04 Timo Heisteradd test for GridTools::transform
2014-02-04 Matthias MaierCMake: Fix a configuration error on Debian Testing...
2014-02-04 Timo Heistermake GridTools::transform work with hanging nodes
2014-02-04 Toby D. YoungRemove code duplication.
2014-02-04 Toby D. YoungTest PETSc FullMatrix reinit function.
2014-02-03 Wolfgang BangerthGeneralize test.
2014-02-03 Wolfgang BangerthRemove a piece of debug code.
2014-02-03 Wolfgang BangerthOne more test for curls.
2014-02-03 Wolfgang BangerthFix a bug reported by Christoph Heiniger (including...
2014-02-03 Timo Heisterfix example code that trips up doxygen
2014-02-03 Wolfgang BangerthMinor adjustments for style and in hopes of getting...
2014-02-03 Wolfgang BangerthAvoid what I believe is an unnecessary '::template...
2014-02-03 Timo Heisterformatting
2014-02-03 Timo Heisteradd publication
2014-02-03 Martin KronbichlerRefill comments
2014-02-03 Martin KronbichlerIntroduce mmult and second factorization routine.
2014-02-03 Wolfgang BangerthDataOutBase no longer is a class.
2014-02-02 Guido Kanschatadd weighted mass matrix
2014-02-02 Guido Kanschatadd functions for clearing and initializing an MGTransf...
2014-02-02 Guido KanschatNewton::threshold() was missing
2014-02-02 Wolfgang BangerthHelp MS VC++ recognize which template function to take.
2014-02-02 Wolfgang BangerthComplete specify namespace for a symbol to help MS...
2014-02-02 Wolfgang BangerthAddress a few follow-up issues with the previous patches.
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...
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.