]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2010-10-24 Wolfgang BangerthMention step-40.
2010-10-24 Wolfgang BangerthExplain numbers.
2010-10-24 Wolfgang BangerthReference step-40.
2010-10-24 Wolfgang BangerthMove a utility function out of a class that had only...
2010-10-24 Wolfgang BangerthRemove x-branch_distributed_grids/ prefix.
2010-10-24 Wolfgang BangerthPut something into common/Make.global_options that...
2010-10-24 Wolfgang BangerthComplete reference.
2010-10-24 Wolfgang BangerthList distributed branch.
2010-10-24 Wolfgang BangerthOne more link.
2010-10-24 Wolfgang BangerthList distributed branch.
2010-10-24 Wolfgang BangerthDisable distributed_grids if not using p4est.
2010-10-23 Timo Heistermerge tests from branch distributed up to r22431
2010-10-23 Timo Heistermore compilation fixes.
2010-10-23 Timo Heistermore compilation fixes.
2010-10-23 Timo Heisterthis should have not gone in there...
2010-10-23 Timo Heisterfix when not using distributed meshes.
2010-10-23 Timo Heisterfix when not using distributed meshes.
2010-10-23 Timo Heisterfix warning.
2010-10-23 Timo Heisterfix compiler error.
2010-10-23 Timo Heisterfix compiler error when compiling without p4est
2010-10-23 Timo Heistermake step-40 compile
2010-10-23 Timo Heistermake steo-32 compile
2010-10-23 Timo Heistermerge branch distributed_grids up to rev 22429.
2010-10-22 Toby D. YoungSlightly modified the intro to step-36 to clarify that...
2010-10-21 Timo Heistersecond try to prepare merging.
2010-10-21 Wolfgang BangerthAdjust output after Pradeep's changes.
2010-10-21 Wolfgang BangerthRemove unnecessary parameter.
2010-10-21 Wolfgang BangerthMake things compile and link.
2010-10-21 Wolfgang BangerthMake compile.
2010-10-21 Guido Kanschatclose </sup> tag
2010-10-21 raoAdd description_init to parameter_handler
2010-10-21 Timo HeisterInitialized merge tracking via "svnmerge" with revision...
2010-10-21 Guido Kanschatchange output to gnuplot
2010-10-21 Guido Kanschatmore tests on infinite and divide by zero
2010-10-21 Timo HeisterAllow Compressed*SparsityPattern::add() also with const...
2010-10-20 Guido Kanschathanging node constraints work now with new FETools...
2010-10-20 Guido Kanschatseparate normal and tangential components for vector...
2010-10-20 Guido Kanschatenable fill_fe_subface_values with Nedelec transformation
2010-10-20 Guido Kanschatfix header for identity
2010-10-20 Guido KanschatAdd regular header
2010-10-20 Guido Kanschatadd headers for general use
2010-10-19 Guido Kanschattransfer more operators
2010-10-19 Guido Kanschatadd test for BlockList
2010-10-19 Guido Kanschatnew classes BlockList, RelaxationBlockSOR and Relaxatio...
2010-10-19 Wolfgang BangerthFix doxygen markup.
2010-10-19 Timo Heistertemporary fix for step-20 and the changes in SolverCont...
2010-10-19 Timo Heisterfix Warning.
2010-10-18 Guido Kanschatadd Nitsche and IP
2010-10-18 Guido Kanschatrun autoconf on previous change
2010-10-18 Guido Kanschatput version into documentation title
2010-10-18 Guido KanschatAdd access to level matrices
2010-10-18 Guido Kanschatdocument memory requirements
2010-10-18 Wolfgang BangerthAdd missing header file.
2010-10-18 Guido Kanschatno reason to be so picky about non-primitive elements
2010-10-18 Martin KronbichlerFix some issues with overlapping parallel partitionings.
2010-10-18 Martin KronbichlerFix illegal memory access in two loops: first check...
2010-10-18 Martin KronbichlerImprove comments/documentation.
2010-10-18 Martin KronbichlerFix assignment operator of Trilinos vectors in distribu...
2010-10-18 Guido Kanschatsuppress odd warning of pgCC
2010-10-18 Guido Kanschatimplement first integrators
2010-10-17 Guido Kanschatadd documentation on local integrators to be continued...
2010-10-15 Wolfgang BangerthDelete tests that apparently never worked successfully.
2010-10-15 Wolfgang BangerthMake failure mode more explicit.
2010-10-15 Guido Kanschatcatch more divide by zero and infinite numbers
2010-10-15 Timo Heisterspeed up FGMRES by initializing the aux vector only...
2010-10-15 Toby D. YoungTwo PETSc functions. (i) A variation of mult () piecwis...
2010-10-14 Wolfgang BangerthAdd another comment.
2010-10-14 Wolfgang BangerthFix an oversight: the ring_buffer's length only needs...
2010-10-14 Guido Kanschatintroduce ExcNumberNotFinite and test for inifinity...
2010-10-13 Wolfgang BangerthAdd serialization directory.
2010-10-13 Wolfgang BangerthAdd.
2010-10-13 Wolfgang BangerthNew test.
2010-10-13 Wolfgang BangerthIndent.
2010-10-13 Wolfgang BangerthUpdate.
2010-10-13 Wolfgang BangerthAdd missing empty line.
2010-10-12 Guido Kanschatadd target for creation of plain files and rename cg...
2010-10-12 Timo HeisterFix SolverSelector when using a custom SolverControl...
2010-10-12 Timo HeisterFix SolverSelector test with new interface. We also...
2010-10-12 Timo HeisterAnd make the test pass.
2010-10-12 Timo HeisterAdd test for SolverSelector with a custom SolverControl.
2010-10-12 Timo Heistermake test pass now that FGMRES is fixed.
2010-10-12 Timo HeisterFix memory leak in FGMRES.
2010-10-12 Timo Heisternew test documenting a memory leak in FGMRES.
2010-10-12 Guido KanschatAdd a print function to log the whole block info
2010-10-12 Wolfgang BangerthAdd one.
2010-10-11 Guido KanschatSet bash in common make options
2010-10-11 Toby D. YoungTrivial aesthetic change that helps cross-referencing.
2010-10-11 Markus BuergH(curl)-save application of boundary values for hanging...
2010-10-08 Guido Kanschatautomatically create quadrature if none is provided
2010-10-08 Toby D. YoungCorrect position of PETSC_MPI_CONSISTENCY. Still no...
2010-10-08 Wolfgang BangerthAlso pass the locations of evaluation points through...
2010-10-07 Wolfgang BangerthSuppress a warning and in the process move the common...
2010-10-07 Guido KanschatReinsert toc entry for plain program
2010-10-07 Guido Kanschatremove internal classes from module
2010-10-07 Wolfgang BangerthInclude header file that is now apparently necessary.
2010-10-06 Guido Kanschatrun examples instead of doxygen in build tests
2010-10-06 Guido Kanschat1D libraries are not used
2010-10-06 Wolfgang BangerthRemove auto-generated files.
2010-10-06 Wolfgang BangerthAdd serialization directory to the list of tests.
2010-10-06 Guido Kanschatintroduce CXX_BRAND
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.