]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-08-15 Guido Kanschatresolve problem with serialization
2011-08-15 Wolfgang BangerthAdd a link and other minor additions.
2011-08-15 Wolfgang BangerthMore on sparsity.
2011-08-14 Wolfgang BangerthMinor addition.
2011-08-13 Guido KanschatWarn that this is not really an a posteriori error...
2011-08-12 Wolfgang BangerthAdd a comment.
2011-08-12 Guido Kanschatfix bug and reintroduce old constructor with "explicit"
2011-08-12 Wolfgang BangerthTest new functionality also for MappingQ2.
2011-08-12 Wolfgang BangerthMake FEFaceValues in 1d also work with MappingCartesian.
2011-08-12 Wolfgang BangerthMake FEFaceValues in 1d also work with MappingCartesian.
2011-08-12 Wolfgang BangerthMake FEFaceValues and FESubFaceValues work for faces...
2011-08-12 Wolfgang BangerthProperly set the quadrature weight for 0d quadrature...
2011-08-12 Wolfgang BangerthClean up unused variable.
2011-08-12 Wolfgang BangerthAllow creation of a Tensor<1,0>.
2011-08-12 Wolfgang BangerthMake a couple things compile for 1d face quadrature...
2011-08-12 Wolfgang BangerthAllow creation of Quadrature objects for dim==0. This...
2011-08-12 Wolfgang BangerthList paper as accepted.
2011-08-12 Wolfgang BangerthAdd a reference to some literature.
2011-08-12 Guido Kanschatadapt to changed constructor
2011-08-12 Guido Kanschatchange scope of class
2011-08-10 Wolfgang BangerthMove test that now works.
2011-08-10 Wolfgang BangerthFix a bug in compute_no_normal_flux_constraints.
2011-08-10 Timo Heisteradd failing test with strange normals for a half_hyper_...
2011-08-09 Wolfgang BangerthFix wording.
2011-08-09 Wolfgang BangerthRestructure a bit and provide some advice on debugging...
2011-08-09 Wolfgang BangerthMinor edits.
2011-08-09 Martin KronbichlerMake compile with older compilers.
2011-08-09 Martin KronbichlerCompute local CFL number. Use two solver alternatives...
2011-08-09 Guido KanschatFESystem fixed
2011-08-09 Guido Kanschatfix a bug in FESystem:\
2011-08-09 Guido Kanschatchange flags
2011-08-09 Thomas CarraroFixed problem with initializing xfem fevalues. The...
2011-08-09 Guido Kanschatadd output
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
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.