]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2008-08-22 kronbichlerAdded a BlockVector implementation of the Trilinos...
2008-08-21 bangerthMake available a whole bunch of functions in deal.II...
2008-08-21 kronbichlerFixed an error in constructor caused by ifdef.
2008-08-21 kronbichlerRemoved unnecessary include file (the ifdef statement...
2008-08-21 kronbichlerIn case deal.II supports MPI, the program did not run...
2008-08-21 kronbichlerMake AMG preconditioner also work for MPI based compile...
2008-08-21 kronbichlerIntroduced copy operator = for basic Trilinos vectors.
2008-08-21 bangerth400,000 lines of code :-)
2008-08-21 bangerthAdd some documentation.
2008-08-21 bangerthRename the preconditioner to make it conform with our...
2008-08-21 bangerthAdd the Trilinos algebraic multigrid preconditioner.
2008-08-21 bangerthSet file properties correctly.
2008-08-21 bangerthMake compile again.
2008-08-21 bangerthProperly declare function.
2008-08-21 kronbichlerThere was an error in the compress() function in the...
2008-08-21 kronbichlerDefinition of ExcTrilinosError
2008-08-21 kronbichlerExtended the rudimentary Trilinos wrappers a little...
2008-08-21 bangerthOutput the range of temperatures. Use minimal degree...
2008-08-21 bangerthDon't take the degree as a constructor argument --...
2008-08-21 bangerthMove tool functions all in the same place.
2008-08-21 bangerthxlink step-31.
2008-08-21 bangerthDiscuss correct choice of beta and time step.
2008-08-21 bangerthAdd files for Q2.
2008-08-21 bangerthFix condition for MPI use.
2008-08-21 bangerthRegenerate.
2008-08-21 bangerthRegenerate.
2008-08-21 bangerthComment on stability issues.
2008-08-21 bangerthadd
2008-08-21 kronbichlerAdded a rudimentary implementation of Trilinos sparse...
2008-08-21 bangerthRegenerate.
2008-08-20 bangerthadd
2008-08-20 bangerthUse a better cutoff for the velocity in computing the...
2008-08-20 bangerthComment on timing.
2008-08-20 bangerthInstead of copying into the global matrix/vector by...
2008-08-20 bangerthA few more minor cleanups.
2008-08-20 bangerthMake the drop tolerance a parameter.
2008-08-20 bangerthSimplify copying elements into Trilinos in the same...
2008-08-20 bangerthSimplify the code that computes row lengths in the...
2008-08-20 bangerthUse a shared_ptr and thereby also remove the memory...
2008-08-20 bangerthUse the new scalar_product function in base/.
2008-08-20 bangerthNew function scalar_product.
2008-08-20 bangerthSequester everything that has to do with equation data...
2008-08-20 bangerthUse dynamic range of temperature to define viscosity...
2008-08-20 kanschatignore dll
2008-08-20 bangerthWrite more.
2008-08-20 bangerthAdd reference to step-31
2008-08-20 bangerthA few more comments.
2008-08-19 kronbichlerAt the start of each Stokes solve, initialize solution...
2008-08-19 bangerthRebuild temperature matrices only when needed. Do not...
2008-08-19 bangerthSplit the 'degree' variable into two, one for the Stoke...
2008-08-19 bangerthFix a bug in transfering the solution.
2008-08-19 bangerthRe-assemble the solution vectors into a combined DoFHan...
2008-08-19 bangerthUse two DoFHandlers, matrices, sets of vectors, etc...
2008-08-18 bangerthRemove the currently problematic lines removing coarsen...
2008-08-18 bangerthFix the mesh_smoothing_0[12] testcases. A description...
2008-08-18 bangerthCheck in correct output.
2008-08-18 bangerthSplit existing test into two: the original one, and...
2008-08-18 bangerthUse proper header files.
2008-08-17 bangerthNarrow down a bit where the problem appears to happen.
2008-08-17 kronbichlerSince the merge from the anisotropic branch, this progr...
2008-08-17 bangerthImprove clarity of code even further, by putting things...
2008-08-17 bangerthSimplify code a slight bit.
2008-08-17 bangerthFix typo.
2008-08-17 bangerthCopied content has no meaning for this new test.
2008-08-17 bangerthAdd a test that currently fails inside Triangulation...
2008-08-17 bangerthThe subversion executable is named 'svn', but 'subversion'.
2008-08-17 bangerthNot only test whether we can include mpi.h, but also...
2008-08-16 bangerthAdd some reasoning to the documentation of a mesh smoot...
2008-08-15 bangerthImplement adaptivity.
2008-08-15 bangerthFix a few cases that I accidentally got wrong.
2008-08-15 bangerthDetect whether the compiler can include <mpi.h> and...
2008-08-15 bangerthUndo accidental checkin.
2008-08-15 bangerthGet a lot of cases right where we compare RefinementCas...
2008-08-15 bangerthNew testcase.
2008-08-15 bangerthFix the template argument of the refinement case: We...
2008-08-15 bangerthFix a grammar error.
2008-08-15 bangerthFix a grammar error.
2008-08-15 bangerthFix a problem in the ConstraintMatrix.
2008-08-15 kronbichlerAdd an entry to the news list about the new function...
2008-08-15 bangerthMake output patches adaptive on polynomial degree....
2008-08-14 kronbichlerRemoved some left-over from times when we also had...
2008-08-14 bangerthRemove the function that outputs the artificial viscosi...
2008-08-14 bangerthCommit a version in which artificial diffusion appears...
2008-08-14 kronbichlerMade the AMG preconditioner class even more generic...
2008-08-14 kronbichlerChanged interface to Trilinos to make it generic. Now...
2008-08-14 bangerthDefault to cube geometry in 3d. Use proper direction...
2008-08-14 kronbichlerAdded calculation of artificial viscosity.
2008-08-14 bangerthFix a typo.
2008-08-14 bangerthAdd the artificial diffusion term to the rhs.
2008-08-14 bangerthSwitch on BDF2 scheme -- it seems to work.
2008-08-14 bangerthCompute BDF-2 matrices.
2008-08-14 bangerthFix computation of lhs matrix: it needs to depend on...
2008-08-14 bangerthFuse two loops.
2008-08-14 bangerthMove building the temperature matrix to the function...
2008-08-14 kronbichlerOne more typo.
2008-08-14 kronbichlerA typo.
2008-08-14 kronbichlerDescribed the evaluation stabilization parameter in...
2008-08-14 bangerthAdd the variables we need for the BDF-2 time stepping...
2008-08-14 kronbichlerRead most of the comments and added a few things. The...
2008-08-13 kronbichlerThe function memory_consumption now also accounts for...
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.