2013-05-13 |
bangerth | Improve documentation somewhat. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
kronbichler | Fix include files |
commit | commitdiff | tree | snapshot |
2013-05-13 |
kronbichler | Mention fix in ConvergenceTable. |
commit | commitdiff | tree | snapshot |
2013-05-12 |
bangerth | Implement writing time and cycle to VTU files. |
commit | commitdiff | tree | snapshot |
2013-05-12 |
bangerth | Implement writing time and cycle to VTK files. VTU... |
commit | commitdiff | tree | snapshot |
2013-05-11 |
bangerth | Fix a bunch of misspellings of the name "Dirichlet". |
commit | commitdiff | tree | snapshot |
2013-05-10 |
kronbichler | Forgot new test output |
commit | commitdiff | tree | snapshot |
2013-05-10 |
kronbichler | Fix one more issue, augment documentation of new parameter. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
kronbichler | Fix issue 28. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
bangerth | Remove stray 'typename' keywords. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
young | Remove one & comment one 1d-assertion. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
young | Patch MathGL to output 3d grids. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
young | Note to self about eigenpair logic... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
young | Get imaginary parts of eigenpairs. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
heister | fix r29449 |
commit | commitdiff | tree | snapshot |
2013-05-09 |
kronbichler | It is cleaner to call Epetra_Matrix::Multiply with... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
kronbichler | Simplify TrilinosWrappers::SparseMatrix::vmult a bit... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
kronbichler | Extend MatrixTools::create_mass_matrix and MatrixTools... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
kronbichler | Adjust test output: Trilinos has apparently a call... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
bangerth | Remove all uses of a removed variable. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
kronbichler | Implement a few more matrix-vector products with Trilin... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
kronbichler | Fix change description |
commit | commitdiff | tree | snapshot |
2013-05-08 |
bangerth | Augment documentation. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
kronbichler | Improve advance() operation and comparison operation... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
kronbichler | Adjust output (row length in ChunkSparsityPattern is... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Different BLAS versions apparently produce different... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Mention change |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Implement iterator for ChunkSparseMatrix. Parallelize... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kainan.wang | Add two authors; make a correction in documentation |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Mention changes |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Fix early success in Bicgstab: Should not scale residua... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Remove obsolete include file |
commit | commitdiff | tree | snapshot |
2013-05-07 |
kronbichler | Make test work |
commit | commitdiff | tree | snapshot |
2013-05-06 |
bangerth | Instantiate FETools::interpolate for general vector... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
kronbichler | Add expected output |
commit | commitdiff | tree | snapshot |
2013-05-06 |
kronbichler | Add a test (that currently fails) showing that early... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
kronbichler | Save one temporary vector in Bicgstab. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
kronbichler | Choose to adaptively re-orthogonalize in GMRES, which... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
kronbichler | Actually test right preconditioning. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
bangerth | List Kevin Dugan's thesis. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
bangerth | Add Guido's address. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
bangerth | Minor edits. |
commit | commitdiff | tree | snapshot |
2013-05-05 |
bangerth | Augment documentation. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
maier | CMake: Also install deal.tag |
commit | commitdiff | tree | snapshot |
2013-05-03 |
turcksin | Temporary fix for compress. Ideally all the ::dealii... |
commit | commitdiff | tree | snapshot |
2013-05-03 |
turcksin | Delete useless std::cout. |
commit | commitdiff | tree | snapshot |
2013-05-03 |
heister | fix Trilinos SparseMatrix adding instead of inserting... |
commit | commitdiff | tree | snapshot |
2013-05-03 |
heister | clean up test |
commit | commitdiff | tree | snapshot |
2013-05-03 |
heister | make test fail (bug in Trilinos) |
commit | commitdiff | tree | snapshot |
2013-05-03 |
bangerth | Add one. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
young | Build in assertions... |
commit | commitdiff | tree | snapshot |
2013-05-02 |
bangerth | Do not use std::numeric_limits on enum types -- max... |
commit | commitdiff | tree | snapshot |
2013-05-02 |
heister | fix 2d test |
commit | commitdiff | tree | snapshot |
2013-05-02 |
heister | fix p4est assert from yesterday |
commit | commitdiff | tree | snapshot |
2013-05-02 |
kronbichler | Enable multithreading. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
kronbichler | Enable multithreading by default. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
heister | add 2d test (does not trigger the right error) |
commit | commitdiff | tree | snapshot |
2013-05-02 |
heister | add test for p4est max refinement level |
commit | commitdiff | tree | snapshot |
2013-05-02 |
heister | throw exception if p4est maximum refinement level is... |
commit | commitdiff | tree | snapshot |
2013-05-01 |
bangerth | Fix poor markup. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
bangerth | More comments. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
bangerth | Better formatting of documentation. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
bangerth | Provide better documentation. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
bangerth | Comment on the fact that VTK is a legacy format. People... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | ParameterHandler::set(., bool) which was broken, see... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | Rename variable in inner scope to avoid clash with... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | Do operation in the correct type. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | Add missing include files. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | Remove accidental double-semicolons (is that a colon... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
kronbichler | Make partial initialization work properly, including... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
kronbichler | Simplify FullMatrix::Tmmult and FullMatrix::mTmult... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
maier | CMake: Fix a typo that prevented user supplied shared... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
maier | CMake: Small cleanup in check_*, take over r29403 to... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
bangerth | Suppress several more of Intel's warnings. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
heister | add my email |
commit | commitdiff | tree | snapshot |
2013-04-29 |
bangerth | Link to video lectures. Reshuffle links so that the... |
commit | commitdiff | tree | snapshot |
2013-04-29 |
bangerth | Avoid font confusion. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
bangerth | Augment documentation to explain a common mistake. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
bangerth | Add my email address. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
bangerth | Remove outdated comment. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
maier | Update the license information in readme.html and licen... |
commit | commitdiff | tree | snapshot |
2013-04-28 |
bangerth | List 'and others' as authors of the deal.II website. |
commit | commitdiff | tree | snapshot |
2013-04-28 |
bangerth | Link to the tethex project to convert meshes. |
commit | commitdiff | tree | snapshot |
2013-04-28 |
bangerth | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-04-27 |
maier | CMake: Introduce a VERSION that will be queried for... |
commit | commitdiff | tree | snapshot |
2013-04-27 |
bangerth | Work around a problem with some compilers. |
commit | commitdiff | tree | snapshot |
2013-04-25 |
bangerth | Adjust output to what it should have been all along. |
commit | commitdiff | tree | snapshot |
2013-04-25 |
bangerth | Adjust output to what it should have been all along. |
commit | commitdiff | tree | snapshot |
2013-04-24 |
maier | CMake: Query for Trilinos packages in a sane manner |
commit | commitdiff | tree | snapshot |
2013-04-24 |
bangerth | Set flags, width, precision directly on the underlying... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
heister | add test for trilinos matrix |
commit | commitdiff | tree | snapshot |
2013-04-24 |
bangerth | Set stream properties only once, rather than every... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
kronbichler | Put matrix-free worker functions in internal namespace... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
bangerth | Reintroduce a statement that (I believe) has caused... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
bangerth | Back out the significant part of the previous change... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
bangerth | Patch by Fahad Alrashed: Save and restore print state... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
young | A more descriptive documentation for the Transformation... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
young | New function set_target_eigenvalue and minor API tweaks. |
commit | commitdiff | tree | snapshot |
2013-04-23 |
heltai | Fixed bug in FESystem. With 5 components, only 4 where... |
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