]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2009-04-16 bangerthMention step-34.
2009-04-16 bangerthFix another reference to function name.
2009-04-16 bangerthFix reference to function name.
2009-04-16 bangerthxref step-34
2009-04-16 bangerthMention the new program that converts between Cubit...
2009-04-16 bangerth New: There is now a program, contributed by Jean...
2009-04-16 bangerthIgnore output files.
2009-04-16 bangerthAdd contributed Cubit->UCD mesh conversion utility.
2009-04-16 kronbichlerIntroduce one more change from step-31.
2009-04-16 kronbichlerFix the problem with constrained dofs in the GMRES...
2009-04-16 kronbichlerCosmetics.
2009-04-16 kronbichlerMinor improvements in reinit().
2009-04-16 kronbichlerMake SparseILU::vmult faster.
2009-04-16 kronbichlerImprove copy_from function a bit more.
2009-04-16 kronbichlerFix an error in add_entries_local_to_global_function.
2009-04-16 kronbichlerMake the sparse matrix collective add function a bit...
2009-04-15 bangerthAdd two explicit instantiations to make icc happy.
2009-04-15 bangerthRemove a wrong declaration of a partial specialization.
2009-04-15 bangerthDetect icc11.
2009-04-15 bangerthDon't use -inline_debug_info for more recent icc versions.
2009-04-14 bangerthMore reindenting.
2009-04-14 bangerthReindent.
2009-04-14 bangerthSay something on the singularity of the matrix.
2009-04-14 bangerthSay something on the singularity of the matrix.
2009-04-14 kronbichlerOne more update of the local_to_global data structures...
2009-04-13 bangerthReindent. Minor changes to comments.
2009-04-13 bangerthDowngrade some section headings.
2009-04-13 bangerthGo over the rest of the program.
2009-04-13 bangerthMore small doc changes.
2009-04-13 bangerthAdd a bit to the documentation.
2009-04-12 bangerthCross-reference step-34.
2009-04-12 bangerthCross-reference step-34.
2009-04-12 bangerthSet svn:eol-style.
2009-04-12 bangerthSet svn:keywords.
2009-04-12 bangerthMinor changes to the LaplaceKernel namespace.
2009-04-12 heltaiMade Vector::reinit virtual, to avoid memory corruption...
2009-04-12 heltaiAdded an image and cleared some details.
2009-04-12 bangerthWeed out a few header files that we no longer need...
2009-04-12 bangerthMinor edits.
2009-04-12 bangerthMake more variables const. Rename to match common codin...
2009-04-12 bangerthMove a few variables with no memory allocation into...
2009-04-12 bangerthRename interpolate() to compute_exterior_solution().
2009-04-12 bangerthMake a couple of input arguments 'const'.
2009-04-12 bangerthMove things in the LaplaceKernel class into a namespace...
2009-04-11 bangerthLeave note.
2009-04-11 bangerthAdd missing symbol.
2009-04-11 bangerthMinor modifications to two functions.
2009-04-11 bangerthDo away with the distinction between quadrature and...
2009-04-11 bangerthRe-indent read_parameters function and change type...
2009-04-11 bangerthMake object static again to avoid run-time error.
2009-04-11 bangerthDon't use static variables for anything that depends...
2009-04-10 bangerthDon't implicitly use elements of namespace std, since...
2009-04-10 bangerthUse standard ordering for include files.
2009-04-10 bangerthA brief section on implementation details.
2009-04-10 heltaiAdded convergence table to step-34
2009-04-10 heltaiFixed integrate difference to work with codimone grids
2009-04-09 bangerthFinish Bernoulli's law.
2009-04-09 bangerthFix doxygen problem.
2009-04-09 bangerthFix doxygen problem.
2009-04-09 bangerthGo over the text again and fix up a few small places...
2009-04-09 bangerthFix one typo.
2009-04-09 bangerthAlso load amsfonts.
2009-04-08 bangerthFix a typo in a label name.
2009-04-08 bangerthSome more checks of the same form removed.
2009-04-08 bangerthRemove a bunch of checks of the form
2009-04-08 bangerthRemove unused variable.
2009-04-08 bangerthDetect gcc 4.5.
2009-04-08 kronbichlerI committed some nonsense.
2009-04-08 kronbichlerPrevent inserting some obvious duplicates in the add_en...
2009-04-08 kronbichlerOne more bug fix.
2009-04-07 kronbichlerCosmetic code changes.
2009-04-07 kronbichlerFix a bug that I introduced yesterday.
2009-04-06 kronbichlerSimplify the local_to_global versions for block matrice...
2009-04-06 kronbichlerMake the local_to_global functions a bit easier to...
2009-04-06 kronbichlerMove some collective add/set functions into the cc...
2009-04-06 kronbichlerDo not use the compress() function when using copy_from...
2009-04-06 kronbichlerWrite a smarter add_entries function for CompressedSpar...
2009-04-06 kronbichlerCalculate maximal velocity only once per time step.
2009-04-05 heltaiAdded test for VectorView class
2009-04-05 heltaiAdded VectorView class.
2009-04-05 heltaiStep-34:
2009-04-05 heltaiFixed bug in DoFTools::map_dofs_to_support_points that...
2009-04-05 heltaiModified integrate_one_over_r test for new features...
2009-04-05 heltaiAdded flag to remove singularity from the weighting...
2009-04-03 kronbichlerNeed to include one more file.
2009-04-03 kronbichlerUse a smarter algorithm for inserting a list of sorted...
2009-04-03 youngUnglorious management of configure --help script -...
2009-04-03 kronbichlerInclude one more file.
2009-04-03 kronbichlerAdd sparsity patterns to is_block_matrix type.
2009-04-02 bangerthRemove a couple more explicit specializations that...
2009-04-01 bangerthRemove two erroneous explicit specializations.
2009-04-01 bangerthAugment a comment.
2009-03-31 kronbichlerAlways insert something into the diagonal with distribu...
2009-03-31 youngFixed a compile bug caused by bad boolean logic error
2009-03-31 youngUpgraded: PETSc vector to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: PETSc precondition to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: PETSc matrix base to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: PETSc vector base to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: PETSc sparse matrix to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: PETSc parallel sparse matrix to migrate to...
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.