]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2009-02-24 Wolfgang BangerthDo more instantiations automatically.
2009-02-23 Martin KronbichlerWhen making hanging node constraints, take inhomogeneit...
2009-02-23 Martin KronbichlerNow the ConstraintMatrix seems to work also for inhomog...
2009-02-23 Wolfgang BangerthAlso instantiate functions for SparseMatrixEZ
2009-02-23 Wolfgang BangerthImplement the other add() functions needed in the Const...
2009-02-23 Martin KronbichlerI thought I had gotten the combination of hanging nodes...
2009-02-23 Luca HeltaiAdded preliminary version of step-34. BEM.
2009-02-23 Wolfgang BangerthWork around a problem with the Intel icc 10.1 compiler.
2009-02-23 Wolfgang BangerthFix initialization of unsigned integers.
2009-02-23 Wolfgang BangerthRemove unnecessary friend declaration altogether.
2009-02-23 Wolfgang BangerthFix number of template arguments of a friend class.
2009-02-23 Wolfgang BangerthFix number of template arguments of a friend class.
2009-02-23 Wolfgang BangerthRemove a stray empty line.
2009-02-22 Wolfgang BangerthMove the warning message to the bottom of the output...
2009-02-21 Martin KronbichlerAdd one instantiation of make_zero_boundary_constraints.
2009-02-21 Martin KronbichlerComplete the implementation of inhomogeneous constraint...
2009-02-21 Wolfgang BangerthQualify names of sparsity patterns with dealii:: to...
2009-02-21 Wolfgang BangerthQualify names of sparsity patterns with dealii:: to...
2009-02-20 Wolfgang BangerthFix a formula.
2009-02-19 Wolfgang BangerthHow stupid of me to check in something that didn't...
2009-02-19 Wolfgang BangerthExtend the number of meeting cells in max_couplings_per...
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.
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.