2011-08-24 |
heister | add failing no_flux test (need to fix DoFRenumbering... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | edit svn:ignore |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | add failing test for DoFRenumbering::hierarchical() |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | test for ConstraintMatrix with hanging nodes and no_nor... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
bangerth | Move the creation of the FEValues out of the inner... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
bangerth | Reorder member functions. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | fix comment |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | additional sanity checks in ConstraintMatrix in debug... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | Tests for DoFRenumbering::hierarchical(). |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | add parallel test for DoFRenumbering::hierarchical() |
commit | commitdiff | tree | snapshot |
2011-08-24 |
heister | Added GridRefinement:hierarchical() to reorder the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
bangerth | Update after the changes to no_normal_flux. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
bangerth | Check in a fix provided by Martin Kronbichler for the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
kronbichler | Modify shell radius to make test fail. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
kronbichler | Use Q2 instead of Q1, set default output. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
kronbichler | Add test that makes sure that no entries are written... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
kronbichler | Speed up initialization of MG transfer matrices by... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
kronbichler | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
kronbichler | Fix computation of eigenvalues when only a few iteratio... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
bangerth | Add a note. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
bangerth | Add a note. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
bangerth | Don't make constructor of MappingQ explicit, after... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
bangerth | New test. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
kronbichler | Correctly set Point<dim,Number> as friend class. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Avoid a Clang compiler error by resorting include files. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Also disable clang warnings when in optimized mode... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Mention Clang. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Work around a compiler error in clang. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Make the copy constructor of MappingQ explicit. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Add docuentation. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Regenerate. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | When saying |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Detect and configure the clang C++ frontend for LLVM. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | use using keyword. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Explicitly use two template arguments even if one is... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | fix error in copy constructor |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In an instantiation, use whether a type was actually... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Avoid two Clang warnings. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | More of this: Qualify a call to a function in the base... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Use new-style using declarations. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | using typename to make clang happy |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | use using and add a typename to make clang happy |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Qualify a call to a function in the base class with... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | swap order of functions to make clang happy. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Use new-style using declarations. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | Fix a real error: The copy constructor of MappingQ... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | use using. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | make clang happy with default template argument and... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
heister | qualify function call with this-> |
commit | commitdiff | tree | snapshot |
2011-08-21 |
bangerth | It makes Clang happier if we forward declare things... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | In a forward declaration, use whether a type was actual... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
heister | use new-style using declaration. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
heister | use new-style using declaration and add comment. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | Make Clang's life simpler by being explicit about templ... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | Format for better readability. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | Use new-style using declaration and document the reason. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | Move everything in these tutorial programs into a names... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
bangerth | Provide mutual cross-references regarding a comment... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
kanschat | add trace operators |
commit | commitdiff | tree | snapshot |
2011-08-19 |
bangerth | Use the main function of previous tutorial programs. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
bangerth | Do like in step-7: put everything into a namespace. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
kanschat | add timestamp to LogStream |
commit | commitdiff | tree | snapshot |
2011-08-17 |
bangerth | Remove some outdated text. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
pauletti | added entry to changes.h |
commit | commitdiff | tree | snapshot |
2011-08-17 |
pauletti | Check of get_boundary_indicators for 1d grids |
commit | commitdiff | tree | snapshot |
2011-08-17 |
pauletti | Trivial modification in get_boundary_indicators for... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
kanschat | Oops |
commit | commitdiff | tree | snapshot |
2011-08-17 |
kanschat | fixed documentation |
commit | commitdiff | tree | snapshot |
2011-08-17 |
kanschat | new patches |
commit | commitdiff | tree | snapshot |
2011-08-17 |
kanschat | check dimensions |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Add proper copyright year. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Put everything into a namespace Step7. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Mention changes to tutorial namespacing. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Rename main classes to Step5 and Step6. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | When creating the plain version of tutorial programs... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Fix incorrect markup. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Use a link to another function that doxygen actually... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Remove a couple lines that now no longer make any sense. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Don't explicitly reference private vectors since doxyge... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Resize pictures. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Use VTK instead of the now outdated GMV format. Discuss... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Add a link. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
bangerth | Go over some of the comments. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
kronbichler | Fix compiler warnings eventually. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
kronbichler | Work around compiler warning. |
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