]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2008-10-30 Wolfgang BangerthMake sure that the Trilinos and Petsc libs come after...
2008-10-30 Wolfgang BangerthEpetra depends on Teuchos, so move the latter towards...
2008-10-29 Wolfgang BangerthFurther cleanup after bothced commit.
2008-10-29 Wolfgang BangerthRemove input files that aren't needed here (we get...
2008-10-29 Wolfgang BangerthClean up after previously botched commit.
2008-10-29 Wolfgang BangerthAdd simpler test.
2008-10-29 Wolfgang BangerthAlso output level wise information.
2008-10-29 Wolfgang BangerthAdd new testcase.
2008-10-29 Wolfgang BangerthSort Trilinos libs by dependency. This is necessary...
2008-10-29 Wolfgang BangerthRemove -static from the linker flags when using static...
2008-10-29 Martin KronbichlerUse viscosity 2 eta instead of eta in Stokes system...
2008-10-29 Wolfgang BangerthRestructure the TrilinosTools a bit: Call it System...
2008-10-29 Wolfgang BangerthAdd comment.
2008-10-29 Martin KronbichlerChanged some comment when interpolating the Stokes...
2008-10-29 Wolfgang BangerthPatch by Christian Cornelssen: Make links relative...
2008-10-29 Wolfgang BangerthSimplify things a bit: let all DataOut* classes use...
2008-10-29 Wolfgang BangerthRegenerate
2008-10-29 Wolfgang BangerthReindent.
2008-10-29 Wolfgang BangerthSpecify a few template arguments explicitly to help...
2008-10-28 Wolfgang BangerthMake things work with xlC
2008-10-28 Wolfgang BangerthIBM's xlC is unhappy if we do -DBOOST_NO_SLIST on the...
2008-10-28 Wolfgang BangerthCan run on AIX using gcc4.3
2008-10-28 Wolfgang BangerthAdd newline to end of file. Apparently this confuses...
2008-10-28 Wolfgang BangerthDo resize left hand side operand in BlockVector::operat...
2008-10-28 Wolfgang BangerthMore comments.
2008-10-28 Wolfgang BangerthTake over some changes from step-31.
2008-10-28 Wolfgang BangerthWrite time step in a more standard format.
2008-10-28 Wolfgang BangerthFix up a number of other issues and finish reading...
2008-10-28 Martin KronbichlerComment the output strategy when using the new time...
2008-10-28 Wolfgang BangerthOnly create the memory leak when linking with Trilinos.
2008-10-28 Martin KronbichlerNow the Stokes solution is computed at the old time...
2008-10-27 Wolfgang BangerthUpdate test results after the change to the .cc file.
2008-10-27 Wolfgang BangerthUpdate after the fix to GridOut in 17156.
2008-10-27 Wolfgang BangerthEncode in the finite element name which quadrature...
2008-10-27 Wolfgang Bangerthupdate
2008-10-27 Wolfgang Bangerthupdate
2008-10-27 Timo HeisterAdded MatrixTools::apply_boundary_values for PETScWrapp...
2008-10-27 Wolfgang BangerthFurther cleanups and documentation work.
2008-10-27 Martin KronbichlerSlight changes in comments.
2008-10-27 Wolfgang BangerthMore docs.
2008-10-27 Wolfgang BangerthUpdate after fix to GridOut in 17155.
2008-10-27 Wolfgang BangerthUpdate after the changes to the Triangulation class...
2008-10-27 Wolfgang BangerthComment on two more functions. Change choice of quadrat...
2008-10-27 Wolfgang BangerthNew results after the change 17156 for the gnuplot...
2008-10-26 Wolfgang BangerthPatch by Christian Cornelssen: If on .so systems, use...
2008-10-26 Wolfgang BangerthPatch by Christian Cornelssen: Fix an obvious misspelling.
2008-10-25 Wolfgang BangerthReindent.
2008-10-25 Wolfgang BangerthFix one bug (weighting the Schur complement) and add...
2008-10-24 Martin KronbichlerSome small updates.
2008-10-24 Martin KronbichlerUpdated some comments, removed some unnecessary code.
2008-10-24 Martin KronbichlerCorrected one error.
2008-10-24 Martin KronbichlerWrote a TrilinosTools class that makes the use of Trili...
2008-10-24 Martin KronbichlerRemoved some nonsens.
2008-10-23 Wolfgang BangerthGenerate template instantiations for all currently...
2008-10-23 Wolfgang BangerthDon't forget to also multiply the preconditioner term...
2008-10-23 Martin KronbichlerNow step-31 is fully commented. However, one should...
2008-10-23 Martin KronbichlerUnify constructors in Trilinos matrices.
2008-10-23 Wolfgang BangerthAdd a function that allows to generate a sparse matrix...
2008-10-23 Wolfgang BangerthFix references to PETSc.
2008-10-23 Wolfgang BangerthFix a few references to non-existent classes.
2008-10-23 Wolfgang BangerthWe don't support Trilinos full matrix types.
2008-10-23 Wolfgang BangerthFix copyright dates.
2008-10-23 Wolfgang BangerthAlways copy vector in equ.
2008-10-23 Wolfgang BangerthUpdate several tests.
2008-10-23 Wolfgang BangerthThe template functions that copied a deal.II vector...
2008-10-23 Wolfgang BangerthAdd a bunch of tests for Trilinos. Many of them fail...
2008-10-23 Wolfgang BangerthDrop the 'petsc_' prefix from all filenames to make...
2008-10-22 Martin KronbichlerAdded a publication of mine.
2008-10-22 Martin KronbichlerOmit the constrained entries that will never be created...
2008-10-22 Martin KronbichlerChange step-31 and step-32 according to the change...
2008-10-22 Martin KronbichlerTrilinos sparse matrices can now also be reinitialized...
2008-10-22 Martin KronbichlerAdded the possibility to omit constrained dofs. Apply...
2008-10-22 Wolfgang BangerthClarify a comment.
2008-10-22 Wolfgang BangerthRemove an unused variable.
2008-10-22 Wolfgang BangerthRemove unused variable.
2008-10-22 Wolfgang BangerthOnly #define HAVE_LIBUMFPACK if we actually specified...
2008-10-21 Wolfgang BangerthGo back to the state where we disable UMFPACK unless...
2008-10-21 Wolfgang BangerthFinally get the METIS include directory right as well...
2008-10-21 Wolfgang BangerthUse DEAL_II_TRILINOS_LIBDIR instead of DEAL_II_TRILINOS...
2008-10-21 Wolfgang BangerthUse the proper library path for METIS.
2008-10-21 Martin KronbichlerChanged the notation null_space into constant_modes...
2008-10-21 Martin KronbichlerWrote some more comments.
2008-10-21 Martin KronbichlerOne thing regarding METIS that certainly needs to be...
2008-10-21 Wolfgang BangerthList the Trilinos libraries we use only once.
2008-10-20 Wolfgang BangerthRemove a mesh that isn't needed here.
2008-10-20 Martin KronbichlerWrote some comments.
2008-10-19 Wolfgang BangerthAdd amesos and stratimikosamesos.
2008-10-19 Wolfgang Bangerthupdate
2008-10-19 Wolfgang BangerthPatch by Christophe Trophime: allow using --with-XX...
2008-10-18 Wolfgang BangerthMove the PETSc and Trilinos documentation out of line.
2008-10-18 Wolfgang BangerthDo not build DoF distribution maps that are distributed...
2008-10-18 Wolfgang BangerthAdd to a comment.
2008-10-18 Wolfgang BangerthWhen reinit-ing vectors, do not assume that we should...
2008-10-18 Wolfgang BangerthFix thinko: extract_subdomain_dofs may register the...
2008-10-18 Wolfgang BangerthProvide an alternative count_dofs_with_subdomain_associ...
2008-10-17 Wolfgang BangerthSuppress a segmentation fault when destroying the globa...
2008-10-17 Wolfgang BangerthFix setting of cppflags.
2008-10-17 Wolfgang BangerthGet the test for Trilinos header files right.
2008-10-17 Wolfgang BangerthCheck that all header files that we need from Trilinos...
2008-10-17 Wolfgang BangerthDon't forget to also link with Trilinos.
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.