]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2009-02-23 bangerthWork around a problem with the Intel icc 10.1 compiler.
2009-02-23 bangerthFix initialization of unsigned integers.
2009-02-23 bangerthRemove unnecessary friend declaration altogether.
2009-02-23 bangerthFix number of template arguments of a friend class.
2009-02-23 bangerthFix number of template arguments of a friend class.
2009-02-23 bangerthRemove a stray empty line.
2009-02-22 bangerthMove the warning message to the bottom of the output...
2009-02-21 kronbichlerAdd one instantiation of make_zero_boundary_constraints.
2009-02-21 kronbichlerComplete the implementation of inhomogeneous constraint...
2009-02-21 bangerthQualify names of sparsity patterns with dealii:: to...
2009-02-21 bangerthQualify names of sparsity patterns with dealii:: to...
2009-02-20 bangerthFix a formula.
2009-02-19 bangerthHow stupid of me to check in something that didn't...
2009-02-19 bangerthExtend the number of meeting cells in max_couplings_per...
2009-02-18 kronbichlerWhen Trilinos matrices are based on the same sparsity...
2009-02-18 kanschatfix documentation and make GridRefinement a namespace
2009-02-17 kanschatreplace a lot of ExcInternalError by more meaningful...
2009-02-17 kanschatreplace links to test data pages by a more persistent...
2009-02-17 kronbichlerAdd inhomogeneity to the ConstraintMatrix class. Still...
2009-02-16 kanschatmailing list link
2009-02-16 kanschatnew directories
2009-02-16 bangerthIf using Trilinos, link with it.
2009-02-16 bangerthMove the dependence on Trilinos into the base libs...
2009-02-12 bangerthAdjust to older compilers in which declaring
2009-02-12 bangerthRefer to member function as
2009-02-11 bangerthList trilinos before blas on the command line.
2009-02-11 bangerthAdd one.
2009-02-11 bangerthUse 'entries.back()' instead of '*--entries.end()'...
2009-02-11 bangerthInclude <sstream> instead of <ostream> and hope that...
2009-02-11 bangerthMove DEAL_II_NAMESPACE_OPEN to where it belongs.
2009-02-10 bangerthDon't let doxygen see some inline functions since it...
2009-02-10 bangerthDETAILS_AT_TOP has become obsolete with doxygen 1.5.7
2009-02-10 bangerthUpdate output file.
2009-02-10 bangerthSet variable to correct size before passing to DoFTools...
2009-02-10 bangerthSet output array to correct size and only output elemen...
2009-02-10 bangerthSet output array to correct size and only output elemen...
2009-02-10 bangerthSet variable to correct size before passing to DoFTools...
2009-02-06 bangerthAdd one more testcase.
2009-02-06 bangerthFix erroneous resizing of output argument in count_dofs...
2009-02-06 bangerthLink to tutorial.
2009-02-05 bangerthAvoid a problem with doxygen not finding the matching...
2009-02-04 bangerthFix language based on feedback.
2009-02-04 bangerthAdd language
2009-02-04 bangerthAdd one more.
2009-01-30 kronbichlerSome more things to make step-32 more similar to step-31.
2009-01-30 kronbichlerOptimized constructor of Trilinos matrices on one proce...
2009-01-29 bangerthMake the compute_viscosity function 'const'.
2009-01-29 bangerthMake the compute_viscosity function 'const'.
2009-01-29 bangerthBring step-32 back in line with step-31 (at least for...
2009-01-28 bangerthReset to the same testcase as in step-31 so we can...
2009-01-28 bangerthA patch by Victor Prosolin <flyaway1212@gmail.com>...
2009-01-27 bangerthNotice server name change for svn.
2009-01-27 kronbichlerDummy Trilinos objects need to be generated with MPI_CO...
2009-01-26 kronbichlerUpdate comments in Trilinos AMG preconditioner.
2009-01-24 bangerthFix testcase for good this time.
2009-01-24 bangerthFix two issues that for whatever reason only on mac...
2009-01-23 bangerthRemove apparent leftover from times when I was trying...
2009-01-23 kronbichlerWe can do the writing into Trilinos vectors better...
2009-01-23 kronbichlerA few small changes that make the program a bit faster.
2009-01-23 bangerthAlso rename ThreadMutex->Mutex and ThreadCondition...
2009-01-23 kronbichlerApply the changes that I accidentally submitted to...
2009-01-23 bangerthAddress the important problem that previously, whenever...
2009-01-22 bangerthIgnore report files I save for various svn revisions.
2009-01-22 bangerthPut back in the code that (de-)registers threads and...
2009-01-22 bangerthImplement sensible copy semantics for the Mutex class.
2009-01-22 bangerthMake compile on systems without cstdint.
2009-01-22 bangerthAdd directories that apparently need to exist on x86_64...
2009-01-21 bangerthRe-adjust tolerances again and produce new 'real generi...
2009-01-21 bangerthadd
2009-01-20 bangerthAdd a few more.
2009-01-19 bangerthAdd a TODO.
2009-01-19 bangerthRe-apply Martin's patch 18223, since we now produce...
2009-01-19 bangerthGenerate a number of instantiations automatically using...
2009-01-19 bangerthAdd an explicit instantiation.
2009-01-19 bangerthAlso compile for codim-1.
2009-01-19 bangerthUndo Martin's patch 18223 for a moment since it leads...
2009-01-19 bangerthRevise the SPARSITY_PATTERN expansion.
2009-01-19 bangerthGenerate an expansion variable for sparsity patterns.
2009-01-19 bangerthSet properties.
2009-01-19 bangerthProperly set properties.
2009-01-19 bangerthProperly set properties.
2009-01-19 bangerthAdd required include file.
2009-01-19 bangerthReplace a C assert() by our own Assert().
2009-01-19 bangerthImplement Mutex and ConditionVariable using boost or...
2009-01-18 bangerthAdd include files for mutices and condition variables.
2009-01-18 bangerthInitialize a variable to avoid (spurious) warnings.
2009-01-18 bangerthCheck for a bug in gcc C++0x support.
2009-01-18 bangerthOnly compile boost threads when threads are actually...
2009-01-18 bangerthUpdate list of publications.
2009-01-14 kronbichlerUse CompressedSimpleSparsityPattern to create mass...
2009-01-14 bangerthMake compile.
2009-01-14 bangerthProvide the boost thread implementation only if the...
2009-01-14 bangerthSet properties.
2009-01-14 bangerthSet properties.
2009-01-14 bangerthUse boost threads instead of doing everything ourselves...
2009-01-14 bangerthCheck for all those new C++0x header files.
2009-01-13 bangerthFix output.
2009-01-13 bangerthFix HalfHyperShellBoundary in 3d.
2009-01-13 bangerthMake sure we can use namespace std_cxx0x=std in C+...
2009-01-13 kronbichlerMention TimerOutput class.
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.