]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-01-09 Wolfgang BangerthFix another comment that was no longer accurate.
2014-01-09 Wolfgang BangerthFix a comment that is wrong because it was simply copy...
2014-01-09 Wolfgang BangerthMention previous changes.
2014-01-09 Wolfgang BangerthFix the same bug in one more place.
2014-01-09 Wolfgang BangerthFix more bugs...
2014-01-09 Wolfgang BangerthFix more bugs.
2014-01-08 Wolfgang BangerthFix a testcase by Minh Do-Quang: DataOut also got with...
2014-01-08 Wolfgang BangerthFix a testcase by Minh Do-Quang: FESystem got a bit...
2014-01-08 Wolfgang BangerthAdd one.
2014-01-07 Timo Heisterfix typo
2014-01-07 Martin KronbichlerMake compile with 64 bit integers.
2014-01-05 Markus BuergFix bug in project_boundary_values_curl_conforming...
2014-01-05 Markus BuergFix bug in project_boundary_values_curl_conforming.
2014-01-04 Guido KanschatDocument deprecations
2014-01-04 Guido Kanschattest results fixed
2014-01-04 Timo Heisterrework MGConstrainedDofs to use IndexSet as the datastr...
2014-01-04 Guido Kanschatsimplify logic
2014-01-04 Guido Kanschatis_boundary_index() returns false if no boundary indice...
2014-01-04 Timo HeisterMGTools::make_boundary_list can work on ghost cells too
2014-01-03 Timo Heistertypo
2014-01-03 Guido Kanschatremove one big field
2014-01-03 Guido Kanschatremove if with identical code in both branches
2014-01-03 Guido Kanschatsimplify again
2014-01-03 Timo Heisteradd comment
2014-01-03 Timo Heisterremove superfluous boundary logic
2014-01-03 Timo Heistersimplify test
2014-01-03 Timo Heisteradd test to check meshworker boundary terms
2014-01-03 Timo Heistermeshworker: only assemble boundary terms for own cells
2014-01-03 Timo Heisterremove dead code
2014-01-03 Guido Kanschatadd documentation of level_cell
2014-01-03 Timo Heisterfix parallel mg test
2014-01-03 Timo Heisterhandle artificial cells in DofInfoBox
2014-01-03 Guido Kanschatremove default argument
2014-01-03 Timo Heisteradd new test
2014-01-03 Timo Heisterupdate meshworker tests
2014-01-03 Timo Heistermeshworker: work on logic for ghost faces
2014-01-03 Guido KanschatMake new function default
2014-01-03 Guido Kanschatremove deprecated constructor
2014-01-03 Timo Heistermeshworker loop: own_faces=both with hanging nodes...
2014-01-03 Guido KanschatNote that both side processing is not implemetned for...
2014-01-03 Timo Heisteradd meshworker tests
2014-01-03 Timo Heistermeshworker loop: use LoopControl, add cells_first flag...
2014-01-03 Timo Heisterupdate publications html page
2014-01-03 Timo Heisterremove arraycolsep in documentation because mathjax...
2014-01-01 Matthias MaierCMake: Add a configuration option for mathjax
2014-01-01 Matthias MaierBugfix: Only compile bundled boost::iostreams if zlib...
2013-12-30 Martin KronbichlerCleanup some code
2013-12-30 Martin KronbichlerFix compilation with 64 bit integers
2013-12-30 Martin KronbichlerForgot to set default argument
2013-12-29 Martin KronbichlerOne more
2013-12-29 Martin KronbichlerFix Trilinos vectors
2013-12-26 Wolfgang BangerthImplement a parallel for approach for WorkStream::run...
2013-12-26 Wolfgang BangerthPatch by Valentin Zingan: Add VectorTools::interpolate_...
2013-12-25 Timo Heisterupdate step-18 to write .vtu files
2013-12-25 Matthias MaierMake Clang happy: Put default parameter to declaration...
2013-12-25 Martin KronbichlerActually enable parallel run of WorkStream. Now some...
2013-12-25 Martin KronbichlerMake compile with clang
2013-12-25 Matthias MaierRevert r32112 "Export whether we have found bzip2."
2013-12-24 Matthias MaierCMake: Workaround for a CMake bug: Add the library...
2013-12-24 Wolfgang BangerthRevert r32111. It doesn't work because when we compile...
2013-12-24 Matthias MaierQuicktests: Remove "build_library" target - this depend...
2013-12-24 Matthias MaierCMake: Bugfix, let library and build_library depend...
2013-12-24 Wolfgang BangerthFirst step towards using parallel_for whenever the...
2013-12-24 Wolfgang BangerthExport whether we have found bzip2.
2013-12-24 Wolfgang BangerthGuard these files to make sure one gets compiler errors...
2013-12-24 Martin KronbichlerCommitted test cases too quickly
2013-12-24 Matthias MaierCMake: Unfortunately, for FindLAPACK and FindBzip2...
2013-12-23 Martin KronbichlerImplement new reinit method to Trilinos sparsity patter...
2013-12-23 Wolfgang BangerthImprove error messages.
2013-12-23 Wolfgang BangerthConfigure as far as possible if libz or libbz2 can...
2013-12-23 Wolfgang BangerthIssue pointed out by Jean Ragusa: Properly parenthesize...
2013-12-23 Wolfgang BangerthIssue pointed out by Jean Ragusa: No need to set system...
2013-12-23 Matthias MaierTypos
2013-12-23 Wolfgang BangerthState that these two elements are discontinuous at...
2013-12-23 Matthias MaierCMake: Improve error message
2013-12-23 Matthias MaierCMake: Bugfix: Also change DEAL_II_USE_CXX11 to DEAL_II...
2013-12-22 Matthias MaierCMake: Organize C++11 support as a toggable feature
2013-12-22 Matthias MaierCMake: Add support for bzip2.
2013-12-22 Matthias MaierCMake: Clean up configure_boost.cmake and simplify...
2013-12-22 Wolfgang BangerthAdd one.
2013-12-21 Wolfgang BangerthRevert r32092 because it doesn't work on systems that...
2013-12-21 Wolfgang BangerthConfigure things so that we only build BOOST.Iostreams...
2013-12-21 Timo Heisterremove two dead links in documentation
2013-12-21 Matthias MaierAdd documentation
2013-12-21 Wolfgang BangerthAvoid the use of std::copy_n -- this is apparently...
2013-12-21 Wolfgang BangerthAdd cmake configury stuff to also build the boost:...
2013-12-21 Wolfgang BangerthAdd library subdirectory, but excluding all the documen...
2013-12-21 Wolfgang BangerthProperly call the template arguments 'InputIterator...
2013-12-21 Wolfgang BangerthIntroduce more powerful constructors for the table...
2013-12-21 Wolfgang BangerthAdd another test.
2013-12-21 Wolfgang BangerthAdd new tests.
2013-12-21 Wolfgang BangerthGeneralize TableBase::fill.
2013-12-21 Wolfgang BangerthMention a class that now exists.
2013-12-21 Wolfgang BangerthProperly qualify references to classes.
2013-12-21 Wolfgang BangerthMention BOOST Iostream.
2013-12-21 Wolfgang BangerthAdd new test.
2013-12-21 Wolfgang BangerthQualify references to Table from within namespace inter...
2013-12-21 Wolfgang BangerthImprove an error message.
2013-12-21 Wolfgang BangerthFix typo.
2013-12-21 Wolfgang BangerthRemove an unused variable.
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.