2008-08-22 |
Wolfgang Bangerth | Make beta and time step dimension independent. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Wolfgang Bangerth | Enable the use of the Trilinos block vector and block... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Wolfgang Bangerth | Add a Traits class to the Trilinos sparse matrix class. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Martin Kronbichler | Hide a compress() call within the collect_sizes operati... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Martin Kronbichler | Added a block sparse matrix class based on Trilinos... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Martin Kronbichler | Corrected an access error to vector components using... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Martin Kronbichler | Added a BlockVector implementation of the Trilinos... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Make available a whole bunch of functions in deal.II... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Fixed an error in constructor caused by ifdef. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Removed unnecessary include file (the ifdef statement... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | In case deal.II supports MPI, the program did not run... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Make AMG preconditioner also work for MPI based compile... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Introduced copy operator = for basic Trilinos vectors. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | 400,000 lines of code :-) |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Add some documentation. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Rename the preconditioner to make it conform with our... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Add the Trilinos algebraic multigrid preconditioner. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Set file properties correctly. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Make compile again. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Properly declare function. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | There was an error in the compress() function in the... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Definition of ExcTrilinosError |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Extended the rudimentary Trilinos wrappers a little... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Output the range of temperatures. Use minimal degree... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Don't take the degree as a constructor argument --... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Move tool functions all in the same place. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | xlink step-31. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Discuss correct choice of beta and time step. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Add files for Q2. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Fix condition for MPI use. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Comment on stability issues. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | add |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Martin Kronbichler | Added a rudimentary implementation of Trilinos sparse... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Wolfgang Bangerth | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | add |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Use a better cutoff for the velocity in computing the... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Comment on timing. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Instead of copying into the global matrix/vector by... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | A few more minor cleanups. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Make the drop tolerance a parameter. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Simplify copying elements into Trilinos in the same... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Simplify the code that computes row lengths in the... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Use a shared_ptr and thereby also remove the memory... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Use the new scalar_product function in base/. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | New function scalar_product. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Sequester everything that has to do with equation data... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Use dynamic range of temperature to define viscosity... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Guido Kanschat | ignore dll |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Write more. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | Add reference to step-31 |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Wolfgang Bangerth | A few more comments. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Martin Kronbichler | At the start of each Stokes solve, initialize solution... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Wolfgang Bangerth | Rebuild temperature matrices only when needed. Do not... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Wolfgang Bangerth | Split the 'degree' variable into two, one for the Stoke... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Wolfgang Bangerth | Fix a bug in transfering the solution. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Wolfgang Bangerth | Re-assemble the solution vectors into a combined DoFHan... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Wolfgang Bangerth | Use two DoFHandlers, matrices, sets of vectors, etc... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Wolfgang Bangerth | Remove the currently problematic lines removing coarsen... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Wolfgang Bangerth | Fix the mesh_smoothing_0[12] testcases. A description... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Wolfgang Bangerth | Check in correct output. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Wolfgang Bangerth | Split existing test into two: the original one, and... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Wolfgang Bangerth | Use proper header files. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Narrow down a bit where the problem appears to happen. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Martin Kronbichler | Since the merge from the anisotropic branch, this progr... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Improve clarity of code even further, by putting things... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Simplify code a slight bit. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Copied content has no meaning for this new test. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Add a test that currently fails inside Triangulation... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | The subversion executable is named 'svn', but 'subversion'. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Wolfgang Bangerth | Not only test whether we can include mpi.h, but also... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Wolfgang Bangerth | Add some reasoning to the documentation of a mesh smoot... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Implement adaptivity. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Fix a few cases that I accidentally got wrong. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Detect whether the compiler can include <mpi.h> and... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Undo accidental checkin. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Get a lot of cases right where we compare RefinementCas... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | New testcase. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Fix the template argument of the refinement case: We... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Fix a grammar error. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Fix a grammar error. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Fix a problem in the ConstraintMatrix. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Martin Kronbichler | Add an entry to the news list about the new function... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Wolfgang Bangerth | Make output patches adaptive on polynomial degree.... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Martin Kronbichler | Removed some left-over from times when we also had... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Remove the function that outputs the artificial viscosi... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Commit a version in which artificial diffusion appears... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Martin Kronbichler | Made the AMG preconditioner class even more generic... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Martin Kronbichler | Changed interface to Trilinos to make it generic. Now... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Default to cube geometry in 3d. Use proper direction... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Martin Kronbichler | Added calculation of artificial viscosity. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Add the artificial diffusion term to the rhs. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Switch on BDF2 scheme -- it seems to work. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Compute BDF-2 matrices. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Fix computation of lhs matrix: it needs to depend on... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Fuse two loops. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Wolfgang Bangerth | Move building the temperature matrix to the function... |
commit | commitdiff | tree | snapshot |
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