]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-08-21 kanschattest DG with constraints and remove text
2013-08-21 kanschatmultigrid bug fixed
2013-08-21 youngTarget eigenvalues iff spectral transformation is in...
2013-08-21 youngCan not compute residual norms if no eigenvectors have...
2013-08-21 kronbichlerCleanup some code so it compiles much quicker
2013-08-21 bangerthProvide correct output.
2013-08-20 kronbichlerFix compilation
2013-08-20 kronbichlerSplit vector_tools into several files to speed up compi...
2013-08-20 bangerthPatch by Juan Carlos Araujo Cabarcas: use higher precis...
2013-08-20 bangerthFix bug #85 (http://code.google.com/p/dealii/issues...
2013-08-20 maierCMake: Fix a strange CMake bug
2013-08-19 bangerthAdd table of contents.
2013-08-19 kanschatmissing keyword
2013-08-19 kanschatreformat comments
2013-08-19 bangerthMake it run, finally..
2013-08-19 bangerthImplement interpolation between FE_Nothing and FE_Q.
2013-08-18 bangerthImprove error message.
2013-08-18 heisterupdate install instructions
2013-08-18 bangerthMark a member as const.
2013-08-17 maierCMake: Rewrite parts of FindTrilinos.cmake to be way...
2013-08-17 bangerthAdd testcase for bug #83.
2013-08-17 bangerthRemove stray 'typename'.
2013-08-17 maierCMake: Prepare build system for porting the test suite...
2013-08-17 bangerthFix http://code.google.com/p/dealii/issues/detail?id...
2013-08-17 bangerthFix http://code.google.com/p/dealii/issues/detail?id...
2013-08-17 bangerthProvide ConstraintMatrix::are_identity_constrained()
2013-08-16 maierCMake: Some final changes:
2013-08-16 maierCMake: Bugfix, use BOOST_ROOT instead of Boost_DIR.
2013-08-16 maierCMake: Fix Boost versin numbers and BOOST_DIR
2013-08-16 maierCMake: Bugfix: Rename "POINT" by "PATCH"
2013-08-16 maierCMake: Print version numbers into detailed.log
2013-08-16 maierCMake: Unify version variables
2013-08-16 maierCMake: Unify version variables
2013-08-16 maierCMake: FindP4EST.cmake now export VERSION numbers as...
2013-08-15 bangerthFix computation of column widths.
2013-08-15 bangerthPatch by Oleh Krehel: add org-mode as a possibility...
2013-08-15 bangerthPatch by Scott Miller (and testcases by me): Add scalar...
2013-08-15 maierCMake: Reenable -O2 for intel-12* compilers. Set -no...
2013-08-15 bangerthUse usual function argument arrangement.
2013-08-15 bangerthPatch by Juan Carlos Araujo Cabarcas: Relax an assertion.
2013-08-15 bangerthPatch by Armin Ghajar Jazi: Also instantiate MappingQEu...
2013-08-14 heisterremove debug output
2013-08-14 turcksinFix a bug in PreconditionIdentity.
2013-08-14 bangerthFix typo.
2013-08-13 heisterPETSc/Trilinos BlockVectors now only allow assignment...
2013-08-13 heisteradd missing compress() call in step-32
2013-08-13 heisteradd new test
2013-08-13 heisterupdate my affiliation
2013-08-13 heisteradd a publication
2013-08-13 turcksinAdd TrilinosWrappers::PreconditionIdentity, i.e., ident...
2013-08-13 maierBugfix: Rename private member variables so that they...
2013-08-13 maierCMake: Fix copy&paste error
2013-08-13 maierCMake: fix build type handling in DEAL_II_* macros
2013-08-13 maierCMake: Export LAPACK_DIR and BLAS_DIR if they are needed
2013-08-13 scott.millerstep-51 use workstream for postprocessing the local...
2013-08-13 bangerthMinor cleanups.
2013-08-12 turcksinFix a bug in petsc_matrix_free.
2013-08-12 bangerthAugment documentation.
2013-08-12 maierCMake: Update the documentation as well
2013-08-12 maierCMake: *yay* CMake's FindBLAS.cmake and FindLAPACK...
2013-08-12 kronbichlerUpdate heading
2013-08-12 kronbichlerAdd missing output
2013-08-12 kronbichlerSome results on computing times, cleanup.
2013-08-12 felix.gruberstep-42.cc still had an old QPL license header
2013-08-12 felix.gruberFix doxygen markup in documentation of step 51.
2013-08-12 felix.gruberFix list markup in the changelog.
2013-08-11 scott.millermore step-51 documentation
2013-08-10 bangerthLimit test to what's working right now.
2013-08-10 bangerthDo not use member function that doesn't exist.
2013-08-10 bangerthLeave a couple of TODOs. There are ways to make the...
2013-08-10 bangerthRemove test now no longer necessary. Move test that...
2013-08-10 bangerthReplace removed function call by one that still works.
2013-08-10 scott.millerClean up workstream data in step-51
2013-08-10 bangerthMake sure the common case actually works...
2013-08-10 bangerthImplement face_to_cell_index() also for FESystem.
2013-08-10 bangerthImplement the face_to_cell() function for the FE_Q...
2013-08-10 bangerthUse standard arrangement of function arguments. Documen...
2013-08-10 bangerthRemove tests now no longer useful after the removal...
2013-08-10 kronbichlerSmall update
2013-08-10 maierWorkaround for an issue with gcc-4.1 and an explicit...
2013-08-09 bangerthMove FiniteElementData::face_to_cell_index to FiniteEle...
2013-08-09 maierAdd support for Windows/MinGW32
2013-08-09 maierDisable bundled TBB for Windows targets as well
2013-08-09 scott.milleruse meshworker for step-51
2013-08-09 maierCompile with -Wno-long-long to suppress a lot of warnin...
2013-08-09 maierAdd a small change note
2013-08-09 maierMerge branch 'branch_port_to_libcxx' into trunk
2013-08-09 maierFix typos branch_port_to_libcxx
2013-08-09 scott.millerAdd step-51 comments
2013-08-09 bangerthGuard new assertion with a test for standard orientation.
2013-08-08 bangerthDocument a problem with FiniteElementBase::face_to_cell...
2013-08-08 bangerthSubmit the essence of the last bit of the patch by...
2013-08-08 bangerthPatch by Oleh Krehel: many typo and other small fixes.
2013-08-08 turcksinFix typos in the glossary.
2013-08-08 scott.millerUpdates to HDG documentation
2013-08-08 scott.millerMerge step-51 botched commit.
2013-08-08 scott.millerAdd output for step-51
2013-08-07 bangerth#include cleanup. multigrid.h included <data_out.h...
2013-08-07 bangerthPatch by Oleh Krehel: allow suppressing writing date...
2013-08-07 kronbichlerAdd list with convergence rates in 3d
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.