]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2008-09-22 Wolfgang BangerthRename a couple of variables.
2008-09-22 Wolfgang BangerthAugment documentation
2008-09-22 Wolfgang BangerthAugment.
2008-09-21 Wolfgang BangerthDocument the first two auxiliary functions. Avoid one...
2008-09-21 Wolfgang BangerthRemove the pressure boundary values -- they are only...
2008-09-21 Wolfgang BangerthIncorporate the fix from http://thread.gmane.org/gmane...
2008-09-21 Wolfgang BangerthFix misspelling.
2008-09-21 Wolfgang BangerthDiscuss no normal flux-boundary conditions.
2008-09-21 Wolfgang BangerthRe-scale some images.
2008-09-21 Wolfgang BangerthUse @code...@endcode.
2008-09-21 Wolfgang BangerthClarify normal stress.
2008-09-21 Wolfgang BangerthMake using a sparsity pattern without epetra_map work.
2008-09-21 Wolfgang BangerthRemove the Epetra_Maps and the communicator objects...
2008-09-21 Wolfgang BangerthAllow creation of local block vectors without an Epetra...
2008-09-21 Wolfgang BangerthAvoid an unnecessary cast.
2008-09-21 Wolfgang BangerthAdd the possibility to create block sparse matrices...
2008-09-21 Wolfgang BangerthReplace {mathbb T} by {cal T} since we don't include...
2008-09-20 Wolfgang BangerthMention Trilinos.
2008-09-20 Wolfgang BangerthMove definition of the Rayleigh number into the Equatio...
2008-09-20 Wolfgang BangerthOutlook.
2008-09-20 Wolfgang BangerthDocument smaller time step.
2008-09-20 Wolfgang BangerthDescribe the testcase.
2008-09-20 Wolfgang BangerthAdd pending directory, necessary for some older compilers.
2008-09-20 Wolfgang BangerthAdd forgotten expansions of Trilinos MPI vectors.
2008-09-20 Wolfgang BangerthUpgrade to boost 1.36.
2008-09-20 Wolfgang BangerthImport boost 1.36.
2008-09-20 Wolfgang BangerthRemove old boost 1.33.1 version
2008-09-20 Wolfgang BangerthSilence a warning.
2008-09-19 Wolfgang BangerthUse a slightly smaller time step that is actually stable.
2008-09-19 Wolfgang BangerthUse a slightly smaller time step that is actually stable.
2008-09-19 Martin KronbichlerFixed an error in ILU/IC preconditioner.
2008-09-19 Martin KronbichlerA few more cosmetic changes.
2008-09-19 Martin KronbichlerFixed file ids.
2008-09-19 Martin KronbichlerImplemented a few more wrappers to Trilinos Ifpack...
2008-09-18 Martin KronbichlerFixed an error in vector declaration that prevented...
2008-09-17 Martin KronbichlerFixed a problem in the setup of the null space in the...
2008-09-16 Wolfgang BangerthMake my recent change also work when using PETSC.
2008-09-16 Martin KronbichlerThere was an error in the constructor for a parallel...
2008-09-16 Martin KronbichlerA few small updates in Trilinos wrapper classes.
2008-09-16 Martin KronbichlerDon't need to compress vectors when running in serial.
2008-09-16 Martin KronbichlerMake step-32 compliant with new TrilinosWrappers structure.
2008-09-16 Martin KronbichlerA few changes that make the updated TrilinosWrappers...
2008-09-15 Martin KronbichlerNeed to update one more file.
2008-09-15 Martin KronbichlerChanged implementation of Trilinos vectors in a way...
2008-09-13 Wolfgang BangerthAdd to the extensions.
2008-09-12 Wolfgang BangerthUpdate
2008-09-12 Wolfgang BangerthUpdate some docs.
2008-09-12 Wolfgang BangerthAvoid confusing the compiler by explicitly casting...
2008-09-12 Wolfgang BangerthFix a bug with the computation of the right hand side...
2008-09-12 Wolfgang BangerthMove a few functions inline again and into the header...
2008-09-12 Martin KronbichlerNow the transfer from distributed to localized vector...
2008-09-12 Martin KronbichlerAdded some more reasonable calls to LocalVector.
2008-09-12 Martin KronbichlerIntroduced a class LocalizedVector that does take a...
2008-09-11 Martin KronbichlerMinor updates in comments
2008-09-11 Martin KronbichlerUpdated a few functions. There still seems to be a...
2008-09-11 Martin KronbichlerFixed a few html issues for the new tutorial program.
2008-09-11 Wolfgang BangerthCheck in some code that doesn't currently work, but...
2008-09-11 Wolfgang BangerthRemove some code that can't work in parallel currently.
2008-09-11 Wolfgang BangerthHave a slightly more interesting testcase.
2008-09-10 Wolfgang BangerthUse commands latex understands in default mode.
2008-09-10 Wolfgang BangerthFix typo.
2008-09-10 Guido Kanschattry to add icon to manual pages
2008-09-10 Martin KronbichlerA few updates.
2008-09-10 Wolfgang BangerthLink in step-28.
2008-09-10 Wolfgang BangerthConvert introduction from latex to doxygen format.
2008-09-10 Martin KronbichlerAdded a reference to TrilinosWrappers in the LAC docume...
2008-09-10 Martin KronbichlerUpdated the Trilinos classes so that a parallel use...
2008-09-10 Wolfgang BangerthFix a bug where we accidentally allocated a full sparsi...
2008-09-10 Martin KronbichlerSome minor changes.
2008-09-09 Martin KronbichlerA few updates for parallel run. At least square matrice...
2008-09-09 Martin KronbichlerChanged the Epetra_Map back to a copy instead of a...
2008-09-08 Wolfgang BangerthAvoid a problem where we were accidentally accessing...
2008-09-08 Wolfgang BangerthAdjust to removed function in SolutionTransfer.
2008-09-08 Martin KronbichlerCorrected an error.
2008-09-08 Martin KronbichlerTrilinos vector and sparse matrix classes now only...
2008-09-08 Martin KronbichlerAdded a copy function from (parallel) Trilinos vectors...
2008-09-07 Wolfgang BangerthPatch by Dima Sorkin: Use helper macros to add librarie...
2008-09-07 Wolfgang BangerthPatch by Dima Sorkin: Include cstdio for sscanf.
2008-09-07 Katharina KormannAdded a second constructor to FE_Q that allows to gener...
2008-09-05 Martin KronbichlerChanged a few things to facilitate parallel run.
2008-09-05 Wolfgang BangerthIgnore .inst files.
2008-09-05 Wolfgang BangerthIgnore .inst files.
2008-09-05 Wolfgang BangerthUpdate authors.
2008-09-05 Wolfgang BangerthUpdate authors.
2008-09-04 Martin Kronbichler... and one more error.
2008-09-04 Martin KronbichlerRemove sleep from main program.
2008-09-04 Martin KronbichlerThe Epetra_Map is now private. Need to change one thing.
2008-09-04 Martin KronbichlerUpdated a few things to make parallel run possible...
2008-09-04 Martin KronbichlerAccidentally commited a version with timer included.
2008-09-04 Martin KronbichlerMade relevant changes for running this program in parallel.
2008-09-04 Martin KronbichlerAdd a function to the vector.
2008-09-03 Wolfgang BangerthAdjust to new template parameters of SolutionTransfer.
2008-09-03 Martin KronbichlerIntroduce some dummy Trilinos structures in case we...
2008-09-03 Martin KronbichlerCorrected two tiny errors.
2008-09-03 Martin KronbichlerCosmetic changes to get a better documentation of the...
2008-09-03 Wolfgang BangerthRemove copied pictures.
2008-09-03 Wolfgang BangerthRename images to say step-31 instead of the erroneously...
2008-09-03 Timo HeisterAdditional tests for CompressedSimpleSparsityPattern.
2008-09-03 Timo HeisterAdded new class CompressedSimpleSparsityPattern and...
2008-09-03 Martin KronbichlerInterpolate Stokes solution when the grid changes 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.