]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-10-18 Eric HeienBug fix
2013-10-18 Martin KronbichlerAdjust output: We do not output ghosts of a vector...
2013-10-18 Martin KronbichlerAdd safety check that vector really is ghosted in fe_ev...
2013-10-18 Martin KronbichlerImprove handling of ghost elements in parallel vector...
2013-10-18 Matthias MaierUse std_cxx1x::bind instead of std::bind which is not...
2013-10-17 Bruno TurcksinDelete unused variables in matrix_tools.
2013-10-17 Bruno TurcksinUse WorkStream in Step-14. Need to update the documenta...
2013-10-17 Bruno TurcksinUse WorkStream in Step-13. Need to update the documenta...
2013-10-16 Timo HeisterGridTools::partition_triangulation no longer uses user_...
2013-10-16 Timo Heistertake over 31267,31269,31270 from the branch
2013-10-16 Matthias MaierTake over r31262 from branch_port_the_testsuite
2013-10-16 Martin KronbichlerAdd update_ghost_values and compress to parallel block...
2013-10-16 Martin KronbichlerAdjust comments
2013-10-16 Martin KronbichlerDelete stray 'of'
2013-10-16 Wolfgang BangerthAvoid 'typename' outside templates.
2013-10-16 Bruno TurcksinReplace Threads with WorkStream in step-9. Documentatio...
2013-10-15 Bruno TurcksinModify data_out.cc to copy the patches in parrallel.
2013-10-15 Bruno TurcksinReplace distance by using SynchronousIterators in deriv...
2013-10-14 Wolfgang BangerthRemove debug output accidentally committed in r31180.
2013-10-14 Bruno TurcksinReplace the second Threads by WorkStream in matrix_tools.cc
2013-10-14 Wolfgang BangerthFix typo.
2013-10-14 Bruno TurcksinReplace the first Threads by WorkStream in matrix_tools.cc
2013-10-14 Wolfgang BangerthAdd a comment.
2013-10-14 Wolfgang BangerthClarify a couple of items.
2013-10-14 Wolfgang BangerthDisable output to console.
2013-10-14 Wolfgang BangerthDisable warning #135 on intel compilers.
2013-10-13 Martin KronbichlerAnnounce tutorial program also on news page
2013-10-11 Wolfgang BangerthAdd an instantiation.
2013-10-11 Wolfgang BangerthHelp some compilers (notably xlC) with name lookup.
2013-10-11 Wolfgang BangerthRewire the reading of the obstacle: either say 'sphere...
2013-10-11 Wolfgang BangerthMinor cleanup of parameter declaration. Remove the...
2013-10-10 Bruno TurcksinUse WorkStream instead of Thread in DerivativeApproxima...
2013-10-09 Bruno TurcksinReplace Threads by WorkStream in dof_tools_constraints.cc
2013-10-09 Matthias MaierDoc: Introduce two more links and regroup "Home" in...
2013-10-08 Timo Heistertake over r31179 to mainline
2013-10-08 Wolfgang BangerthRemove outdated svn:ignore.
2013-10-08 Wolfgang BangerthRework.
2013-10-08 Wolfgang BangerthLink to appropriate tag files.
2013-10-08 Wolfgang BangerthSlightly reword top note.
2013-10-08 Wolfgang BangerthRework.
2013-10-08 Wolfgang BangerthUpdate some of the information at the bottom. The link...
2013-10-08 Wolfgang BangerthImprove error message.
2013-10-08 Wolfgang BangerthRun second part of test only if it's different from...
2013-10-08 Wolfgang BangerthImplement bilinear interpolation in a much faster way.
2013-10-07 Wolfgang BangerthNo longer output the residual to output files.
2013-10-07 Wolfgang BangerthCompute locally owned active set as intersection of...
2013-10-07 Timo Heisterenhance SparseMatrix documentation
2013-10-07 Wolfgang BangerthMinor adjustments.
2013-10-07 Wolfgang BangerthPatch by Mayank Subharwal and Andreas Putz: Make GridIn...
2013-10-07 Wolfgang BangerthSearch first for the file with its complete given name...
2013-10-07 Wolfgang BangerthRewrite in parts.
2013-10-07 Wolfgang BangerthRemove extraneous space.
2013-10-07 Wolfgang BangerthLink in step-42.
2013-10-07 Wolfgang BangerthUpdate svn:ignore.
2013-10-07 Wolfgang BangerthFinish documenting.
2013-10-06 Wolfgang BangerthComment on solve_newton().
2013-10-06 Wolfgang BangerthFix a bug introduced in the previous version.
2013-10-05 Toby D. YoungSwitch Assert to AssertThrow where a PETScInternalError...
2013-10-05 Wolfgang BangerthMove forward.
2013-10-05 Guido Kanschatadd Stephan's paper
2013-10-05 Wolfgang BangerthIndent.
2013-10-05 Toby D. YoungAdd a strangely missing AssertThrow.
2013-10-04 Wolfgang BangerthLast changes for the day. Good progress :-)
2013-10-04 Wolfgang BangerthMore documentation.
2013-10-04 Wolfgang BangerthMore documentation.
2013-10-04 Wolfgang BangerthMake run again in parallel.
2013-10-04 Wolfgang BangerthRemove unused variables.
2013-10-04 Wolfgang BangerthSome compilers apparently want to have a full declarati...
2013-10-04 Wolfgang BangerthQualify strcpy with std::
2013-10-04 Martin KronbichlerImprove exception messages
2013-10-03 Matthias MaierBugfix
2013-10-03 Matthias MaierBugfix: resolve issue 105
2013-10-03 Wolfgang BangerthRename a few variables. Initialize vectors with vector...
2013-10-03 Wolfgang BangerthRemove file accidentally added.
2013-10-03 Wolfgang BangerthRemove one variable whose value is always equal to...
2013-10-03 Wolfgang BangerthRemove one variable whose value is always equal to...
2013-10-03 Toby D. Youngdo a todo - use PetscReal where real_type is needed.
2013-10-03 Toby D. YoungSet default problem type for SLEPc - this should be...
2013-10-02 Timo Heisteradd to changelog
2013-10-02 Timo Heisterdo not use n_default_threads but n_threads()
2013-10-02 Timo Heisterreplace n_default_threads by n_threads()
2013-10-02 Timo Heisterleave some comments and todos
2013-10-02 Timo Heisterdo not use n_default_threads
2013-10-02 Timo Heisterintroduce new n_threads(), deprecate n_default_threads
2013-10-02 Timo Heisterremove references to n_default_threads() in error_estim...
2013-10-02 Timo Heisteronly use TBB in workstream if we are allowed to use...
2013-10-02 Bruno TurcksinNow when WorkStream uses graph coloring and that there...
2013-10-02 Wolfgang BangerthMake it compile.
2013-10-02 Wolfgang BangerthSlightly more documentation. Leave a few TODOs in the...
2013-10-02 Matthias MaierCherry-pick revisions 31065 and 31066 from branch_port_...
2013-10-01 Matthias MaierPort the distributed periodicity test, add missing...
2013-10-01 Matthias MaierPort grid_tools_05.cc test to collect_periodic_faces
2013-10-01 Wolfgang BangerthSuppress warnings of the following kind:
2013-10-01 Wolfgang BangerthImprove error message.
2013-10-01 Bruno TurcksinFix a bug in graph coloring and add a test for it.
2013-10-01 Martin KronbichlerLink in step-51 tutorial program.
2013-10-01 Wolfgang BangerthDo some operations in parallel on tasks.
2013-10-01 Wolfgang BangerthWork around an issue in a copy constructor we needed...
2013-09-30 Matthias MaierTake over revisions 31045 - 31051 from branch_port_the_...
2013-09-30 Wolfgang BangerthFix a couple of assertions.
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.