]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
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...
2014-01-20 kronbichlerFix failure of multigrid on some OpenMPI versions
2014-01-19 kronbichlerTry to fix some tests by adding more elements to sparsi...
2014-01-19 kronbichlerDo not create non-local graph when there are no ghost...
2014-01-19 kronbichlerFix 64 bit bug
2014-01-19 kronbichlerCorrect test output
2014-01-19 kronbichlerAllow constant modes for FE_RaviartThomas and FE_Nedelec.
2014-01-19 kronbichlerFix extract_constant_modes for FE_DGP etc.
2014-01-18 kronbichlerFix at least one issue with my commit: The flux sparsit...
2014-01-18 bangerthNew tests.
2014-01-18 bangerthImplement more functionality for get_interpolated_dof_v...
2014-01-18 kronbichlerFix warning
2014-01-18 kronbichlerUse thread-safe path for Trilinos matrix assembly also...
2014-01-17 heisteradd test for all_zero
2014-01-17 heisterfix all_zero() for PETSc vectors. add documentation...
2014-01-17 bangerthDisallow calling some functions in the hp context on...
2014-01-17 bangerthDisallow calling some functions in the hp context on...
2014-01-17 bangerthImprove error message.
2014-01-17 heisterfix typo
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
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.