2011-08-29 |
Timo Heister | fix bug in parallel::distributed::GridRefinement for... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Timo Heister | document bug in parallel::distributed::refine_and_coars... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Timo Heister | add test that documents unwanted PETSc::MPI::SparseMatr... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Wolfgang Bangerth | Remove two macros we apparently don't need. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Wolfgang Bangerth | Reduce the number of cells being refined. Make it compi... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Martin Kronbichler | Speed up dof_indices_with_subdomain_association. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Do not use typename outside of templates. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | New test. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Leave two TODOs. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Add Utilities::string_to_double. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Timo Heister | make test more reliable by moving the temporary files... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Timo Heister | make test more reliable by skipping writing/reading... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Ignore kdevelop4 project files throughout a bunch of... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Compute normal vectors in no_normal_flux by querying... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Add Boundary::normal_vector. Implement it. Test it. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Timo Heister | fix test output |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Timo Heister | fix test output |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Timo Heister | fix DoFRenumbering::hierarchical for a distributed... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Add one test. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Wolfgang Bangerth | Rename test. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Mention Martin's fix for VectorTools::compute_no_normal... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Fix member syntax. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | update test description |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | add failing no_flux test (need to fix DoFRenumbering... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | edit svn:ignore |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | add failing test for DoFRenumbering::hierarchical() |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | test for ConstraintMatrix with hanging nodes and no_nor... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Move the creation of the FEValues out of the inner... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Reorder member functions. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | fix comment |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | additional sanity checks in ConstraintMatrix in debug... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | Tests for DoFRenumbering::hierarchical(). |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | add parallel test for DoFRenumbering::hierarchical() |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Timo Heister | Added GridRefinement:hierarchical() to reorder the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Update after the changes to no_normal_flux. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Wolfgang Bangerth | Check in a fix provided by Martin Kronbichler for the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Martin Kronbichler | Modify shell radius to make test fail. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Martin Kronbichler | Use Q2 instead of Q1, set default output. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Martin Kronbichler | Add test that makes sure that no entries are written... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Martin Kronbichler | Speed up initialization of MG transfer matrices by... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Martin Kronbichler | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Martin Kronbichler | Fix computation of eigenvalues when only a few iteratio... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Wolfgang Bangerth | Add a note. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Wolfgang Bangerth | Add a note. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Wolfgang Bangerth | Don't make constructor of MappingQ explicit, after... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Wolfgang Bangerth | New test. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Martin Kronbichler | Correctly set Point<dim,Number> as friend class. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Avoid a Clang compiler error by resorting include files. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Also disable clang warnings when in optimized mode... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Mention Clang. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Work around a compiler error in clang. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Make the copy constructor of MappingQ explicit. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Add docuentation. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Regenerate. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | When saying |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Detect and configure the clang C++ frontend for LLVM. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | use using keyword. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | fix error in copy constructor |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In an instantiation, use whether a type was actually... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Avoid two Clang warnings. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | More of this: Qualify a call to a function in the base... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Use new-style using declarations. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | using typename to make clang happy |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | use using and add a typename to make clang happy |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Qualify a call to a function in the base class with... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | swap order of functions to make clang happy. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Use new-style using declarations. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | Fix a real error: The copy constructor of MappingQ... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | use using. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | make clang happy with default template argument and... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Timo Heister | qualify function call with this-> |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Wolfgang Bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Timo Heister | use new-style using declaration. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Timo Heister | use new-style using declaration and add comment. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | Make Clang's life simpler by being explicit about templ... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | Format for better readability. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | Use new-style using declaration and document the reason. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | Move everything in these tutorial programs into a names... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Wolfgang Bangerth | Provide mutual cross-references regarding a comment... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Guido Kanschat | add trace operators |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Wolfgang Bangerth | Use the main function of previous tutorial programs. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Wolfgang Bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Wolfgang Bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Wolfgang Bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Guido Kanschat | add timestamp to LogStream |
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