]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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...
2009-01-13 Wolfgang BangerthAdd missing include file.
2009-01-13 Guido Kanschatroundoff
2009-01-13 Guido Kanschatcell_JxW_values, which was not really the right concept...
2009-01-12 Guido Kanschatimproved has_support_on_face in RaviartThomasNodal
2009-01-12 Wolfgang BangerthUse data structures better adjusted to the task. Use...
2009-01-12 Martin KronbichlerUse a reasonable final time.
2009-01-12 Martin KronbichlerProvide a function for generating nice output of comput...
2009-01-12 Martin KronbichlerSlight update in comments.
2009-01-10 Wolfgang BangerthRemove generated files.
2009-01-10 Wolfgang BangerthSuppress miniscule numbers.
2009-01-10 Wolfgang BangerthRegenerate output after Guido's transform() changes.
2009-01-10 Wolfgang BangerthMatch output precision to avoid up- or down-rounding.
2009-01-10 Wolfgang BangerthMatch output precision to avoid up- or down-rounding.
2009-01-10 Wolfgang BangerthFix output files, adjusting to Guido's recent changes.
2009-01-10 Wolfgang BangerthUse a precision that doesn't lead to .5 round-up or...
2009-01-09 Wolfgang Bangerthxref step-33.
2009-01-09 Wolfgang BangerthTake over functionally neutral changes from branch_thre...
2009-01-09 Guido Kanschatmore cleaning of FE_RT
2009-01-09 Guido Kanschatnew support faces for FE_RTN
2009-01-09 Guido Kanschatdo some cleaning in the RT elements
2009-01-09 Guido Kanschatr18134 did not compile
2009-01-09 Martin KronbichlerSome more changes in the AMG settings. The option Uncou...
2009-01-09 Wolfgang BangerthOops, checked in on the wrong branch. Undo previous...
2009-01-09 Wolfgang BangerthFirst attempt at getting things to work in non-MT mode...
2009-01-09 Wolfgang BangerthUpdate test results.
2009-01-09 Martin KronbichlerNeed a setting that is the same on all processors :-(.
2009-01-09 Martin KronbichlerNeed to change the settings in AMG setup once again.
2009-01-09 Wolfgang BangerthRaise the threshold for output. Regenerate output files.
2009-01-09 Martin KronbichlerWrong parameter.
2009-01-09 Martin KronbichlerSome minor changes in AMG preconditioner to make it...
2009-01-09 Martin KronbichlerSimplified a the refine grid function a bit.
2009-01-08 Wolfgang BangerthAvoid accessing elements beyond the end of a tensor...
2009-01-08 Wolfgang BangerthNo need to use @ref when refering to another tutorial...
2009-01-08 Wolfgang BangerthFix a snafu from last night: the function I moved into...
2009-01-08 Ralf HartmannAvoid gcc4.1.2 warning: call of overloaded check(int...
2009-01-08 Martin KronbichlerProvide an implementation of hyper_shell_boundary in 3D.
2009-01-08 Toby D. YoungA few PETSc helper functions
2009-01-08 Wolfgang BangerthMove the remaining private functions of the DoFTools...
2009-01-08 Guido Kanschatcomparison files adjusted for roundoff errors due to...
2009-01-08 Guido Kanschattransformations moved into Mapping
2009-01-07 Martin KronbichlerTests for Trilinos sparsity pattern.
2009-01-07 Martin KronbichlerSome more functions in TrilinosWrappers::SparsityPattern.
2009-01-07 Martin KronbichlerNeed to set up MPI_InitFinalize for Trilinos programs...
2009-01-07 Martin KronbichlerThe step-33 tutorial program now uses Trilinos wrapper...
2009-01-07 Martin KronbichlerThe Timer class can now also return the wall time for...
2009-01-07 Martin KronbichlerTimer class can now also return the wall time.
2009-01-06 Wolfgang BangerthRegenerate.
2009-01-06 Guido Kanschatroundoff
2009-01-06 Guido Kanschatroundoff
2009-01-06 Guido Kanschatuse new Piola transform for vector valued functions
2009-01-06 Wolfgang BangerthAdd the ability to do things like 'export CXX="g+...
2009-01-06 Wolfgang BangerthAvoid a couple of warnings by xlC.
2009-01-06 Toby D. YoungIgnore test zero boundary constraints generated files
2009-01-06 Toby D. YoungTest zero boundary constraints
2009-01-06 Wolfgang BangerthAdd a dummy return value in an unreachable place.
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.