]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2014-01-17 bangerthCapitalize 'stokes'.
2014-01-17 youngFix typo.
2014-01-17 kronbichlerImprove comments
2014-01-17 kronbichlerInitialize Trilinos parallel matrices with additional...
2014-01-16 kronbichlerFix quadratic complexity in number of ranges in two...
2014-01-15 bangerthFix typo.
2014-01-15 heistermake it more clear the hyper_L works in 2d and 3d.
2014-01-15 buergFix tests/fe/crash_01.cc.
2014-01-15 bangerthFully qualify a name to make MS VC++ happy.
2014-01-15 bangerthTry not to confuse MS VC by having this:
2014-01-15 bangerthAlso import the DataOutBase::Patch name into DataOutInt...
2014-01-15 bangerthFully qualify a namespace to make MS VC++ happy.
2014-01-15 bangerthUse double instead of float in one place to avoid a...
2014-01-15 bangerthDo not name an unused variable.
2014-01-14 heistermake the test fail for real
2014-01-14 heisteradd failing test
2014-01-14 bangerthPrevent MSVC from #defining min and max as macros.
2014-01-14 bangerthAvoid invalid cast from one to another DoFHandler type.
2014-01-13 bangerthMatch names of template arguments. This appears to...
2014-01-13 heltaiAdded interpolate instantiation for codimension one.
2014-01-13 kanschatadd two useful fields
2014-01-12 kanschatadd remesh event
2014-01-11 buergRevert to r32190.
2014-01-11 buergRevert to r32190.
2014-01-11 kanschatavoid deprecated functions
2014-01-11 heisterfix warning about ambiguous else branch
2014-01-10 buergRestore accidently deleted function.
2014-01-10 buergCompute hessians for FE_Nedelec correctly.
2014-01-10 kronbichlerIt does not make sense to test WorkStream with both...
2014-01-10 heisterremove warning (comment within comment)
2014-01-09 bangerthFix comments left-over from the testcase from which...
2014-01-09 heisterremove typename that shouldn't be there
2014-01-09 bangerthFix another comment that was no longer accurate.
2014-01-09 bangerthFix a comment that is wrong because it was simply copy...
2014-01-09 bangerthMention previous changes.
2014-01-09 bangerthFix the same bug in one more place.
2014-01-09 bangerthFix more bugs...
2014-01-09 bangerthFix more bugs.
2014-01-08 bangerthFix a testcase by Minh Do-Quang: DataOut also got with...
2014-01-08 bangerthFix a testcase by Minh Do-Quang: FESystem got a bit...
2014-01-08 bangerthAdd one.
2014-01-07 heisterfix typo
2014-01-07 kronbichlerMake compile with 64 bit integers.
2014-01-05 buergFix bug in project_boundary_values_curl_conforming...
2014-01-05 buergFix bug in project_boundary_values_curl_conforming.
2014-01-04 kanschatDocument deprecations
2014-01-04 kanschattest results fixed
2014-01-04 heisterrework MGConstrainedDofs to use IndexSet as the datastr...
2014-01-04 kanschatsimplify logic
2014-01-04 kanschatis_boundary_index() returns false if no boundary indice...
2014-01-04 heisterMGTools::make_boundary_list can work on ghost cells too
2014-01-03 heistertypo
2014-01-03 kanschatremove one big field
2014-01-03 kanschatremove if with identical code in both branches
2014-01-03 kanschatsimplify again
2014-01-03 heisteradd comment
2014-01-03 heisterremove superfluous boundary logic
2014-01-03 heistersimplify test
2014-01-03 heisteradd test to check meshworker boundary terms
2014-01-03 heistermeshworker: only assemble boundary terms for own cells
2014-01-03 heisterremove dead code
2014-01-03 kanschatadd documentation of level_cell
2014-01-03 heisterfix parallel mg test
2014-01-03 heisterhandle artificial cells in DofInfoBox
2014-01-03 kanschatremove default argument
2014-01-03 heisteradd new test
2014-01-03 heisterupdate meshworker tests
2014-01-03 heistermeshworker: work on logic for ghost faces
2014-01-03 kanschatMake new function default
2014-01-03 kanschatremove deprecated constructor
2014-01-03 heistermeshworker loop: own_faces=both with hanging nodes...
2014-01-03 kanschatNote that both side processing is not implemetned for...
2014-01-03 heisteradd meshworker tests
2014-01-03 heistermeshworker loop: use LoopControl, add cells_first flag...
2014-01-03 heisterupdate publications html page
2014-01-03 heisterremove arraycolsep in documentation because mathjax...
2014-01-01 maierCMake: Add a configuration option for mathjax
2014-01-01 maierBugfix: Only compile bundled boost::iostreams if zlib...
2013-12-30 kronbichlerCleanup some code
2013-12-30 kronbichlerFix compilation with 64 bit integers
2013-12-30 kronbichlerForgot to set default argument
2013-12-29 kronbichlerOne more
2013-12-29 kronbichlerFix Trilinos vectors
2013-12-26 bangerthImplement a parallel for approach for WorkStream::run...
2013-12-26 bangerthPatch by Valentin Zingan: Add VectorTools::interpolate_...
2013-12-25 heisterupdate step-18 to write .vtu files
2013-12-25 maierMake Clang happy: Put default parameter to declaration...
2013-12-25 kronbichlerActually enable parallel run of WorkStream. Now some...
2013-12-25 kronbichlerMake compile with clang
2013-12-25 maierRevert r32112 "Export whether we have found bzip2."
2013-12-24 maierCMake: Workaround for a CMake bug: Add the library...
2013-12-24 bangerthRevert r32111. It doesn't work because when we compile...
2013-12-24 maierQuicktests: Remove "build_library" target - this depend...
2013-12-24 maierCMake: Bugfix, let library and build_library depend...
2013-12-24 bangerthFirst step towards using parallel_for whenever the...
2013-12-24 bangerthExport whether we have found bzip2.
2013-12-24 bangerthGuard these files to make sure one gets compiler errors...
2013-12-24 kronbichlerCommitted test cases too quickly
2013-12-24 maierCMake: Unfortunately, for FindLAPACK and FindBzip2...
2013-12-23 kronbichlerImplement new reinit method to Trilinos sparsity patter...
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.