]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2010-01-25 Wolfgang BangerthMake at least compile.
2010-01-24 Wolfgang BangerthFix a recently introduced bug where we started counting...
2010-01-23 Wolfgang BangerthWhen doing 'make clean', also remove *.inst files....
2010-01-20 Wolfgang BangerthRename bdry->boundary, ngbr->neighbor.
2010-01-20 Wolfgang BangerthUpdate documentation.
2010-01-20 Wolfgang BangerthGet rid of the IntegratingAssembler class
2010-01-20 Wolfgang BangerthFirst step in getting rid of the AssemblingIntegrator...
2010-01-20 Wolfgang BangerthMinor cleanup, documentation fixes.
2010-01-20 Wolfgang BangerthGet rid again of the DGIntegrator class and re-merge...
2010-01-20 Wolfgang BangerthUse const references instead of copies.
2010-01-20 Wolfgang BangerthUse function<> objects rather than hard-coded names...
2010-01-20 Wolfgang BangerthUse function<> objects rather than hard-coded names...
2010-01-20 Wolfgang BangerthRemove unused local variable.
2010-01-20 Wolfgang BangerthSimplify code slightly.
2010-01-20 Wolfgang BangerthMinor simplification.
2010-01-19 Wolfgang BangerthMake function more generic by taking function<> objects...
2010-01-19 Wolfgang BangerthAlso encode the library path through -rpath when linkin...
2010-01-17 Wolfgang BangerthExtract integral parameters with get_integer().
2010-01-15 Wolfgang BangerthMake compile again. Currently fails, however.
2010-01-15 Wolfgang BangerthMake compile again. Currently fails, however.
2010-01-15 Wolfgang BangerthMake compile again.
2010-01-15 Wolfgang BangerthMake compile again.
2010-01-15 Wolfgang BangerthGet closer to compiling again.
2010-01-15 Wolfgang BangerthAdd missing include file.
2010-01-15 Wolfgang BangerthAdd a few missing include files.
2010-01-15 Wolfgang BangerthMove event.{cc,h} into base.
2010-01-15 Wolfgang BangerthRename .cc file to match .h file.
2010-01-15 Martin KronbichlerSlight cleanup in SSOR preconditioner.
2010-01-15 Guido Kanschatfix Newton stepsize output
2010-01-15 Guido Kanschatsome fixes
2010-01-13 Martin KronbichlerFix typo.
2010-01-13 Martin KronbichlerForgot to declare function as inline.
2010-01-13 Martin KronbichlerOne more fix when PETSc is used.
2010-01-13 Martin KronbichlerFix PETSc error.
2010-01-13 Martin KronbichlerAdd a print function for Trilinos block vector.
2010-01-13 Martin KronbichlerClean up include files.
2010-01-13 Guido Kanschatrename file consistent with spelling of class
2010-01-13 Guido KanschatThetaTimestepping implemented and ready for testing
2010-01-13 Tobias LeichtAvoid using level information explicitly as this might...
2010-01-13 Toby D. YoungRemoved a call to MaTCompress (matrix); This function...
2010-01-13 Martin KronbichlerFix compile problems.
2010-01-13 Guido Kanschatset missing properties
2010-01-13 Guido Kanschatset missing properties
2010-01-12 Wolfgang BangerthOnly list MADDs tutorial programs if they are there.
2010-01-12 Guido Kanschatstart algorithms library
2010-01-11 Wolfgang BangerthAutomatically generate deal.dox.
2010-01-11 Guido Kanschatmaking MeshWorker use data vectors
2010-01-11 Wolfgang BangerthAdjust in one place to fix the formatting. A couple...
2010-01-10 Guido Kanschatadd MeshWorker module
2010-01-10 Guido Kanschatmake documentation compilable again after odd changes...
2010-01-10 Guido Kanschatadd the steps graph to the repository. No need to regen...
2010-01-09 Guido Kanschatfixed a lot of errors in block assemblers
2010-01-09 Wolfgang BangerthBe more careful with instantiations.
2010-01-09 Wolfgang BangerthInstantiate a couple functions also for MGDoFHandler...
2010-01-09 Wolfgang BangerthInstantiate things also for 1,2 and 2,3.
2010-01-09 Wolfgang BangerthMove reserve_space into the Implementation structure...
2010-01-08 Wolfgang BangerthInstantiate functions as necessary.
2010-01-08 Wolfgang BangerthMove MGDoFHandler::distribute_dofs_on_cell into a class...
2010-01-08 Baerbel Jannsenseveral instantiations for MGDoFHandler added
2010-01-08 Baerbel Jannseninstantiations for MGDoFHandler added
2010-01-08 Baerbel Jannsenchanged DoFHandler<dim> to DoFHandler<dim,spacedim...
2010-01-08 Thomas Wickadd constructor for FESystem with four base elements
2010-01-08 Wolfgang BangerthMinor edits of little things.
2010-01-08 Wolfgang BangerthSmall edits.
2010-01-07 Wolfgang BangerthUse correct (?) sign.
2010-01-07 Wolfgang BangerthCheck size, rather than assuming that it is already...
2010-01-07 Wolfgang BangerthProperly size arguments to MGTools::count_dofs_per_block().
2010-01-07 Wolfgang BangerthUse proper forward declaration.
2010-01-07 Wolfgang BangerthIt is now necessary to initialize an output array....
2010-01-07 Baerbel JannsenUMFPACK is smoother
2010-01-06 Wolfgang BangerthSuppress output unless specifically directed.
2010-01-06 Wolfgang BangerthMake things work.
2010-01-06 Baerbel Jannsenrenumber_component_wise on each level
2010-01-06 Wolfgang BangerthBetter output.
2010-01-06 Wolfgang BangerthTake over patch 20101 from the distributed grids branch.
2010-01-06 Wolfgang BangerthBetter output.
2010-01-06 Wolfgang BangerthRemove nonsensical std::flush.
2010-01-06 Baerbel Jannsengrid output
2010-01-06 Baerbel Jannsenset_edge_matrices
2010-01-06 Wolfgang BangerthRemove functions and variables we don't need any more...
2010-01-06 Wolfgang BangerthMake sure we don't produce a memory leak.
2010-01-06 Wolfgang BangerthMake one function virtual.
2010-01-06 Wolfgang BangerthRemove rather poinless file.
2010-01-06 Wolfgang BangerthUse homogenous boundary values, to avoid an assertion...
2010-01-06 Baerbel Jannsenoutput removed
2010-01-06 Wolfgang BangerthRevert Makefile.
2010-01-06 Baerbel Jannsenchanged MGTools::count_dofs_per_component to count_dofs...
2010-01-06 Wolfgang BangerthFix one more problem.
2010-01-06 Wolfgang BangerthFix output. Run one more test.
2010-01-06 Wolfgang BangerthFix a bug.
2010-01-06 Wolfgang BangerthMove functions into .cc files that are only used in...
2010-01-06 Wolfgang BangerthLocalize typedefs, rather than polluting the dealii...
2010-01-06 Wolfgang BangerthFix wrong name of template argument.
2010-01-06 Baerbel Jannsenchanged the reinit_vector function
2010-01-05 Wolfgang BangerthUse just implemented facilities for setting component...
2010-01-05 Wolfgang BangerthAllow to say which components fit how into blocks.
2010-01-05 Wolfgang BangerthProperly indent.
2010-01-05 Wolfgang BangerthMove the reinit_vector functions into an internal names...
2010-01-05 Baerbel Jannsenfixed the same bug in MGTools::count_dofs_per_block...
2010-01-05 Wolfgang BangerthFix one problem.
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.