]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2009-12-07 kanschatadd missing clone to FE_FaceQ
2009-12-04 bangerthFix include guard.
2009-12-04 kronbichlerSet svn properties on hp/fe_nothing_03. Do not output...
2009-12-04 kronbichlerFix the distclean command.
2009-12-04 kronbichlerAvoid compiler warning.
2009-12-03 bangerthMake sure it also compiles :-(
2009-12-03 bangerthOptimize get_view a bit.
2009-12-02 bangerthFix bug.
2009-12-02 kanschatstep 39 running
2009-11-30 bangerthMark an input argument as const.
2009-11-28 kanschatMeshWorker::Assembler::MGMatrixSimple bug fixed
2009-11-27 bangerthMake output look more uniform.
2009-11-27 kronbichlerFix problem in debug mode with block matrices. Further...
2009-11-26 kronbichlerApply changes from the distributed grid branch: Improve...
2009-11-25 kronbichlerMake program compile with gcc4.4.
2009-11-25 kronbichlerSmall fix in collective add operation that does not...
2009-11-25 kanschatL-shaped domain again
2009-11-25 kanschatadd group MeshWorker
2009-11-25 kanschatconsistency bug removed
2009-11-25 kanschatadd FE_FaceQ and FE_PolyFace for testing
2009-11-25 kanschatadd QProjector::project_to_all_children
2009-11-25 kanschatadd dimension info
2009-11-24 kanschatintroduce dimension variable in polynomial spaces and...
2009-11-24 kanschatfix MGMatrixSimple::assemble
2009-11-24 bangerthAugment documentation.
2009-11-24 kronbichlerAdd a check for translation of vertices by mapping...
2009-11-23 bangerthUndo previous checkin: I had not quite realized the...
2009-11-23 kronbichlerFix comments.
2009-11-23 kronbichlerRemove an implementation of a Stokes preconditioner...
2009-11-23 kronbichlerImprove description of set function and say that settin...
2009-11-23 kronbichlerFix some more Trilinos tests. Currently, the Bicgstab...
2009-11-23 bangerthIn n_active_cells(), use the cached values.
2009-11-23 bangerthCache Triangulation::n_levels().
2009-11-23 kronbichlerFix one more output.
2009-11-23 kronbichlerFix some compiling problems. Fix sparse matrix iterator.
2009-11-23 kronbichlerCleanup Trilinos tests.
2009-11-22 kronbichlerRemove a few compiler warnings.
2009-11-19 kronbichlerCan use a smarter process for creating an IndexSet...
2009-11-19 bangerthAdd missing include file.
2009-11-19 bangerthAnother test.
2009-11-19 bangerthIndexSet::operator==/!= and operator &.
2009-11-19 bangerthA simpler way to deal with testing a file's existence.
2009-11-19 bangerthAdd parentheses around expressions to avoid warning.
2009-11-19 kronbichlerForgot to fix one more problem.
2009-11-19 kronbichlerAvoid compile problem with std::pow by static_cast...
2009-11-18 bangerthUse numbers::PI instead of M_PI.
2009-11-18 bangerthAdd to xrefs.
2009-11-18 kronbichlerInclude missing inline declaration of function.
2009-11-18 kronbichlerUse IndexSet instead of Epetra_Map. This avoids using...
2009-11-16 bangerthUse a different variable name to avoid hiding a member...
2009-11-16 bangerthQualify fabs and sqrt properly with std::.
2009-11-16 bangerthInclude missing header file.
2009-11-16 bangerthQualify sscanf properly with std::.
2009-11-16 bangerthQualify fabs properly with std::.
2009-11-16 bangerthQualify fabs properly with std::.
2009-11-13 kronbichlerClean up parts of the code.
2009-11-13 kronbichlerCleanup Trilinos matrix: Small update in comments....
2009-11-13 kronbichlerCleanup Trilinos sparsity pattern. Make Slepc compile...
2009-11-13 kronbichlerApply some updates that have been developed in the...
2009-11-12 kronbichlerMove Quadrature::get_points() ad Quadrature::get_weight...
2009-11-12 youngFixed an error message. If SLEPc was not detected,...
2009-11-12 bangerthAdd.
2009-11-11 kronbichlerTwo tiny updates.
2009-11-11 bangerthAdd new tests. They may fail currently, but my machine...
2009-11-11 kanschatworking on inconsistency
2009-11-10 bangerthAdd.
2009-11-10 kanschatassemble global system without adaptivity
2009-11-10 kanschatcreate directory and file for step 39
2009-11-09 kronbichlerAvoid double instantiations in case vector iterators...
2009-11-09 bangerthAdd a test to see if vector iterators are just plain...
2009-11-09 bangerthFix comment.
2009-11-09 kronbichlerRemove nonsensical "inline".
2009-11-09 kronbichlerUse similar names for entering/leaving sectios in Timer...
2009-11-08 kronbichlerAvoid ambiguity in calculation of square root in Chebys...
2009-11-08 kronbichlerExtend the results section. Show comparison with sparse...
2009-11-08 bangerthClarify.
2009-11-08 bangerthI liked the reference to the Copenhagen interpretation...
2009-11-07 kronbichlerApply patch 20058 even on mainline.
2009-11-07 kronbichlerGenerate output with the new implementation of inner...
2009-11-07 kronbichlerRemove register declaration of variables altogether...
2009-11-07 kronbichlerDo not use register declarations for variables that...
2009-11-07 kronbichlerFix small heading issue with tt font.
2009-11-07 youngAdded a comment pointing out the fact that step-36...
2009-11-06 kronbichlerImprove comments a bit further.
2009-11-06 bangerthRemove a variable that is now no longer necessary.
2009-11-06 bangerthAdd one paragraph.
2009-11-06 bangerthAvoid a warning.
2009-11-05 bangerthRemove some code that didn't do anything.
2009-11-05 bangerthMake sure we link with each object file only once.
2009-11-05 bangerthFix a problem when overloading first_cell/next_cell...
2009-11-05 kronbichlerImplement an improved = operator for distributed vector...
2009-11-05 kronbichlerA boundary mass matrix does not make much sense in 1D.
2009-11-05 bangerthCompile numerics/vectors.cc first because it takes...
2009-11-05 kronbichlerFix distribute() function for distributed Trilinos...
2009-11-05 kronbichlerQualify names to avoid ambiguity with namespace of...
2009-11-05 kronbichlerName change in Vector class.
2009-11-05 kronbichlerThe updated inner product produced some different resul...
2009-11-05 kronbichlerChange to an implementation that has reduced roundoff...
2009-11-05 kronbichlerSimplify the hp_constraints tests by using one single...
2009-11-04 kronbichlerFix a typo.
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.