]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2008-09-10 bangerthLink in step-28.
2008-09-10 bangerthConvert introduction from latex to doxygen format.
2008-09-10 kronbichlerAdded a reference to TrilinosWrappers in the LAC docume...
2008-09-10 kronbichlerUpdated the Trilinos classes so that a parallel use...
2008-09-10 bangerthFix a bug where we accidentally allocated a full sparsi...
2008-09-10 kronbichlerSome minor changes.
2008-09-09 kronbichlerA few updates for parallel run. At least square matrice...
2008-09-09 kronbichlerChanged the Epetra_Map back to a copy instead of a...
2008-09-08 bangerthAvoid a problem where we were accidentally accessing...
2008-09-08 bangerthAdjust to removed function in SolutionTransfer.
2008-09-08 kronbichlerCorrected an error.
2008-09-08 kronbichlerTrilinos vector and sparse matrix classes now only...
2008-09-08 kronbichlerAdded a copy function from (parallel) Trilinos vectors...
2008-09-07 bangerthPatch by Dima Sorkin: Use helper macros to add librarie...
2008-09-07 bangerthPatch by Dima Sorkin: Include cstdio for sscanf.
2008-09-07 kormannAdded a second constructor to FE_Q that allows to gener...
2008-09-05 kronbichlerChanged a few things to facilitate parallel run.
2008-09-05 bangerthIgnore .inst files.
2008-09-05 bangerthIgnore .inst files.
2008-09-05 bangerthUpdate authors.
2008-09-05 bangerthUpdate authors.
2008-09-04 kronbichler... and one more error.
2008-09-04 kronbichlerRemove sleep from main program.
2008-09-04 kronbichlerThe Epetra_Map is now private. Need to change one thing.
2008-09-04 kronbichlerUpdated a few things to make parallel run possible...
2008-09-04 kronbichlerAccidentally commited a version with timer included.
2008-09-04 kronbichlerMade relevant changes for running this program in parallel.
2008-09-04 kronbichlerAdd a function to the vector.
2008-09-03 bangerthAdjust to new template parameters of SolutionTransfer.
2008-09-03 kronbichlerIntroduce some dummy Trilinos structures in case we...
2008-09-03 kronbichlerCorrected two tiny errors.
2008-09-03 kronbichlerCosmetic changes to get a better documentation of the...
2008-09-03 bangerthRemove copied pictures.
2008-09-03 bangerthRename images to say step-31 instead of the erroneously...
2008-09-03 heisterAdditional tests for CompressedSimpleSparsityPattern.
2008-09-03 heisterAdded new class CompressedSimpleSparsityPattern and...
2008-09-03 kronbichlerInterpolate Stokes solution when the grid changes to...
2008-09-03 bangerthRename
2008-09-03 bangerthInclude step-32.
2008-09-03 bangerthRemove all comments and other documentation copied...
2008-09-03 bangerthUndo accidental last checkin.
2008-09-03 bangerthAdd step-32, a parallelized version of step-31.
2008-09-03 kronbichlerThere were some unnecessary include files. Moreover...
2008-09-03 bangerthOnly keep sparsity patterns for exactly as long as...
2008-09-03 bangerthNew gfortran libraries appear not to have the _gfortran...
2008-09-03 bangerthMake sure gfortran 4.3.1 does not match g77 3.1.
2008-09-03 bangerthAdd braces as suggested by recent gcc versions.
2008-09-03 kronbichlerUse Trilinos block structures on Stokes system now...
2008-09-03 bangerthMake sure expand_instantiations and make_dependencies...
2008-09-03 bangerthInstantiate a bunch of templates using the pre-processor.
2008-09-03 bangerthClean up a few issues with Trilinos and otherwise.
2008-09-03 bangerthTwo more.
2008-09-03 bangerthAdd an initial version of some preconditioners based...
2008-09-02 bangerthIgnore template-arguments
2008-09-02 bangerthAdd necessary instantiations in all cases using the...
2008-09-02 bangerthMake .inst files dependent on D/common/template-arguments
2008-09-02 bangerthRemove bogus target. Make .inst files dependent on...
2008-09-02 kronbichlerAdded apply_boundary_conditions() function to Trilinos...
2008-09-02 bangerthUpdate numbers.
2008-09-02 kronbichlerChanged DoFTools::extract_constant_modes to work on...
2008-09-02 bangerthExtend the ./configure mechanism to generate common...
2008-09-01 kronbichlerIntroduced an error in version 16701, which is now...
2008-09-01 kronbichlerMention my contributions during the last months.
2008-09-01 kronbichlerAdded the function DoFTools::extract_constant_modes...
2008-09-01 kronbichlerThere was an include file missing.
2008-08-29 bangerthhp paper is accepted.
2008-08-29 bangerthSmall updates.
2008-08-29 bangerthAnother link to check.
2008-08-29 bangerthAmit's PhD thesis, which inexplicably never appeared...
2008-08-29 bangerthInclude missing header file (found by C. Trophime).
2008-08-29 bangerthInclude missing header file (found by C. Trophime).
2008-08-29 bangerthImprove copying cached data.
2008-08-29 bangerthAdd a TODO.
2008-08-27 bangerthMove the linear system for the temperature completely...
2008-08-27 bangerthImplement a copy_from function.
2008-08-27 bangerthAdd an assertion.
2008-08-27 bangerthOpen code a loop so as to make it compatible with Trili...
2008-08-27 bangerthChange second argument of the SolutionTransfer class...
2008-08-27 kronbichlerFound an error in clear_row() function.
2008-08-27 bangerthAdd an add() function.
2008-08-27 kronbichlerRestructured the internal procedures in Trilinos wrappe...
2008-08-27 bangerthRe-add the comment that was lost in the last commit.
2008-08-26 bangerthAdd missing instantiations for Trilinos vectors.
2008-08-26 kronbichlerCorrected some minor bugs in Trilinos wrappers. Added...
2008-08-26 bangerthAdd to comment on Trilinos bug.
2008-08-25 bangerthAdd threading flags for PGI compiler.
2008-08-25 bangerthFix test to not reference arguments to main().
2008-08-25 bangerthPut a meaningful call into the MPI test to make sure...
2008-08-25 bangerthFix numbers for 3d.
2008-08-25 bangerthAdjust call to TrilinosWrappers::PreconditionAMG::initi...
2008-08-24 bangerthPut AC_MSG_RESULT into the correct place.
2008-08-24 bangerthUse optimized flags for expand_instantiations.
2008-08-23 kronbichlerUpdated version of Trilinos wrappers.
2008-08-22 kronbichlerUpdated Trilinos AMG preconditioner to interact with...
2008-08-22 bangerthMake beta and time step dimension independent.
2008-08-22 bangerthEnable the use of the Trilinos block vector and block...
2008-08-22 bangerthAdd a Traits class to the Trilinos sparse matrix class.
2008-08-22 kronbichlerHide a compress() call within the collect_sizes operati...
2008-08-22 kronbichlerAdded a block sparse matrix class based on Trilinos...
2008-08-22 kronbichlerCorrected an access error to vector components using...
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.