]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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...
2008-09-03 Wolfgang BangerthRename
2008-09-03 Wolfgang BangerthInclude step-32.
2008-09-03 Wolfgang BangerthRemove all comments and other documentation copied...
2008-09-03 Wolfgang BangerthUndo accidental last checkin.
2008-09-03 Wolfgang BangerthAdd step-32, a parallelized version of step-31.
2008-09-03 Martin KronbichlerThere were some unnecessary include files. Moreover...
2008-09-03 Wolfgang BangerthOnly keep sparsity patterns for exactly as long as...
2008-09-03 Wolfgang BangerthNew gfortran libraries appear not to have the _gfortran...
2008-09-03 Wolfgang BangerthMake sure gfortran 4.3.1 does not match g77 3.1.
2008-09-03 Wolfgang BangerthAdd braces as suggested by recent gcc versions.
2008-09-03 Martin KronbichlerUse Trilinos block structures on Stokes system now...
2008-09-03 Wolfgang BangerthMake sure expand_instantiations and make_dependencies...
2008-09-03 Wolfgang BangerthInstantiate a bunch of templates using the pre-processor.
2008-09-03 Wolfgang BangerthClean up a few issues with Trilinos and otherwise.
2008-09-03 Wolfgang BangerthTwo more.
2008-09-03 Wolfgang BangerthAdd an initial version of some preconditioners based...
2008-09-02 Wolfgang BangerthIgnore template-arguments
2008-09-02 Wolfgang BangerthAdd necessary instantiations in all cases using the...
2008-09-02 Wolfgang BangerthMake .inst files dependent on D/common/template-arguments
2008-09-02 Wolfgang BangerthRemove bogus target. Make .inst files dependent on...
2008-09-02 Martin KronbichlerAdded apply_boundary_conditions() function to Trilinos...
2008-09-02 Wolfgang BangerthUpdate numbers.
2008-09-02 Martin KronbichlerChanged DoFTools::extract_constant_modes to work on...
2008-09-02 Wolfgang BangerthExtend the ./configure mechanism to generate common...
2008-09-01 Martin KronbichlerIntroduced an error in version 16701, which is now...
2008-09-01 Martin KronbichlerMention my contributions during the last months.
2008-09-01 Martin KronbichlerAdded the function DoFTools::extract_constant_modes...
2008-09-01 Martin KronbichlerThere was an include file missing.
2008-08-29 Wolfgang Bangerthhp paper is accepted.
2008-08-29 Wolfgang BangerthSmall updates.
2008-08-29 Wolfgang BangerthAnother link to check.
2008-08-29 Wolfgang BangerthAmit's PhD thesis, which inexplicably never appeared...
2008-08-29 Wolfgang BangerthInclude missing header file (found by C. Trophime).
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.