]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2009-11-25 Guido Kanschatconsistency bug removed
2009-11-25 Guido Kanschatadd FE_FaceQ and FE_PolyFace for testing
2009-11-25 Guido Kanschatadd QProjector::project_to_all_children
2009-11-25 Guido Kanschatadd dimension info
2009-11-24 Guido Kanschatintroduce dimension variable in polynomial spaces and...
2009-11-24 Guido Kanschatfix MGMatrixSimple::assemble
2009-11-24 Wolfgang BangerthAugment documentation.
2009-11-24 Martin KronbichlerAdd a check for translation of vertices by mapping...
2009-11-23 Wolfgang BangerthUndo previous checkin: I had not quite realized the...
2009-11-23 Martin KronbichlerFix comments.
2009-11-23 Martin KronbichlerRemove an implementation of a Stokes preconditioner...
2009-11-23 Martin KronbichlerImprove description of set function and say that settin...
2009-11-23 Martin KronbichlerFix some more Trilinos tests. Currently, the Bicgstab...
2009-11-23 Wolfgang BangerthIn n_active_cells(), use the cached values.
2009-11-23 Wolfgang BangerthCache Triangulation::n_levels().
2009-11-23 Martin KronbichlerFix one more output.
2009-11-23 Martin KronbichlerFix some compiling problems. Fix sparse matrix iterator.
2009-11-23 Martin KronbichlerCleanup Trilinos tests.
2009-11-22 Martin KronbichlerRemove a few compiler warnings.
2009-11-19 Martin KronbichlerCan use a smarter process for creating an IndexSet...
2009-11-19 Wolfgang BangerthAdd missing include file.
2009-11-19 Wolfgang BangerthAnother test.
2009-11-19 Wolfgang BangerthIndexSet::operator==/!= and operator &.
2009-11-19 Wolfgang BangerthA simpler way to deal with testing a file's existence.
2009-11-19 Wolfgang BangerthAdd parentheses around expressions to avoid warning.
2009-11-19 Martin KronbichlerForgot to fix one more problem.
2009-11-19 Martin KronbichlerAvoid compile problem with std::pow by static_cast...
2009-11-18 Wolfgang BangerthUse numbers::PI instead of M_PI.
2009-11-18 Wolfgang BangerthAdd to xrefs.
2009-11-18 Martin KronbichlerInclude missing inline declaration of function.
2009-11-18 Martin KronbichlerUse IndexSet instead of Epetra_Map. This avoids using...
2009-11-16 Wolfgang BangerthUse a different variable name to avoid hiding a member...
2009-11-16 Wolfgang BangerthQualify fabs and sqrt properly with std::.
2009-11-16 Wolfgang BangerthInclude missing header file.
2009-11-16 Wolfgang BangerthQualify sscanf properly with std::.
2009-11-16 Wolfgang BangerthQualify fabs properly with std::.
2009-11-16 Wolfgang BangerthQualify fabs properly with std::.
2009-11-13 Martin KronbichlerClean up parts of the code.
2009-11-13 Martin KronbichlerCleanup Trilinos matrix: Small update in comments....
2009-11-13 Martin KronbichlerCleanup Trilinos sparsity pattern. Make Slepc compile...
2009-11-13 Martin KronbichlerApply some updates that have been developed in the...
2009-11-12 Martin KronbichlerMove Quadrature::get_points() ad Quadrature::get_weight...
2009-11-12 Toby D. YoungFixed an error message. If SLEPc was not detected,...
2009-11-12 Wolfgang BangerthAdd.
2009-11-11 Martin KronbichlerTwo tiny updates.
2009-11-11 Wolfgang BangerthAdd new tests. They may fail currently, but my machine...
2009-11-11 Guido Kanschatworking on inconsistency
2009-11-10 Wolfgang BangerthAdd.
2009-11-10 Guido Kanschatassemble global system without adaptivity
2009-11-10 Guido Kanschatcreate directory and file for step 39
2009-11-09 Martin KronbichlerAvoid double instantiations in case vector iterators...
2009-11-09 Wolfgang BangerthAdd a test to see if vector iterators are just plain...
2009-11-09 Wolfgang BangerthFix comment.
2009-11-09 Martin KronbichlerRemove nonsensical "inline".
2009-11-09 Martin KronbichlerUse similar names for entering/leaving sectios in Timer...
2009-11-08 Martin KronbichlerAvoid ambiguity in calculation of square root in Chebys...
2009-11-08 Martin KronbichlerExtend the results section. Show comparison with sparse...
2009-11-08 Wolfgang BangerthClarify.
2009-11-08 Wolfgang BangerthI liked the reference to the Copenhagen interpretation...
2009-11-07 Martin KronbichlerApply patch 20058 even on mainline.
2009-11-07 Martin KronbichlerGenerate output with the new implementation of inner...
2009-11-07 Martin KronbichlerRemove register declaration of variables altogether...
2009-11-07 Martin KronbichlerDo not use register declarations for variables that...
2009-11-07 Martin KronbichlerFix small heading issue with tt font.
2009-11-07 Toby D. YoungAdded a comment pointing out the fact that step-36...
2009-11-06 Martin KronbichlerImprove comments a bit further.
2009-11-06 Wolfgang BangerthRemove a variable that is now no longer necessary.
2009-11-06 Wolfgang BangerthAdd one paragraph.
2009-11-06 Wolfgang BangerthAvoid a warning.
2009-11-05 Wolfgang BangerthRemove some code that didn't do anything.
2009-11-05 Wolfgang BangerthMake sure we link with each object file only once.
2009-11-05 Wolfgang BangerthFix a problem when overloading first_cell/next_cell...
2009-11-05 Martin KronbichlerImplement an improved = operator for distributed vector...
2009-11-05 Martin KronbichlerA boundary mass matrix does not make much sense in 1D.
2009-11-05 Wolfgang BangerthCompile numerics/vectors.cc first because it takes...
2009-11-05 Martin KronbichlerFix distribute() function for distributed Trilinos...
2009-11-05 Martin KronbichlerQualify names to avoid ambiguity with namespace of...
2009-11-05 Martin KronbichlerName change in Vector class.
2009-11-05 Martin KronbichlerThe updated inner product produced some different resul...
2009-11-05 Martin KronbichlerChange to an implementation that has reduced roundoff...
2009-11-05 Martin KronbichlerSimplify the hp_constraints tests by using one single...
2009-11-04 Martin KronbichlerFix a typo.
2009-11-04 Martin KronbichlerPrint out correct range in error message.
2009-11-03 Martin KronbichlerRename a variable.
2009-11-03 Martin KronbichlerRemove unnecessary computation.
2009-11-03 Martin KronbichlerUpdate documentation of what happens in the matrix...
2009-11-02 Wolfgang BangerthFix typos.
2009-10-30 Martin KronbichlerNeed to modify the using ::gemm construct because of...
2009-10-30 Wolfgang BangerthDo not use "using namespace dealii;" at the top of...
2009-10-30 Guido Kanschattest QProjector for Quadrature of dimension zero
2009-10-30 Guido Kanschatimplement quadrature of dimension zero
2009-10-29 Wolfgang BangerthImprove error message.
2009-10-28 Wolfgang BangerthOrder targets properly.
2009-10-28 Wolfgang BangerthWork around a problem with complex numbers.
2009-10-28 Wolfgang BangerthUpdate vectors if *one* processor has changed, not...
2009-10-26 Luca HeltaiAdded gcc 4.5 as gfortran compiler in configure and...
2009-10-25 Wolfgang BangerthAvoid confusing people with cell->vertex(vertex).
2009-10-25 Wolfgang BangerthAvoid confusing people with cell->vertex(vertex).
2009-10-22 Wolfgang BangerthFix a bug: for a boost::scoped_ptr, the test
2009-10-22 Wolfgang BangerthSet properties.
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.