]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2010-08-26 janssenchanged the MGConstraints to MGConstrainedDoFs
2010-08-26 janssenchange the MGConstraints to MGConstrainedDoFs
2010-08-26 janssenrename the MGConstraints to MGConstrainedDofs and chang...
2010-08-26 janssenuse the MGConstrainedDoFs object in the transfer
2010-08-26 janssenchanged the call of the constructor in MGTransferPrebui...
2010-08-26 janssenslightly different output now
2010-08-26 youngRevert previous PETSc patch which is legal with clangua...
2010-08-26 bangerthFix a warning.
2010-08-26 youngMake better use of the arpack architecture macro
2010-08-26 buergTests for the parent relation.
2010-08-26 janssenset precision to avoid roundoff trouble
2010-08-26 janssenset precision to 6 to avoid roundoff trouble
2010-08-26 youngActually bind ARPACK into lib/liblac
2010-08-26 youngDetect ARPACK and ARPACK architecture
2010-08-26 buergParent relation for cells.
2010-08-26 bangerthAdd comment.
2010-08-26 bangerthAdd new test.
2010-08-26 kronbichlerTest function n_intervals, get_view and fill_index_vect...
2010-08-26 bangerthOne more test.
2010-08-26 bangerthMake sure SparseDirectMUMPS shows up in the documentation.
2010-08-25 kronbichlerFix bug introduced in r21708
2010-08-25 kronbichlerFix columns in distribute_local_to_global with rectangu...
2010-08-25 janssenpass a MGConstraints instead of the boundary_indices...
2010-08-25 janssenchanged the interface of MGConstraints. Made the member...
2010-08-25 bangerthNew test.
2010-08-25 bangerthAdd member functions. Document.
2010-08-25 kronbichlerCleanup.
2010-08-25 kronbichlerSimplify a lot of assertions. Add instantiations for...
2010-08-25 janssenchanged the make_fluy_sparsity_pattern in way that...
2010-08-25 janssennew instantiation for make_flux_sparsity_pattern using...
2010-08-25 kronbichlerFix typo in comments.
2010-08-25 kronbichlerAdd function add_entries_local_to_global for rectangula...
2010-08-25 kronbichlerIndent, make compile again.
2010-08-25 youngRephrased an operation that turns out to be illegal...
2010-08-25 janssennow without emacs signs
2010-08-25 janssennew function make_flux_sparsity_pattern that uses a...
2010-08-25 janssennew function make_flux_sparsity_pattern that uses a...
2010-08-24 bangerthFix markup.
2010-08-24 bangerthHave a section on defensive programming.
2010-08-24 bangerthAdd Baerbel, very much deservedly so!
2010-08-22 buergPulled out the creation of FEValues objects from the...
2010-08-19 bangerthMore on what Tobias Leicht provided.
2010-08-19 bangerthMention MUMPS interface.
2010-08-18 bangerthMinor edit.
2010-08-18 bangerthMinor mods.
2010-08-18 kanschatstart reformatting and add print function to GlobalRows...
2010-08-17 bangerthFix typo.
2010-08-17 bangerthFix a link.
2010-08-17 bangerthCross-link.
2010-08-17 bangerthWrite some more.
2010-08-17 bangerthExtend significantly.
2010-08-17 bangerthCan't use latex markup for non-ASCII letters in doxygen...
2010-08-17 bangerthRemove trailing whitespace.
2010-08-17 bangerthTerminate one formula. Properly indent in a few places.
2010-08-17 bangerthReorder initialization of fields to avoid compiler...
2010-08-17 kanschatreplace stupid integer product by the more reasonable...
2010-08-16 kanschatremove declaration of nonexisting function
2010-08-16 janssenan if added for face integrals
2010-08-16 kanschatdefault constructor for DoFHandler
2010-08-16 kanschatremove compiler warning
2010-08-16 bangerthRemove some unused parameters to avoid warnings.
2010-08-14 bangerthMark a number of objects as const if they are only...
2010-08-14 bangerthUse dynamic_cast to find out whether a finite element...
2010-08-14 bangerthMove the declaration of temporaries that are left unini...
2010-08-14 bangerthOne more case of using arrays for static data.
2010-08-14 bangerthWhen defining abbreviations for non-scalar data, use...
2010-08-14 bangerthPut stuff that's known into lookup tables rather than...
2010-08-14 bangerthMake sure we don't actually call a function that isn...
2010-08-14 bangerthIn switch(dim) clauses where only dim=2 and dim=3 are...
2010-08-14 bangerthSimple style changes: indent according to our usual...
2010-08-13 bangerthNo need to explicitly instantiate functions in an inter...
2010-08-13 buergFunctions for computing Dirichlet boundary conditions...
2010-08-12 bangerthActually remove the --with-metis-include flag since...
2010-08-12 bangerthFix computation of points in QGaussLobatto.
2010-08-12 kronbichlerFix bug introduced in r21643.
2010-08-11 kronbichlerFixed typo in documentation.
2010-08-11 kronbichlerImprove documentation of nth_index_in_set and index_wit...
2010-08-11 kronbichlerMake sure old structures are cleared before new informa...
2010-08-11 kronbichlerImplement function get_constraint_entries that allows...
2010-08-10 bangerthUpdate and simplify Trilinos build instructions.
2010-08-09 buergFixed error in get_function_curls.
2010-08-09 bangerthOne more.
2010-08-09 bangerthDon't include libraries we don't actually need.
2010-08-09 bangerthRemove temporary file.
2010-08-09 bangerthAdjust to change r21611.
2010-08-06 youngrecord changes, in changes.h, about SLEPcWrappers ...
2010-08-06 bangerthUse std_cxx1x::shared_ptr instead of boost::shared_ptr.
2010-08-06 bangerthRemove an empty file.
2010-08-06 bangerthMake MeshWorker components work in 1d as well.
2010-08-06 bangerthMake an argument a reference.
2010-08-05 bangerthWrite VTU data as 64-bit values, rather than 32-bit...
2010-08-05 young++publications to list
2010-08-04 youngA simple slepc 3.1 compatibility patch to the SLPEcWrap...
2010-08-02 janssenadded the previous solution to the data for the inner...
2010-07-31 bangerthAvoid a warning about an improperly overloaded function.
2010-07-29 mcbrideAdd FETools::compute_projection_from_quadrature_points...
2010-07-29 mcbrideAdd FETools::compute_projection_from_quadrature_points.
2010-07-28 heltaiAdded support for higher order mapping in step-34
2010-07-27 bangerthRemove an unnecessary header file.
2010-07-27 bangerthFix a problem in Triangulation::prepare_coarsening_and_...
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.