]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-01-04 heistermark mg_dof_accessor.h deprecated and remove it everywhere
2013-01-04 kronbichlerForce reconfigure also when template arguments or deali...
2013-01-04 kronbichlerDelete MGDoFHandler from matrix free class. These featu...
2013-01-04 kronbichlerSilence warning.
2013-01-04 kronbichlerEnsure compilation without p4est.
2013-01-04 kronbichlerFix compilation
2013-01-03 heisterupdate changes.h: MGDoFHandler is deprecated
2013-01-03 heisterreintegrate branch merge_mg_into_dof_handler
2013-01-02 bangerthUpdate link to the new changelogs (websvn).
2013-01-02 heisteradd trilinos 11.0.3 as supported
2013-01-02 bangerthUpdate link to the new changelogs (websvn).
2013-01-02 kronbichlerRemove unnecessary line.
2013-01-02 bangerthPatch by Fahad Alrashed: Add a possibly different PETSc...
2013-01-02 bangerthPatch by Fahad Alrashed: Overload PETScWrappers::MPI...
2013-01-02 bangerthPatch by Fahad Alrashed: Add PETScWrappers::VectorBase...
2012-12-31 bangerthAugment documentation.
2012-12-28 kronbichlerFix a few out-of-bound array accesses. Refill some...
2012-12-28 kronbichlerFix iterator types.
2012-12-28 kronbichlerThe std::map that stored pointers to Jacobians could...
2012-12-27 kronbichlerTwo more MPI_Allreduce commands that should not be...
2012-12-27 kronbichlerAdjust output.
2012-12-27 kronbichlerAvoid calls to MPI_Allreduce for vectors where only...
2012-12-27 kronbichlerAvoid compiler warning.
2012-12-27 bangerthHm, that doesn't work. Try std::fpclassify instead.
2012-12-26 bangerthFix another one.
2012-12-26 bangerthFix typos.
2012-12-25 bangerthAvoid an ambiguity between ::fpclassify and std::fpclas...
2012-12-25 bangerthFix an issue with the Intel compiler (reported by Ted...
2012-12-21 kanschatidentify branch on new server
2012-12-21 kronbichlerSimplify construction of dof connectivity graph by...
2012-12-21 heistermake indent
2012-12-21 heistercall indent for each file separately in the hope that...
2012-12-19 kronbichlerExplicitly instantiate some internal structs to ensure...
2012-12-19 kronbichlerUse generic instantiation procedure for selecting vecto...
2012-12-17 kronbichlerMatrix-vector product with deal.II vectors and Trilinos...
2012-12-14 kronbichlerAdd one more access function. Reindent comments.
2012-12-14 bangerthAugment a comment.
2012-12-14 bangerthAugment documentation some more.
2012-12-13 bangerthAugment documentation.
2012-12-12 maierSome minor bugfixes in the testsuite
2012-12-12 kronbichlerUndo 27799 on vectorization as the new trick did the...
2012-12-12 kronbichlerRemoved two more occurences of inproper use of reinterp...
2012-12-12 kronbichlerReplace reinterpret_cast by static_cast in access to...
2012-12-12 kronbichlerAvoid some more reinterpret_cast
2012-12-12 kronbichlerAvoid reinterpret_cast by making the declaration of...
2012-12-12 bangerthThere used to be a requirement that threads can only...
2012-12-12 bangerthMention r27793. Also reorder things a bit.
2012-12-12 bangerthPatch by Alexander Grayver: Release memort in SparseDir...
2012-12-10 kronbichlerFix one border case in initialization on non-constant...
2012-12-09 kanschatadd charset
2012-12-09 kronbichlerConstraintMatrix can perform distribute_local_to_global...
2012-12-09 kronbichlerOne more reindentation/refill of comments.
2012-12-09 kronbichlerSmall update in comment.
2012-12-09 kronbichlerReindent/refill comments in a few files to improve...
2012-12-08 bangerthAdd operator!=.
2012-12-08 kanschatadd a note
2012-12-08 kanschatmissing properties
2012-12-07 bangerthDoc updates.
2012-12-07 bangerthMinor doc updates.
2012-12-07 bangerthUpdate documentation.
2012-12-07 kronbichlerImprove comments. Improve check for over-/underflow...
2012-12-06 kronbichlerRevised get_function_xxx methods: Put the evaluation...
2012-12-06 kanschatReplace old repository links
2012-12-05 bangerthMove inline functions to where they should be.
2012-12-05 heisterupdate publication
2012-12-04 maierAdd a test for GeometryInfo<dim>::face_to_cell_vertices...
2012-12-04 maierBugfix: Implement correct return values for ->face_flip...
2012-12-04 kanschatmore big output files removed
2012-12-04 kanschatremove large output files from several steps
2012-12-04 youngGive SLEPc the MPI_InitFinalize interface like what...
2012-12-04 bangerthFix double-free caused by wrong copy constructor of...
2012-12-04 heistermerge to add test to mainline
2012-12-03 maierDeuglify
2012-12-03 heistermake indent
2012-12-03 kanschatreformat documentation and add memory consumption
2012-12-03 bangerthAvoid a couple of (stupid) warnings.
2012-12-03 bangerthReformat one statement.
2012-12-01 maierReintroduce the old make_periodicity_constraints interf...
2012-12-01 maierAdd some Assertions, reindent
2012-12-01 maierupdate changes.h
2012-12-01 maierA new test for make_periodicity_constraints
2012-12-01 maierBugfix: Make DoFTools::make_periodicity_constraints...
2012-12-01 maierA new test for GridTools::collect_periodic_face_pairs
2012-12-01 maierBugfixes:
2012-12-01 maierBugfix: Fix GeometryInfo<2>::child_cell_on_face to...
2012-12-01 bangerthComment out unused function arguments.
2012-11-29 bangerthRemove now outdated files.
2012-11-29 bangerthUpdate results for PETSc 3.3.
2012-11-29 bangerthRemove a test that checks PETSc's Richardson solver...
2012-11-29 kronbichlerAllow ConstraintMatrix::distribute_local_to_global...
2012-11-29 bangerthReindent a couple comments. Primarily do so to trigger...
2012-11-29 bangerthMinor indentation changes.
2012-11-27 bangerthMinor markup fixes.
2012-11-27 bangerthMarkup fix.
2012-11-27 bangerthFix grammar.
2012-11-26 bangerthUpdate an output file that produces different (now...
2012-11-26 heisterfix comment
2012-11-26 maierReindent the comments in fe_update_flags.h
2012-11-26 kronbichlerAdjust problem size to what is shown in results.
2012-11-26 kronbichlerFE_FaceQ should have unit face support points just...
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.