2014-04-10 |
Toby D. Young | Allow LAAPCKFullMatrix to be reinitialised (reset state). |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Wolfgang Bangerth | Qualify a number of names fully to make MS VS++ happy. |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Wolfgang Bangerth | Fix grammar error (thanks, Hung-Chieh). |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Wolfgang Bangerth | Simplify code by keeping some functions as templates... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Wolfgang Bangerth | Remove a comment that is apparently no longer accurate. |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Martin Kronbichler | Fix an oversight |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Martin Kronbichler | Fix bug in memory consumption of AlignedVector and... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Martin Kronbichler | Forgot to update test output |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Martin Kronbichler | Rename tests for AlignedVector as aligned_vector_xx... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Martin Kronbichler | Cleanup TableBase implementation from internal AlignedV... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Guido Kanschat | update documentation fo FE_BDM |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Guido Kanschat | copy RT tests for BDM |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Bruno Turcksin | Use a more explicit namespace to help MS VC. |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Bruno Turcksin | Fix a coefficient in the Butcher tableau of DOPRI. |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Martin Kronbichler | Use AlignedVector instead of std::vector as data contai... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Timo Heister | update test output |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Timo Heister | remove obsolete test |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Timo Heister | undo r29864 that introduced (level-)subdomain checks... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Timo Heister | do not rely on cell::operator< comparing subdomain... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Timo Heister | add another test for parallel meshworker for ghost... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Wolfgang Bangerth | Fix spelling. Doh! |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Wolfgang Bangerth | Work some more to get MS VC to like the code. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Wolfgang Bangerth | Add a test that currently fails. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Wolfgang Bangerth | Call reorder_cells() in merge_triangulations(), though... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Martin Kronbichler | Remove stray default arguments |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Wolfgang Bangerth | Patch by Denis Davydov: Add an optional argument to... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Wolfgang Bangerth | Change the signature of approximate_derivative_tensor... |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Guido Kanschat | BDM used wrong mapping type |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Martin Kronbichler | Update documentation |
commit | commitdiff | tree | snapshot |
2014-04-05 |
dakshina.ilangova | Added tests for lac/VectorView |
commit | commitdiff | tree | snapshot |
2014-04-05 |
dakshina.ilangova | Added tests for lac/ShiftedMatrix |
commit | commitdiff | tree | snapshot |
2014-04-05 |
dakshina.ilangova | Added tests for lac/PointerMatrix |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Martin Kronbichler | Fix undefined symbol CellAccessor<3,2>::subdomain_id... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Martin Kronbichler | Avoid error when copying Table<2,bool>. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Martin Kronbichler | Forgot one directory |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Martin Kronbichler | Fix DoFTools::extract_constant_modes for FE_Q_DG0 |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Wolfgang Bangerth | No need for \f$...\f$, we have our own scripts that... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Toby D. Young | Fix an aweful edit I made in the last patch. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Toby D. Young | Add two standard accessors, m() and n(), and do some... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Martin Kronbichler | Add Triangulation<1,spacedim>::fill_vertices_with_ghost... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Martin Kronbichler | Fully qualify namespace to make clang happy |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Wolfgang Bangerth | Unify several copies of the same function into a single... |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Wolfgang Bangerth | Remove a comment that does not provide any significant... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Toby D. Young | Add an assignment operator from a regular SparseMatrix. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Martin Kronbichler | Fix order of destruction in PreconditionAMG when tempor... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Wolfgang Bangerth | Clarify a statement. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Wolfgang Bangerth | Be more conservative with #includes. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Clarify language. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Augment comments in several places to make them less... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Make sure we return a value in a function that has... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Also make sure we have the correct output file :-( |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Adjust implementation of laplace_transform to what... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Adjust implementation of laplace_transform to what... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Wolfgang Bangerth | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Martin Kronbichler | Make detection of quadrature rule name in FE_Q/DGQArbit... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Wolfgang Bangerth | Clarify some language. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Bruno Turcksin | Update the documentation: VisIT can read .pvtu since... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Wolfgang Bangerth | Improve error message. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Daniel Arndt | r32662 overwrote the changes in r32640, reapplied them |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Wolfgang Bangerth | Remove stray occurrences of 'typename'. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Timo Heister | fix some typos |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Toby D. Young | Some rewording on PETSc compatibility. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Toby D. Young | Remove tested version number - encourage using latest... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Martin Kronbichler | Disable multithreading part in case threads are not... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Timo Heister | update test |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Timo Heister | add failing test |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfgang Bangerth | Avoid C++11-isms. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfgang Bangerth | Do not use 'typename' outside templates. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Daniel Arndt | Added support for inhomogeneous tangential and normal... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Wolfgang Bangerth | Fix a problem pointed out by Lei Qiao in one of the... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Wolfgang Bangerth | Clarify documentation. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Wolfgang Bangerth | Move TriaAccessor::parent_index to class CellAccessor... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Wolfgang Bangerth | Add a missing header file (for MS VC++) as pointed... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Wolfgang Bangerth | Make the documentation of one function slightly clearer. |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Wolfgang Bangerth | Add a test by Ross Kynch for VectorTools::project_bound... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Wolfgang Bangerth | Remove a file that is no longer needed (and hasn't... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Wolfgang Bangerth | Rewrite a piece of code that accessed an internal repre... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Wolfgang Bangerth | Avoid a problem with MS VC++ by adding a configuration... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Martin Kronbichler | Improve some assertions |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Markus Buerg | Update test results. |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Scott Miller | Minor documentation typo in equation |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Toby D. Young | Tricial crap. Toby needs the dee. |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Timo Heister | step-7: change variable name that confused students |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Timo Heister | fix doxygen formatting problem |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Guido Kanschat | remove offensive output line |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Guido Kanschat | add missing include |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Timo Heister | fix doxygen warning |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Daniel Arndt | Fixed some problems regarding Trilinos vectors with... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Markus Buerg | Fix bug in project_bv_curl_conf for dim=2. |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Guido Kanschat | adjust ThetaTimestepping |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Guido Kanschat | move Newton test and add test in compatibility mode |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Guido Kanschat | test failed in optimized |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Guido Kanschat | introduce AnyData, OperatorBase and test that we do... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Wolfgang Bangerth | Provide link to publications in 2014. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
dakshina.ilangova | Added tests for lac/ProductMatrix |
commit | commitdiff | tree | snapshot |
2014-03-08 |
dakshina.ilangova | Deleted old files product_matrix_01.cc and product_matr... |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Bruno Turcksin | Second attempt to suppress clang warning in time_stepping.h |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Timo Heister | fix test output |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Wolfgang Bangerth | Disable another ICC warning. |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Guido Kanschat | remove MGDoFHandler from example |
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