]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2008-12-05 bangerthAdd the codim_one tests. For some reason, svn doesn...
2008-12-05 bangerthDo most of the merge from branch_codimension_one. A...
2008-12-05 bangerthMerge branch_codimension_one.
2008-12-05 bangerthOne more.
2008-12-05 youngcorrected a weird comment
2008-12-05 bangerthSlighty re-write one entry.
2008-12-04 bangerthupdate
2008-12-04 bangerthUpdate
2008-12-04 youngAdded function DoFTools::make_zero_boundary_constraints
2008-12-03 kronbichlerUpdated output for new settings.
2008-12-03 kronbichlerSimplified the temperature rhs assembly. Use IC precond...
2008-12-03 kronbichlerUse IC preconditioner for temperature system.
2008-12-02 bangerthClarify documentation in one point.
2008-12-02 kronbichlerCorrected an obvious error in time step calculation...
2008-12-02 kronbichlerImproved the function that adds a Trilinos sparse matri...
2008-11-30 bangerthRemove svn:mergeinfo property.
2008-11-30 bangerthUse the usual format of reporting problems when a test...
2008-11-30 bangerthSay what we are doing. This gives a better feedback...
2008-11-30 bangerthAdd missing header file.
2008-11-28 kronbichlerCosmetic change.
2008-11-28 kronbichlerMade the collective add and set functions a bit faster.
2008-11-28 kronbichlerWhen running in multithreading mode, the lock is change...
2008-11-27 kronbichlerConstraintMatrix::distribute_local_to_global() uses...
2008-11-27 kronbichlerSlight update in SparseMatrix collective add/set functi...
2008-11-27 kronbichlerCorrected an error in collective add function.
2008-11-27 bangerthPut entry into the right section. Rewrite a bit.
2008-11-27 youngSLEPc Log file
2008-11-27 youngAutodetect SLEPc based on the PETSc config
2008-11-26 kronbichlerThe deal.II SparseMatrix class can now set a FullMatrix...
2008-11-26 kronbichlerUse row-wise addition into matrices also for PETSc...
2008-11-26 bangerthTouch up in a few places.
2008-11-26 bangerthReimplement parts of the VectorTools::interpolate_bound...
2008-11-25 bangerthAdd a missing assertion.
2008-11-25 kronbichlerWhen initializing the Trilinos sparse matrix, use an...
2008-11-24 kronbichlerCorrected some more errors in Trilinos sparse matrix...
2008-11-24 kronbichlerCorrected an error when adding/setting a FullMatrix...
2008-11-24 kronbichlerThe function TrilinosWrappers::SparseMatrix::add()...
2008-11-24 kronbichlerCorrected an error in add() and set function of Trilino...
2008-11-24 kronbichlerUpdate of the tests of collective Trilinos add and...
2008-11-24 kronbichlerUndo the changes in 17683.
2008-11-22 kronbichlerInline the functions that add elements to Trilinos...
2008-11-22 kronbichlerAdded some tests for Trilinos collective add and set...
2008-11-22 kronbichlerAdded some tests for Trilinos collective add and set...
2008-11-21 kronbichlerIntroduced a few add() and set() functions for Trilinos...
2008-11-21 kronbichlerChanged the vmult_add function to make it a bit faster...
2008-11-21 kronbichlerRemoved an unnecessary assertion.
2008-11-21 kronbichlerAccelerated the addition into vectors a bit by directly...
2008-11-21 kronbichlerAdded the way elements are inserted/replaced/added...
2008-11-20 bangerthUpdate comment. Do not try to duplicate information...
2008-11-20 kronbichlerUpdated some Makefiles.
2008-11-20 bangerthIf Lapack functions were called but we didn't link...
2008-11-20 bangerthIf Lapack functions were called but we didn't link...
2008-11-19 bangerthCorrectly implement gauss_jordan using LAPACK.
2008-11-19 bangerthMerge the new inversion code into the general template.
2008-11-19 bangerthAdd a class types_are_equal to allow a couple of templa...
2008-11-19 kronbichlerWe do not need the Cuthill-McKee renumbering when using...
2008-11-19 kronbichlerFixed an issue with define flag for Xgetri.
2008-11-19 kronbichlerSimplified a bit of code in AMG preconditioner init.
2008-11-19 kronbichlerCan do a bit better by checking for DGETRF_ instead...
2008-11-19 kronbichlerInvert full matrices using Lapack functions if these...
2008-11-18 kronbichlerIt is now possible to define the number of smoother...
2008-11-18 kronbichlerModified a comment in the Chebyshev preconditioner.
2008-11-18 kronbichlerOne more update for the Trilinos vector functions.
2008-11-18 kronbichlerSome more updates for Trilinos vectors.
2008-11-17 kronbichlerI messed some things up when previously submitting...
2008-11-17 kronbichlerA few vector reinit functions using the = operator...
2008-11-16 younggit-svn-id: https://svn.dealii.org/trunk@17604 0785d39b...
2008-11-15 bangerthReference the publication.
2008-11-14 bangerthUpdate authors.
2008-11-14 bangerthList step-31.
2008-11-14 kronbichlerIntroduce another reinit function to copy from a Epetra...
2008-11-13 bangerthRemove again a test that was never resolved (we would...
2008-11-13 bangerthRemove a file that isn't really needed.
2008-11-13 bangerthRemove a test that used a particular mesh that can...
2008-11-13 kronbichlerImplemented a TrilinosWrapper function to a Chebyshev...
2008-11-12 kronbichlerAdd a reference to the changes in the step-22 program...
2008-11-12 kronbichlerAdded implementation of ConstraintMatrix::condense...
2008-11-12 kronbichlerRemoved one obsolete function.
2008-11-12 bangerthAdd missing BlockVector::swap functions.
2008-11-11 kronbichlerAdded the functionality to calculate the inverse in...
2008-11-11 kronbichlerCorrected an error in derivation of block preconditioners.
2008-11-10 kronbichlerCompress Trilinos sparse matrix before and after cleari...
2008-11-10 bangerthRe-enable the feature that one can set CXXFLAGS before...
2008-11-09 bangerthAdd SHLIBFLAGS to linker test.
2008-11-07 bangerthUpdate a few test results.
2008-11-07 kronbichlerA few more files with different output on gcc4.3
2008-11-07 kronbichlergcc4.3 produces a slightly different output.
2008-11-07 kronbichlerUpdated a few functions in Trilinos sparse matrix and...
2008-11-07 kronbichlerUpdated the Trilinos tests so that most of them are...
2008-11-07 kronbichlerAdded 2d output
2008-11-06 bangerthAlso add the 3d pictures and results.
2008-11-06 bangerthWrite up 2d part.
2008-11-06 bangerthMake test use iterator typedefs rather than the underly...
2008-11-06 kronbichlerNeed to update step-18 with a new include file to Compr...
2008-11-06 kronbichlerAdded a templated call to PETSc matrix initialization...
2008-11-06 kronbichlerCorrected an error in Trilinos vector class.
2008-11-06 kronbichlerAdded an MPI_InitFinalize to the files, so that at...
2008-11-06 kronbichlerThe Trilinos sparse matrix class can now insert element...
2008-11-06 bangerthUse clear() to release memory, rather than doing it...
2008-11-05 bangerthPrevent a memory leak in the block matrix base class.
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.