]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2008-12-14 bangerthadd
2008-12-14 bangerthUpdate
2008-12-14 bangerthAlso provide ways to extract symmetric gradients and...
2008-12-14 bangerthadd
2008-12-14 bangerthAlso optimize get_function_gradients/hessians.
2008-12-14 bangerthOptimize the get_function_values function in Vector.
2008-12-13 bangerthUse extractors to access only the velocity values.
2008-12-13 bangerthMake test pass.
2008-12-13 bangerthFirst version of get_function_* for Vector extractors...
2008-12-13 bangerthMove the declaration of a few member classes to the...
2008-12-13 bangerthHand-optimize a case in the hot path of the symmetric_g...
2008-12-13 bangerthAdd a cast to make a conversion valid in code that...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard an explicit specialization to avoid multiple...
2008-12-13 bangerthMark a bunch of explicit specializations as inline...
2008-12-13 bangerthGuard two explicit specializations to avoid multiple...
2008-12-13 bangerthRemove accidentally copied files.
2008-12-13 bangerthAdd the ability to query for the values/gradients/...
2008-12-11 bangerthDocument FEValuesViews changes.
2008-12-11 bangerthUndo the previous change: it actually proved counter...
2008-12-11 bangerthDo some common subexpression elimination by hand.
2008-12-11 bangerthChange the way we store data to keep thing accessed...
2008-12-11 bangerthRemove a field no longer needed.
2008-12-11 bangerthAdd specializations for symmetrize for the various...
2008-12-11 bangerthInitialize variable.
2008-12-11 bangerthCache even more data to make the case of primitive...
2008-12-11 bangerthModify the FEValuesViews classes so that they compute...
2008-12-10 bangerthAlso move the functions that deal with vertex dofs...
2008-12-09 kronbichlerThere was another error in the new get_function_*.
2008-12-09 kronbichlerCorrected one mistake.
2008-12-09 kronbichlerThe previous implementation of FEValues::get_function_v...
2008-12-09 bangerthFix a problem where we overwrite things we've figured...
2008-12-09 bangerthMove a bunch more functions from the DoFHandler classes...
2008-12-08 bangerthAvoid one problem with missing references by moving...
2008-12-08 bangerthProvide a few function stubs that are never called...
2008-12-08 bangerthWork around the problem that gcc4.0 doesn't make member...
2008-12-08 bangerthDocument anisotropic refinement.
2008-12-08 bangerthDocument interfaces to Trilinos.
2008-12-08 bangerthDocument the codimension one changes.
2008-12-08 bangerthFix up an entry.
2008-12-08 bangerthRemove outdated file.
2008-12-08 bangerthMove new boost version into place.
2008-12-08 bangerthRemove boost 1.36.
2008-12-08 bangerthImport boost 1.37.
2008-12-07 heltaiFixed a couple of missing spacedims
2008-12-07 heltaiUpdated function parser version
2008-12-05 bangerthUpdate a couple of entries atfer the merge.
2008-12-05 bangerthAdd some stuff from the branch.
2008-12-05 bangerthAdd new testcases from the branch that wouldn't let...
2008-12-05 bangerthFix an oversight in the number of iterations.
2008-12-05 bangerthAdd the codim_one tests. For some reason, svn doesn...
2008-12-05 bangerthDo most of the merge from branch_codimension_one. A...
2008-12-05 bangerthMerge branch_codimension_one.
2008-12-05 bangerthOne more.
2008-12-05 youngcorrected a weird comment
2008-12-05 bangerthSlighty re-write one entry.
2008-12-04 bangerthupdate
2008-12-04 bangerthUpdate
2008-12-04 youngAdded function DoFTools::make_zero_boundary_constraints
2008-12-03 kronbichlerUpdated output for new settings.
2008-12-03 kronbichlerSimplified the temperature rhs assembly. Use IC precond...
2008-12-03 kronbichlerUse IC preconditioner for temperature system.
2008-12-02 bangerthClarify documentation in one point.
2008-12-02 kronbichlerCorrected an obvious error in time step calculation...
2008-12-02 kronbichlerImproved the function that adds a Trilinos sparse matri...
2008-11-30 bangerthRemove svn:mergeinfo property.
2008-11-30 bangerthUse the usual format of reporting problems when a test...
2008-11-30 bangerthSay what we are doing. This gives a better feedback...
2008-11-30 bangerthAdd missing header file.
2008-11-28 kronbichlerCosmetic change.
2008-11-28 kronbichlerMade the collective add and set functions a bit faster.
2008-11-28 kronbichlerWhen running in multithreading mode, the lock is change...
2008-11-27 kronbichlerConstraintMatrix::distribute_local_to_global() uses...
2008-11-27 kronbichlerSlight update in SparseMatrix collective add/set functi...
2008-11-27 kronbichlerCorrected an error in collective add function.
2008-11-27 bangerthPut entry into the right section. Rewrite a bit.
2008-11-27 youngSLEPc Log file
2008-11-27 youngAutodetect SLEPc based on the PETSc config
2008-11-26 kronbichlerThe deal.II SparseMatrix class can now set a FullMatrix...
2008-11-26 kronbichlerUse row-wise addition into matrices also for PETSc...
2008-11-26 bangerthTouch up in a few places.
2008-11-26 bangerthReimplement parts of the VectorTools::interpolate_bound...
2008-11-25 bangerthAdd a missing assertion.
2008-11-25 kronbichlerWhen initializing the Trilinos sparse matrix, use an...
2008-11-24 kronbichlerCorrected some more errors in Trilinos sparse matrix...
2008-11-24 kronbichlerCorrected an error when adding/setting a FullMatrix...
2008-11-24 kronbichlerThe function TrilinosWrappers::SparseMatrix::add()...
2008-11-24 kronbichlerCorrected an error in add() and set function of Trilino...
2008-11-24 kronbichlerUpdate of the tests of collective Trilinos add and...
2008-11-24 kronbichlerUndo the changes in 17683.
2008-11-22 kronbichlerInline the functions that add elements to Trilinos...
2008-11-22 kronbichlerAdded some tests for Trilinos collective add and set...
2008-11-22 kronbichlerAdded some tests for Trilinos collective add and set...
2008-11-21 kronbichlerIntroduced a few add() and set() functions for Trilinos...
2008-11-21 kronbichlerChanged the vmult_add function to make it a bit faster...
2008-11-21 kronbichlerRemoved an unnecessary assertion.
2008-11-21 kronbichlerAccelerated the addition into vectors a bit by directly...
2008-11-21 kronbichlerAdded the way elements are inserted/replaced/added...
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.