]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-09-06 daniel.arndtAdded a test for periodicity constraints on distributed...
2013-09-06 kronbichlerMake compile without C++11
2013-09-06 heisterchange test to not use hyper_cube_slit
2013-09-06 daniel.arndtremoved unused variable in match_tree_recursively
2013-09-06 heisterfix missing std::
2013-09-06 heisterfix bug in distributed::Triangulation and SolutionTrans...
2013-09-06 turcksinMake 64bit compile again.
2013-09-06 turcksinAdd missing relative path.
2013-09-06 heisterfix typo
2013-09-06 heisterfix r30622 by specifying relative path
2013-09-06 scott.millerMinor intro update
2013-09-06 steigemannmodify the parameter GUI to handle Map and List paremet...
2013-09-06 daniel.arndtidentify_periodic_face_pairs creates periodicity inform...
2013-09-06 daniel.arndtAdded support for periodic boundary conditions on distr...
2013-09-06 maierCMake: Replace explicit file list with globbing expression
2013-09-06 maierMark some Trilinos variables as advanced
2013-09-05 buergImprove conditioning of project_bv_curl_conforming.
2013-09-05 kronbichlerFix warning
2013-09-05 scott.millerInline documentation for step-51
2013-09-04 heistersimplify test (do not need update_ghost_values() anymore)
2013-09-04 heisteralways do update_ghost_values in parallel::distributed...
2013-09-04 heisterfix test output
2013-09-04 heisterrevert part of 30600 (accident)
2013-09-04 heisterfix bug in hp::DoFHandler and copy_triangulation()...
2013-09-04 heisterdocument bug in hp::DoFHandler
2013-09-04 heisterrun test for par::dist::vector too
2013-09-04 heisterghost import for distributed::parallel:BlockVector...
2013-09-04 heisterfix test output
2013-09-04 heisterfix bug in parallel MG: need to import additional level...
2013-09-04 bangerthRename an (internal) file to match the name of the...
2013-09-04 bangerthRename a variable to be more descriptive.
2013-09-04 heistercleanup, remove unneeded semicolons
2013-09-04 bangerthAdd a note.
2013-09-04 bangerthFix a bug in compute_no_normal_flux_constraints when...
2013-09-03 bangerthUpdate documentation in a couple of places.
2013-09-03 bangerthRemove debug calls previously left in accidentally.
2013-09-03 bangerthUse the correct data type for (invalid) default values...
2013-09-03 bangerthUpdate numbers.
2013-09-03 bangerthFix link.
2013-09-03 maierDocument the bitset in collect_periodic_face_pairse...
2013-09-03 kanschatComment on shadowed libraries
2013-09-03 turcksinFix a bug in the debug version of trilinos_sparse_matrix.
2013-09-02 bangerthMark a variable as const (because we can, and then...
2013-09-02 bangerthFix a couple of apparently wrong uses of types::global_...
2013-09-02 bangerthMinor doc edits.
2013-09-02 bangerthRemove a TODO.
2013-09-02 bangerthIntroduce a macro to compare p4est version numbers.
2013-09-02 bangerthSimplify code in a minor way.
2013-09-02 bangerthCorrect comment.
2013-09-02 bangerthAdd a couple of comments.
2013-09-02 bangerthAdd tests for: Patch by Fahad Alrasched: Add extract_su...
2013-09-02 bangerthPatch by Fahad Alrasched: Add extract_subvector_to...
2013-09-02 heistersimplify (failing) test
2013-09-02 maierDoc: Adapt P4EST_DIR path in the readme to current...
2013-09-02 bangerthParse p4est versions like 0.3.4 and get patch numbers...
2013-09-02 bangerthDetect p4est versions and provide preprocessor variable...
2013-08-31 maierCMake: Also export the old lib-suffix variables in...
2013-08-31 bangerthMention Matthias' change for issue 106 (https://code...
2013-08-31 maierCMake: Bugfix: Fix issue 106 "common/Make.global_option...
2013-08-30 bangerthPatch by Denis Davydov: Document what exactly the gradi...
2013-08-30 bangerthFix another buggy assertion.
2013-08-30 bangerthFix an assertion.
2013-08-30 bangerthUpdate the documentation. Rename template arguments.
2013-08-30 bangerthMake member variables of the levels objects private.
2013-08-30 bangerthSince these functions are now no longer used for cells...
2013-08-30 kronbichlerFix one more typo.
2013-08-30 bangerthRemove some unnecessary arguments from functions that...
2013-08-30 bangerthWrite necessary documentation. Avoid one #include file.
2013-08-30 bangerthMake a lot of things simpler now that we no longer...
2013-08-30 bangerthMention Matthias and Bruno for the testsuite work.
2013-08-30 bangerthSimplify a whole bunch of functions.
2013-08-30 bangerthSimplify a couple of functions.
2013-08-29 bangerthNo longer use DoFObjects for the hp DoFs on cells....
2013-08-29 felix.gruberrun spell-checker on all example files
2013-08-29 bangerthInstantiate DataOut_DoFData in only one .inst.in file.
2013-08-28 heisterremove some leftover class in generic_linear_algebra
2013-08-28 heisterfix comments and SSOR in generic_linear_algebra
2013-08-28 heisterfix duplicated instantiations
2013-08-28 bangerthMinor cleanups.
2013-08-28 bangerthCorrect type stored in one offset array. Remove some...
2013-08-28 bangerthAdd memory_consumption(long unsigned int).
2013-08-28 bangerthMinor edits.
2013-08-28 bangerthAdd an assertion to catch a case Chih-Che Chueh ran...
2013-08-28 kanschatpass validation
2013-08-28 kanschatimprove html
2013-08-28 bangerthMinor cleanups in the various hp-related classes.
2013-08-28 kanschatNumbering of html sections
2013-08-27 kanschatadjust title
2013-08-27 kanschatadd library targets
2013-08-27 kanschatadd some cmake
2013-08-27 frohnemore comments
2013-08-26 turcksinFix a bug while compiling with 64bit indices.
2013-08-26 kronbichlerNew test case derived from step-10 which computes pi...
2013-08-26 kronbichlerTest WorkStream with empty functions
2013-08-26 kronbichlerMake work without threads
2013-08-26 kronbichlerFix compilation with C++11
2013-08-26 maierDocumentation: Rewrite the documentation aboutdocumenta...
2013-08-26 scott.millermore intro for step-51
2013-08-25 bangerthMake MultipleParameterLoop work again following yesterd...
2013-08-25 kronbichlerFix tutorial program
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.