]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-10-17 turcksinDelete unused variables in matrix_tools.
2013-10-17 turcksinUse WorkStream in Step-14. Need to update the documenta...
2013-10-17 turcksinUse WorkStream in Step-13. Need to update the documenta...
2013-10-16 heisterGridTools::partition_triangulation no longer uses user_...
2013-10-16 heistertake over 31267,31269,31270 from the branch
2013-10-16 maierTake over r31262 from branch_port_the_testsuite
2013-10-16 kronbichlerAdd update_ghost_values and compress to parallel block...
2013-10-16 kronbichlerAdjust comments
2013-10-16 kronbichlerDelete stray 'of'
2013-10-16 bangerthAvoid 'typename' outside templates.
2013-10-16 turcksinReplace Threads with WorkStream in step-9. Documentatio...
2013-10-15 turcksinModify data_out.cc to copy the patches in parrallel.
2013-10-15 turcksinReplace distance by using SynchronousIterators in deriv...
2013-10-14 bangerthRemove debug output accidentally committed in r31180.
2013-10-14 turcksinReplace the second Threads by WorkStream in matrix_tools.cc
2013-10-14 bangerthFix typo.
2013-10-14 turcksinReplace the first Threads by WorkStream in matrix_tools.cc
2013-10-14 bangerthAdd a comment.
2013-10-14 bangerthClarify a couple of items.
2013-10-14 bangerthDisable output to console.
2013-10-14 bangerthDisable warning #135 on intel compilers.
2013-10-13 kronbichlerAnnounce tutorial program also on news page
2013-10-11 bangerthAdd an instantiation.
2013-10-11 bangerthHelp some compilers (notably xlC) with name lookup.
2013-10-11 bangerthRewire the reading of the obstacle: either say 'sphere...
2013-10-11 bangerthMinor cleanup of parameter declaration. Remove the...
2013-10-10 turcksinUse WorkStream instead of Thread in DerivativeApproxima...
2013-10-09 turcksinReplace Threads by WorkStream in dof_tools_constraints.cc
2013-10-09 maierDoc: Introduce two more links and regroup "Home" in...
2013-10-08 heistertake over r31179 to mainline
2013-10-08 bangerthRemove outdated svn:ignore.
2013-10-08 bangerthRework.
2013-10-08 bangerthLink to appropriate tag files.
2013-10-08 bangerthSlightly reword top note.
2013-10-08 bangerthRework.
2013-10-08 bangerthUpdate some of the information at the bottom. The link...
2013-10-08 bangerthImprove error message.
2013-10-08 bangerthRun second part of test only if it's different from...
2013-10-08 bangerthImplement bilinear interpolation in a much faster way.
2013-10-07 bangerthNo longer output the residual to output files.
2013-10-07 bangerthCompute locally owned active set as intersection of...
2013-10-07 heisterenhance SparseMatrix documentation
2013-10-07 bangerthMinor adjustments.
2013-10-07 bangerthPatch by Mayank Subharwal and Andreas Putz: Make GridIn...
2013-10-07 bangerthSearch first for the file with its complete given name...
2013-10-07 bangerthRewrite in parts.
2013-10-07 bangerthRemove extraneous space.
2013-10-07 bangerthLink in step-42.
2013-10-07 bangerthUpdate svn:ignore.
2013-10-07 bangerthFinish documenting.
2013-10-06 bangerthComment on solve_newton().
2013-10-06 bangerthFix a bug introduced in the previous version.
2013-10-05 youngSwitch Assert to AssertThrow where a PETScInternalError...
2013-10-05 bangerthMove forward.
2013-10-05 kanschatadd Stephan's paper
2013-10-05 bangerthIndent.
2013-10-05 youngAdd a strangely missing AssertThrow.
2013-10-04 bangerthLast changes for the day. Good progress :-)
2013-10-04 bangerthMore documentation.
2013-10-04 bangerthMore documentation.
2013-10-04 bangerthMake run again in parallel.
2013-10-04 bangerthRemove unused variables.
2013-10-04 bangerthSome compilers apparently want to have a full declarati...
2013-10-04 bangerthQualify strcpy with std::
2013-10-04 kronbichlerImprove exception messages
2013-10-03 maierBugfix
2013-10-03 maierBugfix: resolve issue 105
2013-10-03 bangerthRename a few variables. Initialize vectors with vector...
2013-10-03 bangerthRemove file accidentally added.
2013-10-03 bangerthRemove one variable whose value is always equal to...
2013-10-03 bangerthRemove one variable whose value is always equal to...
2013-10-03 youngdo a todo - use PetscReal where real_type is needed.
2013-10-03 youngSet default problem type for SLEPc - this should be...
2013-10-02 heisteradd to changelog
2013-10-02 heisterdo not use n_default_threads but n_threads()
2013-10-02 heisterreplace n_default_threads by n_threads()
2013-10-02 heisterleave some comments and todos
2013-10-02 heisterdo not use n_default_threads
2013-10-02 heisterintroduce new n_threads(), deprecate n_default_threads
2013-10-02 heisterremove references to n_default_threads() in error_estim...
2013-10-02 heisteronly use TBB in workstream if we are allowed to use...
2013-10-02 turcksinNow when WorkStream uses graph coloring and that there...
2013-10-02 bangerthMake it compile.
2013-10-02 bangerthSlightly more documentation. Leave a few TODOs in the...
2013-10-02 maierCherry-pick revisions 31065 and 31066 from branch_port_...
2013-10-01 maierPort the distributed periodicity test, add missing...
2013-10-01 maierPort grid_tools_05.cc test to collect_periodic_faces
2013-10-01 bangerthSuppress warnings of the following kind:
2013-10-01 bangerthImprove error message.
2013-10-01 turcksinFix a bug in graph coloring and add a test for it.
2013-10-01 kronbichlerLink in step-51 tutorial program.
2013-10-01 bangerthDo some operations in parallel on tasks.
2013-10-01 bangerthWork around an issue in a copy constructor we needed...
2013-09-30 maierTake over revisions 31045 - 31051 from branch_port_the_...
2013-09-30 bangerthFix a couple of assertions.
2013-09-30 bangerthDisable warning 327 for Intel compilers. This leads...
2013-09-30 bangerthProvide a copy constructor.
2013-09-30 bangerthLeave a TODO.
2013-09-30 bangerthAdd a copy constructor in hopes of making Intel's ICC...
2013-09-30 bangerthSuppress output to console.
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.