]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-08-08 Guido Kanschattest FE_FaceQ shape functions on faces\
2011-08-08 Guido Kanschatfirst test for face elements
2011-08-08 Guido Kanschatuse Polynomials::LagrangeEquidistant
2011-08-08 Guido Kanschatadjust doc and parameter name to reality
2011-08-08 Guido Kanschatonly initialize cell data if cells are integrated
2011-08-08 Guido Kanschatuse Table for quadrature values
2011-08-05 Wolfgang BangerthUse a different formulation where we use a different...
2011-08-05 Wolfgang BangerthIncrease degree of quadrature formula since the integra...
2011-08-05 Wolfgang BangerthAlso output the error.
2011-08-05 Wolfgang BangerthProduce output that shows the solution as a whole and...
2011-08-05 Wolfgang BangerthMake it run. Not tested yet.
2011-08-05 Wolfgang BangerthAdd.
2011-08-05 Guido Kanschatoptionally plot all faces\
2011-08-05 Guido Kanschatrename triple_product
2011-08-05 Guido Kanschatimprove and rename triple_product
2011-08-05 Thomas Carrarocompute_quadrature and append_quadrature ok
2011-08-04 Wolfgang BangerthMove slightly further.
2011-08-04 Thomas Carraroadded type 3
2011-08-04 Thomas CarraroStep 47 XFEM
2011-08-04 Wolfgang BangerthTest works now.
2011-08-03 Wolfgang BangerthUpdate output.
2011-08-03 Wolfgang BangerthTest is now fixed.
2011-08-03 Timo Heisteradd comment about affected Trilinos versions
2011-08-03 Timo Heisterfix test output
2011-08-03 Wolfgang BangerthAdd missing include file.
2011-08-03 Wolfgang BangerthRemove the automatic way of compressing PETSc vectors...
2011-08-03 Wolfgang BangerthRemove tests that no longer make sense following the...
2011-08-03 Timo Heisterfix test for bug in trilinos compress()
2011-08-03 Wolfgang BangerthAvoid a compiler warning about a double passed as an...
2011-08-03 Wolfgang BangerthBe a bit more carefully when we actually call VecAssemb...
2011-08-03 Martin KronbichlerFix assertion.
2011-08-03 Martin KronbichlerMake compile.
2011-08-03 Timo Heisteradd test for a parallel trilinos bug when calling compr...
2011-08-02 Wolfgang BangerthMake more to standard.
2011-08-02 Wolfgang BangerthRename variable.
2011-08-02 Wolfgang BangerthImplement the first few steps of what's necessary here.
2011-08-02 Wolfgang BangerthAdd a program that may or may not become an XFEM tutorial.
2011-08-02 Wolfgang BangerthClarify documentation.
2011-08-02 Wolfgang BangerthAdd another link.
2011-08-02 Martin KronbichlerCleanup.
2011-08-02 Martin KronbichlerFix compilation on systems without std-c++11.
2011-08-02 Martin KronbichlerFix scalar product with complex number: return real_typ...
2011-08-02 Martin KronbichlerTest Tensor with non-default template arguments: float...
2011-08-02 Martin KronbichlerExtend classes Tensor, SymmetricTensor and Point to...
2011-08-02 Martin KronbichlerFix typos.
2011-08-02 Martin KronbichlerCache loop bounds.
2011-08-02 Martin KronbichlerMake transpose of matrix in Trilinos matmatmult work...
2011-07-31 Martin KronbichlerCleanup of operations. Can now also be compiled with...
2011-07-30 Guido KanschatOutput efficiency index and orders
2011-07-29 Guido KanschatFix problem with constant polynomials
2011-07-28 Guido Kanschattest FullMatrix Schur complement
2011-07-28 Guido Kanschatadd function for Schur complement; needs testing
2011-07-28 Guido Kanschatcompute correct energy norm and L2 norm
2011-07-28 Martin KronbichlerNeed to include limits.
2011-07-27 Guido Kanschatfix unnecessary if
2011-07-27 Martin KronbichlerSet svn:ignore.
2011-07-27 Martin KronbichlerOmit unused parameters.
2011-07-27 Martin KronbichlerTest serialization of polynomial based on product form...
2011-07-27 Martin KronbichlerImplement serialization. Clean up change between produc...
2011-07-27 Martin KronbichlerMake compile with gcc 4.6.
2011-07-27 Martin KronbichlerUpdate output after r23960.
2011-07-27 Martin KronbichlerFix output because of different roundoff due to r23961.
2011-07-27 Martin KronbichlerReduce range of shift test.
2011-07-27 Martin KronbichlerFix warning on unused variables.
2011-07-27 Martin KronbichlerCorrect error message for deal.II and PETSc MPI setting...
2011-07-27 Guido Kanschatrename class to Step3
2011-07-27 Guido Kanschatmake first steps a bit more conforming to later
2011-07-26 Martin KronbichlerImprove performance of evaluation of tensor product...
2011-07-26 Martin KronbichlerNow finally fix LagrangeEquidistant constructor. Add...
2011-07-26 Martin KronbichlerFix initialization of LagrangeEquidistant.
2011-07-26 Martin KronbichlerDocument changes in FE_Q and Polynomial.
2011-07-26 Martin KronbichlerImproved initialization of embedding and restriction...
2011-07-26 Martin KronbichlerBetter evaluation of Lagrangian basis functions: use...
2011-07-26 Martin KronbichlerPolynomial evaluation at high orders: old implementatio...
2011-07-25 Guido KanschatAdd note for mac users
2011-07-25 Guido KanschatStart todo for fixing tutorial
2011-07-25 Guido KanschatInitialization does not belong into a loop
2011-07-22 Wolfgang BangerthCompiler doesn't like 'typename' outside templates.
2011-07-21 Wolfgang BangerthFix typo.
2011-07-20 Daniel Gerechtbugfix create_boundary_right_hand_side
2011-07-20 Wolfgang BangerthNew test, to be fixed by Daniel Gerecht.
2011-07-20 Wolfgang BangerthUpdate numbers.
2011-07-18 Wolfgang BangerthAdd a mechanism for thread local storage to the library...
2011-07-18 Wolfgang BangerthSet svn properties.
2011-07-12 Wolfgang BangerthUse same style for referencing support as elsewhere.
2011-07-12 Wolfgang BangerthUse a replacement version of std::lower_bound that...
2011-07-12 Wolfgang BangerthDo not copy FE_Collection objects (and same for mapping...
2011-07-12 Wolfgang BangerthRename function and document its need.
2011-07-11 Timo HeisterRemove debug output in grid_generator. Oops.
2011-07-11 Martin KronbichlerTest for avoiding bug in FE_Q with arbitrary nodes...
2011-07-11 Martin KronbichlerFix bug in FE_Q with arbitrary nodes: the hp line/quad...
2011-07-11 Martin KronbichlerDo operator= in parallel just as matrix-vector products...
2011-07-09 Guido Kanschatget_data cannot return null pointer
2011-07-09 Guido Kanschatnew functions for setting face and subfaces without...
2011-07-08 Wolfgang BangerthReplace a quadratic algorithm by a linear one. This...
2011-07-08 Wolfgang BangerthAccelerate the central part of the reordering algorithm...
2011-07-08 Wolfgang BangerthAbort the program at the moment since it locks up and...
2011-07-07 Wolfgang BangerthToss section on Trilinos versions prior to 10.0.
2011-07-07 Timo HeisterAdd GridGenerator::quarter_hyper_shell. Only implemente...
2011-07-07 Timo HeisterFix example in documentation: control is no longer...
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


Typeset in Trocchi and Trocchi Bold Sans Serif.