]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-08-21 Matthias MaierGet the SOURCE_DIR right
2013-08-21 Matthias MaierIntermediate
2013-08-21 Matthias MaierIntermediate
2013-08-21 Matthias MaierFix output paths
2013-08-21 Matthias MaierRearrange output
2013-08-21 Matthias MaierAlso provide legacy include
2013-08-21 Matthias MaierBetter output messages
2013-08-21 Matthias MaierShort workaround
2013-08-21 Matthias MaierFix a lot more output
2013-08-21 Matthias MaierI want output ;-)
2013-08-20 Matthias MaierReintroduce threads_0? tests
2013-08-20 Matthias Maiertests/base: Fix output
2013-08-20 Matthias Maiertest/base: Fix typos
2013-08-20 Matthias MaierThe last bits :-]
2013-08-20 Matthias MaierIgnore the threads_01 and threads_02 tests for now
2013-08-20 Matthias MaierFully convert tests/base
2013-08-20 Matthias Maiertests/base: Correct output
2013-08-20 Matthias MaierRefactor once more, finally get it working (a bit)
2013-08-20 Matthias MaierCMake: Fix a strange CMake bug
2013-08-19 Matthias MaierFinal bits for today
2013-08-19 Matthias MaierSome improvement
2013-08-19 Matthias MaierIntermdiate
2013-08-18 Matthias MaierFirst commit (tm)
2013-08-18 Matthias MaierCreate branch branch_port_the_testsuite
2013-08-18 Timo Heisterupdate install instructions
2013-08-18 Wolfgang BangerthMark a member as const.
2013-08-17 Matthias MaierCMake: Rewrite parts of FindTrilinos.cmake to be way...
2013-08-17 Wolfgang BangerthAdd testcase for bug #83.
2013-08-17 Wolfgang BangerthRemove stray 'typename'.
2013-08-17 Matthias MaierCMake: Prepare build system for porting the test suite...
2013-08-17 Wolfgang BangerthFix http://code.google.com/p/dealii/issues/detail?id...
2013-08-17 Wolfgang BangerthFix http://code.google.com/p/dealii/issues/detail?id...
2013-08-17 Wolfgang BangerthProvide ConstraintMatrix::are_identity_constrained()
2013-08-16 Matthias MaierCMake: Some final changes:
2013-08-16 Matthias MaierCMake: Bugfix, use BOOST_ROOT instead of Boost_DIR.
2013-08-16 Matthias MaierCMake: Fix Boost versin numbers and BOOST_DIR
2013-08-16 Matthias MaierCMake: Bugfix: Rename "POINT" by "PATCH"
2013-08-16 Matthias MaierCMake: Print version numbers into detailed.log
2013-08-16 Matthias MaierCMake: Unify version variables
2013-08-16 Matthias MaierCMake: Unify version variables
2013-08-16 Matthias MaierCMake: FindP4EST.cmake now export VERSION numbers as...
2013-08-15 Wolfgang BangerthFix computation of column widths.
2013-08-15 Wolfgang BangerthPatch by Oleh Krehel: add org-mode as a possibility...
2013-08-15 Wolfgang BangerthPatch by Scott Miller (and testcases by me): Add scalar...
2013-08-15 Matthias MaierCMake: Reenable -O2 for intel-12* compilers. Set -no...
2013-08-15 Wolfgang BangerthUse usual function argument arrangement.
2013-08-15 Wolfgang BangerthPatch by Juan Carlos Araujo Cabarcas: Relax an assertion.
2013-08-15 Wolfgang BangerthPatch by Armin Ghajar Jazi: Also instantiate MappingQEu...
2013-08-14 Timo Heisterremove debug output
2013-08-14 Bruno TurcksinFix a bug in PreconditionIdentity.
2013-08-14 Wolfgang BangerthFix typo.
2013-08-13 Timo HeisterPETSc/Trilinos BlockVectors now only allow assignment...
2013-08-13 Timo Heisteradd missing compress() call in step-32
2013-08-13 Timo Heisteradd new test
2013-08-13 Timo Heisterupdate my affiliation
2013-08-13 Timo Heisteradd a publication
2013-08-13 Bruno TurcksinAdd TrilinosWrappers::PreconditionIdentity, i.e., ident...
2013-08-13 Matthias MaierBugfix: Rename private member variables so that they...
2013-08-13 Matthias MaierCMake: Fix copy&paste error
2013-08-13 Matthias MaierCMake: fix build type handling in DEAL_II_* macros
2013-08-13 Matthias 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 Wolfgang BangerthMinor cleanups.
2013-08-12 Bruno TurcksinFix a bug in petsc_matrix_free.
2013-08-12 Wolfgang BangerthAugment documentation.
2013-08-12 Matthias MaierCMake: Update the documentation as well
2013-08-12 Matthias MaierCMake: *yay* CMake's FindBLAS.cmake and FindLAPACK...
2013-08-12 Martin KronbichlerUpdate heading
2013-08-12 Martin KronbichlerAdd missing output
2013-08-12 Martin 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 Wolfgang BangerthLimit test to what's working right now.
2013-08-10 Wolfgang BangerthDo not use member function that doesn't exist.
2013-08-10 Wolfgang BangerthLeave a couple of TODOs. There are ways to make the...
2013-08-10 Wolfgang BangerthRemove test now no longer necessary. Move test that...
2013-08-10 Wolfgang BangerthReplace removed function call by one that still works.
2013-08-10 Scott MillerClean up workstream data in step-51
2013-08-10 Wolfgang BangerthMake sure the common case actually works...
2013-08-10 Wolfgang BangerthImplement face_to_cell_index() also for FESystem.
2013-08-10 Wolfgang BangerthImplement the face_to_cell() function for the FE_Q...
2013-08-10 Wolfgang BangerthUse standard arrangement of function arguments. Documen...
2013-08-10 Wolfgang BangerthRemove tests now no longer useful after the removal...
2013-08-10 Martin KronbichlerSmall update
2013-08-10 Matthias MaierWorkaround for an issue with gcc-4.1 and an explicit...
2013-08-09 Wolfgang BangerthMove FiniteElementData::face_to_cell_index to FiniteEle...
2013-08-09 Matthias MaierAdd support for Windows/MinGW32
2013-08-09 Matthias MaierDisable bundled TBB for Windows targets as well
2013-08-09 Scott Milleruse meshworker for step-51
2013-08-09 Matthias MaierCompile with -Wno-long-long to suppress a lot of warnin...
2013-08-09 Matthias MaierAdd a small change note
2013-08-09 Matthias MaierMerge branch 'branch_port_to_libcxx' into trunk
2013-08-09 Matthias MaierFix typos
2013-08-09 Scott MillerAdd step-51 comments
2013-08-09 Wolfgang BangerthGuard new assertion with a test for standard orientation.
2013-08-08 Wolfgang BangerthDocument a problem with FiniteElementBase::face_to_cell...
2013-08-08 Wolfgang BangerthSubmit the essence of the last bit of the patch by...
2013-08-08 Wolfgang BangerthPatch by Oleh Krehel: many typo and other small fixes.
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.