]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
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...
2009-03-31 youngUpgraded: PETSc solvers to migrate to PETSc 3.0.0
2009-03-31 youngUpgraded: Configure script to migrate to PETSc 3.0.0
2009-03-30 kronbichlerUse a smarter way to specialize the local_to_global...
2009-03-29 bangerthStore output.
2009-03-29 bangerthNew test.
2009-03-29 bangerthChange the name of a member function.
2009-03-29 bangerthAdd a class that allows to find out whether a template...
2009-03-29 bangerthAdd a class internal::bool2type
2009-03-29 bangerthUnify spelling.
2009-03-27 kronbichlerRemove unnecessary code.
2009-03-26 bangerthRemove output file that has apparently been checked...
2009-03-26 bangerthRemove a few stray semicolons that we don't usually...
2009-03-25 kronbichlerTeach even block sparsity patterns to accept the sorted...
2009-03-25 kronbichlerForgot to include some PETSc files.
2009-03-25 kronbichlerOutput changed since sparsity pattern indices are now...
2009-03-25 kronbichlerMake the local_to_global functions in the ConstraintMat...
2009-03-23 heltaiModified step-34 to implement exclusively the collocati...
2009-03-23 bangerthComment out unused variable.
2009-03-23 bangerthComment out unused variable.
2009-03-23 bangerthRemove qualifier since it is ignored anyway.
2009-03-23 bangerthRemove qualifier since it is ignored anyway.
2009-03-22 bangerthFix typo.
2009-03-21 heltaiAdded test for QGaussOneOverR
2009-03-21 heltaiAdded QGaussOneOverR to integrate 1/R singularities
2009-03-19 kronbichlerFixed a problem with Trilinos sparse matrix and vector...
2009-03-18 bangerthProperly indent one line.
2009-03-17 kronbichlerMake VectorReference a bit faster.
2009-03-17 kronbichlerMake the code a bit easier to read.
2009-03-16 kronbichlerI changed too much in my previous update of the Cuthill...
2009-03-16 kronbichlerFinal update of local_to_global functions in Constraint...
2009-03-16 kronbichlerSimultaneous addition with CSetSP can easily be improved.
2009-03-16 kronbichlerMake the local_to_global functions in the ConstraintMat...
2009-03-15 bangerthAdd a few things.
2009-03-13 heltaiAdded better comments to step-34, created interpolate...
2009-03-12 kanschatcheck in untested automatic vector memory pointer
2009-03-11 heltaiAdded QGaussLogR class
2009-03-11 heltaiAdded test for QGaussLogR in codim_one
2009-03-11 kronbichlerChange the tolerances for when considering a cell a...
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.