]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2009-02-18 Martin KronbichlerWhen Trilinos matrices are based on the same sparsity...
2009-02-18 Guido Kanschatfix documentation and make GridRefinement a namespace
2009-02-17 Guido Kanschatreplace a lot of ExcInternalError by more meaningful...
2009-02-17 Guido Kanschatreplace links to test data pages by a more persistent...
2009-02-17 Martin KronbichlerAdd inhomogeneity to the ConstraintMatrix class. Still...
2009-02-16 Guido Kanschatmailing list link
2009-02-16 Guido Kanschatnew directories
2009-02-16 Wolfgang BangerthIf using Trilinos, link with it.
2009-02-16 Wolfgang BangerthMove the dependence on Trilinos into the base libs...
2009-02-12 Wolfgang BangerthAdjust to older compilers in which declaring
2009-02-12 Wolfgang BangerthRefer to member function as
2009-02-11 Wolfgang BangerthList trilinos before blas on the command line.
2009-02-11 Wolfgang BangerthAdd one.
2009-02-11 Wolfgang BangerthUse 'entries.back()' instead of '*--entries.end()'...
2009-02-11 Wolfgang BangerthInclude <sstream> instead of <ostream> and hope that...
2009-02-11 Wolfgang BangerthMove DEAL_II_NAMESPACE_OPEN to where it belongs.
2009-02-10 Wolfgang BangerthDon't let doxygen see some inline functions since it...
2009-02-10 Wolfgang BangerthDETAILS_AT_TOP has become obsolete with doxygen 1.5.7
2009-02-10 Wolfgang BangerthUpdate output file.
2009-02-10 Wolfgang BangerthSet variable to correct size before passing to DoFTools...
2009-02-10 Wolfgang BangerthSet output array to correct size and only output elemen...
2009-02-10 Wolfgang BangerthSet output array to correct size and only output elemen...
2009-02-10 Wolfgang BangerthSet variable to correct size before passing to DoFTools...
2009-02-06 Wolfgang BangerthAdd one more testcase.
2009-02-06 Wolfgang BangerthFix erroneous resizing of output argument in count_dofs...
2009-02-06 Wolfgang BangerthLink to tutorial.
2009-02-05 Wolfgang BangerthAvoid a problem with doxygen not finding the matching...
2009-02-04 Wolfgang BangerthFix language based on feedback.
2009-02-04 Wolfgang BangerthAdd language
2009-02-04 Wolfgang BangerthAdd one more.
2009-01-30 Martin KronbichlerSome more things to make step-32 more similar to step-31.
2009-01-30 Martin KronbichlerOptimized constructor of Trilinos matrices on one proce...
2009-01-29 Wolfgang BangerthMake the compute_viscosity function 'const'.
2009-01-29 Wolfgang BangerthMake the compute_viscosity function 'const'.
2009-01-29 Wolfgang BangerthBring step-32 back in line with step-31 (at least for...
2009-01-28 Wolfgang BangerthReset to the same testcase as in step-31 so we can...
2009-01-28 Wolfgang BangerthA patch by Victor Prosolin <flyaway1212@gmail.com>...
2009-01-27 Wolfgang BangerthNotice server name change for svn.
2009-01-27 Martin KronbichlerDummy Trilinos objects need to be generated with MPI_CO...
2009-01-26 Martin KronbichlerUpdate comments in Trilinos AMG preconditioner.
2009-01-24 Wolfgang BangerthFix testcase for good this time.
2009-01-24 Wolfgang BangerthFix two issues that for whatever reason only on mac...
2009-01-23 Wolfgang BangerthRemove apparent leftover from times when I was trying...
2009-01-23 Martin KronbichlerWe can do the writing into Trilinos vectors better...
2009-01-23 Martin KronbichlerA few small changes that make the program a bit faster.
2009-01-23 Wolfgang BangerthAlso rename ThreadMutex->Mutex and ThreadCondition...
2009-01-23 Martin KronbichlerApply the changes that I accidentally submitted to...
2009-01-23 Wolfgang BangerthAddress the important problem that previously, whenever...
2009-01-22 Wolfgang BangerthIgnore report files I save for various svn revisions.
2009-01-22 Wolfgang BangerthPut back in the code that (de-)registers threads and...
2009-01-22 Wolfgang BangerthImplement sensible copy semantics for the Mutex class.
2009-01-22 Wolfgang BangerthMake compile on systems without cstdint.
2009-01-22 Wolfgang BangerthAdd directories that apparently need to exist on x86_64...
2009-01-21 Wolfgang BangerthRe-adjust tolerances again and produce new 'real generi...
2009-01-21 Wolfgang Bangerthadd
2009-01-20 Wolfgang BangerthAdd a few more.
2009-01-19 Wolfgang BangerthAdd a TODO.
2009-01-19 Wolfgang BangerthRe-apply Martin's patch 18223, since we now produce...
2009-01-19 Wolfgang BangerthGenerate a number of instantiations automatically using...
2009-01-19 Wolfgang BangerthAdd an explicit instantiation.
2009-01-19 Wolfgang BangerthAlso compile for codim-1.
2009-01-19 Wolfgang BangerthUndo Martin's patch 18223 for a moment since it leads...
2009-01-19 Wolfgang BangerthRevise the SPARSITY_PATTERN expansion.
2009-01-19 Wolfgang BangerthGenerate an expansion variable for sparsity patterns.
2009-01-19 Wolfgang BangerthSet properties.
2009-01-19 Wolfgang BangerthProperly set properties.
2009-01-19 Wolfgang BangerthProperly set properties.
2009-01-19 Wolfgang BangerthAdd required include file.
2009-01-19 Wolfgang BangerthReplace a C assert() by our own Assert().
2009-01-19 Wolfgang BangerthImplement Mutex and ConditionVariable using boost or...
2009-01-18 Wolfgang BangerthAdd include files for mutices and condition variables.
2009-01-18 Wolfgang BangerthInitialize a variable to avoid (spurious) warnings.
2009-01-18 Wolfgang BangerthCheck for a bug in gcc C++0x support.
2009-01-18 Wolfgang BangerthOnly compile boost threads when threads are actually...
2009-01-18 Wolfgang BangerthUpdate list of publications.
2009-01-14 Martin KronbichlerUse CompressedSimpleSparsityPattern to create mass...
2009-01-14 Wolfgang BangerthMake compile.
2009-01-14 Wolfgang BangerthProvide the boost thread implementation only if the...
2009-01-14 Wolfgang BangerthSet properties.
2009-01-14 Wolfgang BangerthSet properties.
2009-01-14 Wolfgang BangerthUse boost threads instead of doing everything ourselves...
2009-01-14 Wolfgang BangerthCheck for all those new C++0x header files.
2009-01-13 Wolfgang BangerthFix output.
2009-01-13 Wolfgang BangerthFix HalfHyperShellBoundary in 3d.
2009-01-13 Wolfgang BangerthMake sure we can use namespace std_cxx0x=std in C+...
2009-01-13 Martin KronbichlerMention TimerOutput class.
2009-01-13 Wolfgang BangerthFix stupid mistake in non-C++0x mode.
2009-01-13 Martin KronbichlerFixed a few functions so that TimerOutput actually...
2009-01-13 Wolfgang BangerthDetect whether compiler supports C++0x and if so enable...
2009-01-13 Wolfgang BangerthAdd missing header file for newer compilers (needed...
2009-01-13 Wolfgang BangerthUse alternative form to get at the elements of a tuple...
2009-01-13 Wolfgang BangerthUse new namespace std_cxx0x.
2009-01-13 Wolfgang BangerthRemove unnecessary include from boost.
2009-01-13 Wolfgang BangerthUse new namespace std_cxx0x.
2009-01-13 Wolfgang Bangerthadd
2009-01-13 Wolfgang BangerthUse new namespace std_cxx0x.
2009-01-13 Wolfgang BangerthUse namespace std_cxx0x where appropriate. The only...
2009-01-13 Wolfgang BangerthUse the new namespace std_cxx0x in lac/ as well.
2009-01-13 Wolfgang BangerthRemove unnecessary include files.
2009-01-13 Wolfgang BangerthUse a namespace std_cxx0x and import into it elements...
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.