]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2014-02-02 kanschatadd functions for clearing and initializing an MGTransf...
2014-02-02 kanschatNewton::threshold() was missing
2014-02-02 bangerthHelp MS VC++ recognize which template function to take.
2014-02-02 bangerthComplete specify namespace for a symbol to help MS...
2014-02-02 bangerthAddress a few follow-up issues with the previous patches.
2014-02-02 bangerthMore conversions from class to namespace DataOutBase...
2014-02-02 maierBugfixes: Make compilation of bundled libraries work...
2014-02-02 maierI have no idea where this cache invalidation comes...
2014-02-02 maierCMake: Bugfix: Get the caching right in FindPETSC.cmake and
2014-02-01 maierWell, well. Also adjust the project configuration...
2014-02-01 maierCMake: Break everything (tm)
2014-02-01 maierCMake: Break everything (tm)
2014-02-01 maierCMake: Break everything (tm).
2014-02-01 bangerthRemove the awkward private inheritance from DataOutBase...
2014-02-01 kronbichlerMark new functions in header file as inline
2014-02-01 steigemannnew tests for ParameterHandler print_parameters_section
2014-02-01 steigemannadded a new flag to ParameterHandler::print_parameters_...
2014-01-31 kronbichlerMake compile again
2014-01-31 kronbichlerAdd tests
2014-01-31 bangerthMake all instances of a template a friend function...
2014-01-31 kronbichlerBetter way for specifying deal.II namespace.
2014-01-31 kronbichlerAdd similar interface for copying from a Trilinos MPI...
2014-01-31 kronbichlerAdd test
2014-01-31 heisteravoid fmin with unsigned int because it is not defined...
2014-01-31 kronbichlerPatch by Ben Thompson: copy petsc vector to deal.II...
2014-01-31 kronbichlerPrior to C++11, fmax is a C99 function and not in names...
2014-01-31 kronbichlerPrior to C++11, fmin is a C99 function and not in names...
2014-01-31 bangerthAdd tests for bug report #182. At least the _28 test...
2014-01-31 turcksinAdd a const in sparse_matrix.h and an include in sparsi...
2014-01-31 turcksinAdd several typenames and change min to fmin, max to...
2014-01-30 bangerthLook through the documentation at a couple of places.
2014-01-30 bangerthLink to another paper on best practices, as well as...
2014-01-30 bangerthAdd a few statements on running stuff in parallel with...
2014-01-29 bangerthInitialize a variable and explain it.
2014-01-29 bangerthAdd last name of contributor Mihai.
2014-01-28 maierCMake: Start refactoring of REGISTER_FEATURE
2014-01-28 maierCMake: Refactor detailed and summary log creation
2014-01-28 heisterstep-1: add some text output to the screen
2014-01-28 maierCMake: Refactor list deduplication into a macro
2014-01-28 maierTestsuite: Bugfix: Do not copy CMakeCache.txt and CMake...
2014-01-28 felix.gruberfix indentation
2014-01-27 heisterfix typo
2014-01-27 bangerthAvoid an if() in optimized mode by writing the Assert...
2014-01-27 bangerthAlso list where results show up.
2014-01-27 bangerthFix obvious oversights in the previous commit...
2014-01-27 bangerthDocument running the testsuite for coverage information.
2014-01-26 bangerthProvide a couple of constructors that are never called...
2014-01-26 heisterleave a note on how to start step-32
2014-01-26 bangerthDisallow calling certain functions that have to do...
2014-01-26 bangerthDisallow calling certain functions that have to do...
2014-01-26 bangerthFix a forgotten case with FENothing (thanks to a testca...
2014-01-26 maierCMake: Bugfix: Strip leading and trailing whitespace...
2014-01-26 maierCMake: Improve error message for invalid user provided...
2014-01-25 bangerthAugment documentation.
2014-01-25 bangerthMore cleanups in SolutionTransfer.
2014-01-25 maierCMake: Bugfix: Set a compiler option for the correct...
2014-01-25 bangerthClean up a good amount of code. In particular, do not...
2014-01-25 bangerthAvoid directly accessing the active_fe_index of a cell...
2014-01-25 bangerthRemove a hunk of code that was forgotten in r32297.
2014-01-24 heisteradd script to check doxygen formatting
2014-01-24 heisterput deprecated functions into own doxygen group, fix...
2014-01-24 heisterfix doxygen grouping tags
2014-01-24 heisterremove unused variable in quicktest
2014-01-24 heisterfix quick_test
2014-01-24 kronbichlerFix use of freed memory: Change when to reset the vector
2014-01-24 heisterfix invalid memory access in gridin::read_vtk
2014-01-24 heisterimprove error checks and comments for parallel::distrib...
2014-01-24 bangerthDisallow calling DoFAccessor::set_active_fe_index on...
2014-01-24 bangerthAdjust a few tests to not call set_active_fe_index...
2014-01-24 bangerthMention Martin's change from a couple of days ago.
2014-01-24 maierCMake: Cleanup: Remove obsolete macro, unify naming...
2014-01-24 kronbichlerAdjust test output
2014-01-23 kronbichlerFix test case with 64 bits
2014-01-23 ryan.groveFixed typo in step-2 tutorial program.
2014-01-23 maierCMake: Bugfix: Clear compile variables prior to populating
2014-01-23 heisterfix invalid memory access caused by undefined order...
2014-01-22 bangerthSome more from Winnifred.
2014-01-22 bangerthPatch by Martin Steigemann: Handle the case of zero...
2014-01-22 heisterstep-4: write constants as doubles
2014-01-22 maierRemove obsolete scripts
2014-01-21 heisterupdate p4est instructions, remove some outdated stuff
2014-01-21 kronbichlerAdjust test output
2014-01-21 bangerthDo not set active_fe_index values on non-active cells.
2014-01-21 heisterfix broken PETScWrappers::MPI::Vector::print() in parallel
2014-01-21 heisterfix another place where we should use MPI_Allreduce...
2014-01-21 kronbichlerTest extract_row_copy, fix two bugs
2014-01-21 kronbichlerFix test
2014-01-21 bangerthImprove error message.
2014-01-21 bangerthClear active_fe_index flags on non-active cells since...
2014-01-21 bangerthAnother test.
2014-01-21 bangerthLeave a comment to clarify things.
2014-01-21 bangerthFix the same problem again in another location.
2014-01-21 bangerthFix a recently introduced problem with SolutionTransfer.
2014-01-21 bangerthPatch by Mihai: Also extend the ability to deal with...
2014-01-20 kronbichlerAdd extract_row_copy method to chunk sparse matrix...
2014-01-20 kronbichlerAllow use of AssertDimension without 'using namespace...
2014-01-20 youngSlightly extend full matrix interface.
2014-01-20 kronbichlerSimplify exchange of data in Trilinos sparse matrix...
2014-01-20 kronbichlerSimplify exchange of data in Trilinos sparse matrix...
2014-01-20 kronbichlerNeed to add a few more entries to non-local part of...
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.