]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2008-08-24 Wolfgang BangerthUse optimized flags for expand_instantiations.
2008-08-23 Martin KronbichlerUpdated version of Trilinos wrappers.
2008-08-22 Martin KronbichlerUpdated Trilinos AMG preconditioner to interact with...
2008-08-22 Wolfgang BangerthMake beta and time step dimension independent.
2008-08-22 Wolfgang BangerthEnable the use of the Trilinos block vector and block...
2008-08-22 Wolfgang BangerthAdd a Traits class to the Trilinos sparse matrix class.
2008-08-22 Martin KronbichlerHide a compress() call within the collect_sizes operati...
2008-08-22 Martin KronbichlerAdded a block sparse matrix class based on Trilinos...
2008-08-22 Martin KronbichlerCorrected an access error to vector components using...
2008-08-22 Martin KronbichlerAdded a BlockVector implementation of the Trilinos...
2008-08-21 Wolfgang BangerthMake available a whole bunch of functions in deal.II...
2008-08-21 Martin KronbichlerFixed an error in constructor caused by ifdef.
2008-08-21 Martin KronbichlerRemoved unnecessary include file (the ifdef statement...
2008-08-21 Martin KronbichlerIn case deal.II supports MPI, the program did not run...
2008-08-21 Martin KronbichlerMake AMG preconditioner also work for MPI based compile...
2008-08-21 Martin KronbichlerIntroduced copy operator = for basic Trilinos vectors.
2008-08-21 Wolfgang Bangerth400,000 lines of code :-)
2008-08-21 Wolfgang BangerthAdd some documentation.
2008-08-21 Wolfgang BangerthRename the preconditioner to make it conform with our...
2008-08-21 Wolfgang BangerthAdd the Trilinos algebraic multigrid preconditioner.
2008-08-21 Wolfgang BangerthSet file properties correctly.
2008-08-21 Wolfgang BangerthMake compile again.
2008-08-21 Wolfgang BangerthProperly declare function.
2008-08-21 Martin KronbichlerThere was an error in the compress() function in the...
2008-08-21 Martin KronbichlerDefinition of ExcTrilinosError
2008-08-21 Martin KronbichlerExtended the rudimentary Trilinos wrappers a little...
2008-08-21 Wolfgang BangerthOutput the range of temperatures. Use minimal degree...
2008-08-21 Wolfgang BangerthDon't take the degree as a constructor argument --...
2008-08-21 Wolfgang BangerthMove tool functions all in the same place.
2008-08-21 Wolfgang Bangerthxlink step-31.
2008-08-21 Wolfgang BangerthDiscuss correct choice of beta and time step.
2008-08-21 Wolfgang BangerthAdd files for Q2.
2008-08-21 Wolfgang BangerthFix condition for MPI use.
2008-08-21 Wolfgang BangerthRegenerate.
2008-08-21 Wolfgang BangerthRegenerate.
2008-08-21 Wolfgang BangerthComment on stability issues.
2008-08-21 Wolfgang Bangerthadd
2008-08-21 Martin KronbichlerAdded a rudimentary implementation of Trilinos sparse...
2008-08-21 Wolfgang BangerthRegenerate.
2008-08-20 Wolfgang Bangerthadd
2008-08-20 Wolfgang BangerthUse a better cutoff for the velocity in computing the...
2008-08-20 Wolfgang BangerthComment on timing.
2008-08-20 Wolfgang BangerthInstead of copying into the global matrix/vector by...
2008-08-20 Wolfgang BangerthA few more minor cleanups.
2008-08-20 Wolfgang BangerthMake the drop tolerance a parameter.
2008-08-20 Wolfgang BangerthSimplify copying elements into Trilinos in the same...
2008-08-20 Wolfgang BangerthSimplify the code that computes row lengths in the...
2008-08-20 Wolfgang BangerthUse a shared_ptr and thereby also remove the memory...
2008-08-20 Wolfgang BangerthUse the new scalar_product function in base/.
2008-08-20 Wolfgang BangerthNew function scalar_product.
2008-08-20 Wolfgang BangerthSequester everything that has to do with equation data...
2008-08-20 Wolfgang BangerthUse dynamic range of temperature to define viscosity...
2008-08-20 Guido Kanschatignore dll
2008-08-20 Wolfgang BangerthWrite more.
2008-08-20 Wolfgang BangerthAdd reference to step-31
2008-08-20 Wolfgang BangerthA few more comments.
2008-08-19 Martin KronbichlerAt the start of each Stokes solve, initialize solution...
2008-08-19 Wolfgang BangerthRebuild temperature matrices only when needed. Do not...
2008-08-19 Wolfgang BangerthSplit the 'degree' variable into two, one for the Stoke...
2008-08-19 Wolfgang BangerthFix a bug in transfering the solution.
2008-08-19 Wolfgang BangerthRe-assemble the solution vectors into a combined DoFHan...
2008-08-19 Wolfgang BangerthUse two DoFHandlers, matrices, sets of vectors, etc...
2008-08-18 Wolfgang BangerthRemove the currently problematic lines removing coarsen...
2008-08-18 Wolfgang BangerthFix the mesh_smoothing_0[12] testcases. A description...
2008-08-18 Wolfgang BangerthCheck in correct output.
2008-08-18 Wolfgang BangerthSplit existing test into two: the original one, and...
2008-08-18 Wolfgang BangerthUse proper header files.
2008-08-17 Wolfgang BangerthNarrow down a bit where the problem appears to happen.
2008-08-17 Martin KronbichlerSince the merge from the anisotropic branch, this progr...
2008-08-17 Wolfgang BangerthImprove clarity of code even further, by putting things...
2008-08-17 Wolfgang BangerthSimplify code a slight bit.
2008-08-17 Wolfgang BangerthFix typo.
2008-08-17 Wolfgang BangerthCopied content has no meaning for this new test.
2008-08-17 Wolfgang BangerthAdd a test that currently fails inside Triangulation...
2008-08-17 Wolfgang BangerthThe subversion executable is named 'svn', but 'subversion'.
2008-08-17 Wolfgang BangerthNot only test whether we can include mpi.h, but also...
2008-08-16 Wolfgang BangerthAdd some reasoning to the documentation of a mesh smoot...
2008-08-15 Wolfgang BangerthImplement adaptivity.
2008-08-15 Wolfgang BangerthFix a few cases that I accidentally got wrong.
2008-08-15 Wolfgang BangerthDetect whether the compiler can include <mpi.h> and...
2008-08-15 Wolfgang BangerthUndo accidental checkin.
2008-08-15 Wolfgang BangerthGet a lot of cases right where we compare RefinementCas...
2008-08-15 Wolfgang BangerthNew testcase.
2008-08-15 Wolfgang BangerthFix the template argument of the refinement case: We...
2008-08-15 Wolfgang BangerthFix a grammar error.
2008-08-15 Wolfgang BangerthFix a grammar error.
2008-08-15 Wolfgang BangerthFix a problem in the ConstraintMatrix.
2008-08-15 Martin KronbichlerAdd an entry to the news list about the new function...
2008-08-15 Wolfgang BangerthMake output patches adaptive on polynomial degree....
2008-08-14 Martin KronbichlerRemoved some left-over from times when we also had...
2008-08-14 Wolfgang BangerthRemove the function that outputs the artificial viscosi...
2008-08-14 Wolfgang BangerthCommit a version in which artificial diffusion appears...
2008-08-14 Martin KronbichlerMade the AMG preconditioner class even more generic...
2008-08-14 Martin KronbichlerChanged interface to Trilinos to make it generic. Now...
2008-08-14 Wolfgang BangerthDefault to cube geometry in 3d. Use proper direction...
2008-08-14 Martin KronbichlerAdded calculation of artificial viscosity.
2008-08-14 Wolfgang BangerthFix a typo.
2008-08-14 Wolfgang BangerthAdd the artificial diffusion term to the rhs.
2008-08-14 Wolfgang BangerthSwitch on BDF2 scheme -- it seems to work.
2008-08-14 Wolfgang BangerthCompute BDF-2 matrices.
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.