]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2001-03-30 Wolfgang Bangerthon't config HSL subdir, since there is nothing in it...
2001-03-30 Wolfgang BangerthDon't config HSL subdir, since there is nothing in...
2001-03-29 Guido Kanschatsolvers throw exception on failure
2001-03-29 Guido Kanschatdon't compile with LDFLAGS, $(LIBS) added
2001-03-29 Guido Kanschat$(LIBS) fixed
2001-03-29 Guido Kanschatnew exceptions in solvers
2001-03-29 Guido Kanschatadded missing $(LIBS)
2001-03-29 Wolfgang BangerthNicer TODO file format.
2001-03-29 Wolfgang BangerthMove contents of TODO file into .h and .cc files.
2001-03-29 Wolfgang BangerthMove contents of TODO file into .h and .cc files.
2001-03-29 Wolfgang BangerthMove contents of TODO file into .h and .cc files.
2001-03-29 Wolfgang BangerthRemove unnecessary .c_str().
2001-03-29 Wolfgang BangerthAssign names to TODOs.
2001-03-29 Wolfgang BangerthAssign names to TODOs.
2001-03-29 Wolfgang BangerthRemove TODO.
2001-03-29 Wolfgang BangerthAnd fix another oddity.
2001-03-29 Wolfgang BangerthFix indentation slightly while we're at it.
2001-03-29 Wolfgang BangerthAssign names to TODOs.
2001-03-29 Wolfgang BangerthFix one TODO (how to generate infinity).
2001-03-29 Wolfgang BangerthAssociate names with TODOs.
2001-03-29 Wolfgang BangerthRemove fixed things.
2001-03-29 Wolfgang BangerthReplace #...# by @p{...}
2001-03-29 Ralf HartmannFullMatrix::mmult and Tmmult have now an additional...
2001-03-29 Wolfgang BangerthImpemlement get_normals_at_vertices fpr HyperShell...
2001-03-29 Wolfgang BangerthFix 3d problem.
2001-03-29 Wolfgang BangerthCompute C1 mapping from normal vectors, rather than...
2001-03-28 Wolfgang BangerthAllow everything to be compilable again.
2001-03-28 Wolfgang BangerthChange the way the LogStream class uses endl, so that...
2001-03-28 Ralf HartmannFix a bug in the MappingQ::transform_unit_to_real(real_...
2001-03-28 Ralf HartmannRemove obsolete lines also in constructors of FESubface...
2001-03-28 Wolfgang BangerthFix.
2001-03-27 Guido KanschatComments added
2001-03-27 Guido Kanschatdeveloper documentation
2001-03-27 Guido Kanschatbug removed
2001-03-27 Ralf HartmannDoc fix.
2001-03-27 Wolfgang BangerthPurge more classes: Assembler, MassMatrix, LaplaceMatri...
2001-03-27 Wolfgang BangerthCheck in normalized file.
2001-03-27 Wolfgang BangerthAdd mapping_c1.check to check
2001-03-27 Wolfgang BangerthAvoid warning.
2001-03-27 Wolfgang BangerthFix assertion.
2001-03-27 Wolfgang BangerthPurge the ProblemBase class. Keep it in tests/big-tests...
2001-03-27 Wolfgang BangerthIndentation change.
2001-03-27 Wolfgang BangerthDoc fix.
2001-03-27 Wolfgang BangerthRemove bogus patch, as it disables creating the file...
2001-03-27 Wolfgang BangerthImplement a C1 mapping.
2001-03-27 Ralf HartmannUpdate publication.
2001-03-27 Ralf HartmannExtend several functions in VectorTools to work on...
2001-03-27 Ralf HartmannRenaming default MappingQ1 from mapping to more intuiti...
2001-03-27 Ralf HartmannExtend several functions to work on arbitrary Mappings.
2001-03-27 Ralf HartmannDoc fix.
2001-03-26 Ralf HartmannRenaming default MappingQ1 from mapping to more intuiti...
2001-03-26 Ralf HartmannNeed to collect flags twice, see example in doc.
2001-03-26 Ralf HartmannDoc update.
2001-03-26 Wolfgang BangerthAdd assertions.
2001-03-26 Wolfgang BangerthDoc update.
2001-03-26 Guido KanschatGopalakrishnan/Kanschat updated
2001-03-26 Guido Kanschatcvslog in default removed
2001-03-26 Wolfgang BangerthMake ~destructor virtual.
2001-03-26 Wolfgang BangerthMake add_{line,quad}_support_points protected to allow...
2001-03-26 Wolfgang BangerthUse LDFLAGS in one place, instead of $(flags)
2001-03-26 Wolfgang BangerthUse LDFLAGS to link, as in the other directories.
2001-03-26 Wolfgang BangerthMake things work in 1d as well.
2001-03-26 Wolfgang BangerthFix two further problems.
2001-03-26 Wolfgang BangerthFix typo that prevented linking.
2001-03-23 Guido KanschatCould not link: added bogus implementation of HalfHyper...
2001-03-23 Guido KanschatDocumentation fixed
2001-03-23 Wolfgang BangerthBoundary<dim>::get_tangents_at_vertices to generate...
2001-03-23 Wolfgang BangerthAs in program2html.
2001-03-23 Wolfgang BangerthIgnore comments at the beginning of the program altoget...
2001-03-23 Wolfgang BangerthWe need the online docs for the class index, but only...
2001-03-23 Wolfgang Bangerthswitch off caching, since that leads to insurmountable...
2001-03-22 Guido KanschatDocumentation
2001-03-22 Guido KanschatNew SchurMatrix class
2001-03-22 Guido Kanschatnew class for Schur complements
2001-03-22 Wolfgang BangerthDon't make HTML docs of kdoc, since it requires jade.
2001-03-22 Wolfgang BangerthFix program2html.
2001-03-22 Wolfgang BangerthAllow //* at the start of the line.
2001-03-22 Wolfgang BangerthFix parsing of CVS tag line. CVS expanded $id: in the...
2001-03-22 Wolfgang BangerthFix 1d incompatibility.
2001-03-22 Wolfgang BangerthFix typo.
2001-03-22 Guido Kanschatbug removed
2001-03-21 Guido KanschatDocumentation update
2001-03-21 Wolfgang BangerthMicro change.
2001-03-21 Wolfgang BangerthImplement get_intermediate_points_on_* for HalfHyperBal...
2001-03-21 Wolfgang BangerthMake code slightly faster.
2001-03-20 Wolfgang BangerthOn some systems (discovered on DEC Alpha OSF1 V5),...
2001-03-20 Wolfgang BangerthDisable shared libs on OSF1 V5 as well.
2001-03-20 Wolfgang BangerthOn gcc2.95 on Alpha OSF1, the native assembler does...
2001-03-20 Ralf HartmannNew restore(unsigned int step) function (among others...
2001-03-20 Ralf HartmannNew functions restore(uint step), clear_flags, n_refine...
2001-03-20 Wolfgang BangerthFix one more bug, per Hans' suggestion.
2001-03-19 Wolfgang BangerthAdd a barrier class to the Threads:: namespace.
2001-03-19 Wolfgang BangerthAdd a barrier class to the Threads:: namespace.
2001-03-19 Wolfgang BangerthFix various bugs in VTK output.
2001-03-19 Wolfgang BangerthAdd Vtk to list of supported file formats.
2001-03-19 Ralf HartmannTwo fixes.
2001-03-19 Wolfgang Bangerthdoc update.
2001-03-16 Ralf HartmannRemove obsolete arguments of the MappingQ1<dim>::transf...
2001-03-16 Ralf HartmannMake it compile with a prerelease of gcc3.0
2001-03-16 Guido Kanschatnew mesh hyper_rectangle
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.