]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2007-04-07 Guido Kanschatfix petsc problem
2007-04-07 Wolfgang BangerthRemove more unnecessary semicolons that the most recent...
2007-04-06 Wolfgang BangerthRemove stray semicolons
2007-04-06 Guido Kanschatenter volume and number for ACM article
2007-04-03 Wolfgang BangerthFix a typo.
2007-04-03 Wolfgang BangerthFix typos.
2007-04-03 Florian PrillFixed FullMatrix fill function.
2007-03-31 Wolfgang BangerthInvestigate (and comment on) why report+mail is so...
2007-03-30 Wolfgang BangerthMore comments in the derived classes.
2007-03-30 Wolfgang BangerthAdd comment.
2007-03-30 Wolfgang BangerthSlightly change wording a bit more.
2007-03-30 Wolfgang BangerthSlightly change wording.
2007-03-30 Guido Kanschatfix library name
2007-03-30 Guido KanschatAbort when BLAS is not correctly configured
2007-03-29 Wolfgang BangerthFix typo.
2007-03-29 Ralf HartmannAdd missing fabs function call.
2007-03-29 Florian PrillAdded value_type to FullMatrix class.
2007-03-28 Wolfgang BangerthMove a helper function into a namespace of its own...
2007-03-27 Wolfgang BangerthFix a few small issues.
2007-03-27 Wolfgang BangerthDon't set CC twice.
2007-03-27 Wolfgang BangerthRevert order of conditional to allow for a faster path...
2007-03-26 Wolfgang BangerthUse AC_TRY_LINK, not AC_TRY_COMPILE, as suggested today...
2007-03-23 Wolfgang BangerthAdd a missing factor c_0^2.
2007-03-23 Wolfgang BangerthExplain the transformation to an initial value problem.
2007-03-23 Wolfgang BangerthAlso change the signatures of functions if the function...
2007-03-22 Wolfgang BangerthFix a few issues found by Yulia.
2007-03-22 Wolfgang BangerthMake a few arguments constant for more efficiency and...
2007-03-22 Wolfgang BangerthFix a few typos.
2007-03-20 Wolfgang BangerthRelax tolerance in one other place as well.
2007-03-20 Wolfgang BangerthLink to visit and paraview. Do not link to HiVision...
2007-03-19 Wolfgang BangerthLink to a mailing list message.
2007-03-18 Guido Kanschatadd
2007-03-16 Wolfgang BangerthRemove
2007-03-16 Wolfgang Bangerthupdate
2007-03-16 Wolfgang BangerthSuppress very small constraints to avoid cluttering...
2007-03-16 Wolfgang Bangerthadd
2007-03-16 Wolfgang Bangerthadd
2007-03-16 Wolfgang BangerthAdd. We really shouldn't generate these miniscule const...
2007-03-16 Wolfgang Bangerthadd
2007-03-15 Wolfgang Bangerthadd
2007-03-15 Wolfgang BangerthAdd necessary include file, even if it appears that...
2007-03-15 Ralf HartmannAsk for Intel C compiler like for Intel C++ compiler...
2007-03-14 Tobias LeichtUndo accidental commit by Wolfgang in 14550.
2007-03-12 Guido KanschatUpdate after recent CylinderBoundary changes.
2007-03-12 Guido Kanschatadd
2007-03-10 Wolfgang BangerthFix output after initializing local variable in DoFTools
2007-03-10 Wolfgang BangerthInitialize local variables.
2007-03-10 Wolfgang BangerthNew DoFTools::make_sparsity_pattern and GridTools:...
2007-03-10 Wolfgang BangerthNew DoFTools::make_sparsity_pattern and GridTools:...
2007-03-10 Wolfgang BangerthMinor changes after the recent update of the CylinderBo...
2007-03-10 Wolfgang BangerthMinor changes after the recent update of the CylinderBo...
2007-03-10 Wolfgang Bangerthupdate output file after the recent update to bicgstab...
2007-03-10 Wolfgang BangerthCheck in correct output file.
2007-03-10 Wolfgang BangerthAdd new output files.
2007-03-09 Wolfgang BangerthFix output
2007-03-09 Wolfgang BangerthOutput the numbers of the DoF, not of the constraint...
2007-03-09 Wolfgang BangerthLimit the number of cycles we have to do.
2007-03-09 Wolfgang BangerthAdd an assertion to make sure that a DoF isn't constrai...
2007-03-09 Wolfgang BangerthSimplify the output we generate for dot graphs. Include...
2007-03-08 Wolfgang BangerthGenerate the graph of constraints as an aid to debugging.
2007-03-08 Wolfgang BangerthGenerate output in dot format.
2007-03-08 Wolfgang BangerthGenerate output in dot format.
2007-03-08 Wolfgang BangerthOne more test
2007-03-08 Wolfgang BangerthFixed: The
2007-03-08 Wolfgang BangerthFixed: The
2007-03-08 Wolfgang BangerthHandle arbitrarily oriented and located cylinders.
2007-03-08 Wolfgang BangerthMore tests. Fix default output.
2007-03-08 Wolfgang BangerthMore tests
2007-03-08 Wolfgang Bangerthupdate comment
2007-03-08 Wolfgang BangerthNew test
2007-03-07 Wolfgang BangerthA crash in the Kelly EE.
2007-03-07 Wolfgang BangerthSupport 3d as well in some places.
2007-03-07 Wolfgang BangerthAdd a test that currently produces circular constraints.
2007-03-07 Wolfgang BangerthAlso record assembly and solve times.
2007-03-07 Wolfgang BangerthFix a bug in bicgstab reported last week by Roger Young.
2007-03-06 Wolfgang BangerthAlso work in 3d.
2007-03-06 Wolfgang BangerthLoosen tolerances to allow for Q7 elements in 2d.
2007-03-06 Wolfgang BangerthFix a problem with what happens when we have no polynom...
2007-03-06 Wolfgang BangerthRemove a TODO
2007-03-06 Wolfgang BangerthUse the copy constructors to make copies of finite...
2007-03-06 Wolfgang BangerthSimplify construction of the RT polynomial space. In...
2007-03-06 Wolfgang BangerthLeave a TODO
2007-03-06 Wolfgang BangerthMinor cleanup.
2007-03-06 Wolfgang BangerthAllow using the copy constructor. Change clone() to...
2007-03-06 Wolfgang BangerthAllow using the copy constructor of FiniteElement.
2007-03-06 Wolfgang Bangerthadd
2007-03-06 Wolfgang BangerthRemove accidental JobID
2007-03-06 Wolfgang Bangerthadd
2007-03-06 Wolfgang BangerthLeave a TODO for Guido.
2007-03-06 Wolfgang BangerthFix mark-up again.
2007-03-06 Wolfgang BangerthRe-order some member functions and variables.
2007-03-06 Wolfgang BangerthRemove some now outdated comments.
2007-03-06 Wolfgang BangerthFix some markups.
2007-03-06 Wolfgang BangerthFix html tag.
2007-03-06 Wolfgang BangerthLet 'doc' be an alias to 'online-doc', since one so...
2007-03-06 Ralf HartmannBug fix in GridIn::parse_tecplot_header: Replace refere...
2007-03-05 Wolfgang BangerthMove some documentation. Document the new partial speci...
2007-03-05 Wolfgang BangerthSplit the TriaAccessor class into two, one that handles...
2007-03-05 Wolfgang BangerthAdd some timers to produce numbers for the paper.
2007-03-05 Wolfgang BangerthSimplify an assertion
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.