]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2001-04-23 Wolfgang BangerthFix TODO. Did not seem to be important to merge the...
2001-04-21 Wolfgang BangerthChange testcase such that 3d memory consumption remains...
2001-04-20 Wolfgang BangerthBring up to date.
2001-04-20 Wolfgang BangerthAdd TODO comment.
2001-04-20 Ralf HartmannVertex numbers should be 1-based also in the GridOut...
2001-04-19 Ralf HartmannBug fix. Vertex numbers should be 1-based also in the...
2001-04-12 Wolfgang Bangerthuse the same value for PI in all places and add a comme...
2001-04-12 Wolfgang BangerthAdd 3d to tests.
2001-04-12 Wolfgang BangerthFix silly bug.
2001-04-12 Wolfgang BangerthTensor::trace + DerivativeApproximation 3d.
2001-04-12 Wolfgang BangerthAdd algorithm for 3d eigenvalues.
2001-04-12 Wolfgang BangerthTrace of a tensor.
2001-04-12 Wolfgang BangerthSort tests when reporting.
2001-04-12 Wolfgang BangerthFix typo.
2001-04-12 Wolfgang BangerthAdd target for reports in subdirs.
2001-04-12 Wolfgang BangerthFix bug in reverse Cuthill-McKee code (found by Oliver...
2001-04-12 Wolfgang BangerthCheck in checked file.
2001-04-12 Wolfgang BangerthNicer output.
2001-04-12 Wolfgang BangerthSlight output change, and change the degree of FEs...
2001-04-11 Wolfgang BangerthNew test: dof_renumbering.
2001-04-11 Wolfgang BangerthAdd rule to generate a report of the results of this...
2001-04-11 Wolfgang BangerthAllocate space for static variables.
2001-04-11 Wolfgang BangerthSince output formats cant write more than Q1, make...
2001-04-11 Wolfgang BangerthAdd compat check.
2001-04-11 Wolfgang BangerthMake variable constant.
2001-04-11 Wolfgang BangerthFix true bug.
2001-04-11 Wolfgang BangerthRevert order of libs and .go files to allow linking...
2001-04-11 Wolfgang BangerthBut sort correctly.
2001-04-11 Wolfgang BangerthExecute in alphabetical order.
2001-04-11 Wolfgang BangerthFundamentally change the way the Makefiles work, and...
2001-04-11 Wolfgang BangerthFix some items that occured with gcc3.
2001-04-11 Wolfgang BangerthAdd this file to this directory as well.
2001-04-11 Wolfgang BangerthNumbers were not normalized.
2001-04-11 Wolfgang BangerthFix one more bug.
2001-04-11 Wolfgang BangerthFix bug.
2001-04-10 Wolfgang BangerthMicro doc change.
2001-04-10 Wolfgang BangerthModify check rule such that it a/ becomes simpler,...
2001-04-10 Wolfgang BangerthImplement the missing functions in HalfHyperShellBoundary.
2001-04-10 Ralf HartmannSmall fix.
2001-04-10 Ralf HartmannAdd mapping combatibility mode.
2001-04-10 Wolfgang BangerthAdd compat checks.
2001-04-09 Wolfgang BangerthAdd boundary checks finally.
2001-04-09 Ralf HartmannFix annoying bug of myself :-(
2001-04-09 Wolfgang BangerthFix (strange?) compiler warning.
2001-04-09 Wolfgang BangerthCombine the various typedefs FunctionMap into one centr...
2001-04-09 Wolfgang BangerthFix typo.
2001-04-09 Wolfgang BangerthMove FunctionMap typedefs.
2001-04-09 Wolfgang BangerthFix error_estimator.cc in two ways.
2001-04-09 Wolfgang BangerthFix performance problem.
2001-04-09 Wolfgang BangerthDocument the --enable-compat-blocker switch.
2001-04-09 Wolfgang BangerthEnable or disable compatibility checks.
2001-04-09 Wolfgang BangerthAdd ExcCompatibility.
2001-04-09 Wolfgang BangerthAdd one thing to use for future examples.
2001-04-09 Wolfgang BangerthAdd tests for MatrixCreator functions and the Kelly...
2001-04-09 Wolfgang BangerthAvoid warning about unused variable.
2001-04-09 Wolfgang BangerthDont assume that Neumann boundary functions have vector...
2001-04-09 Wolfgang BangerthFixes from the week-end.
2001-04-09 Wolfgang BangerthMake the functions in MatrixCreator use multiple thread...
2001-04-09 Wolfgang BangerthSmall consistency fix.
2001-04-09 Wolfgang BangerthImplement spawn wrappers for functions with 9 and 10...
2001-04-06 Wolfgang BangerthUps, remove debug output again.
2001-04-06 Wolfgang BangerthBack out 3d part again, as I couldn't find a way to...
2001-04-06 Wolfgang BangerthDisable 3x3 eigenvalues again, since it doesn't work...
2001-04-06 Wolfgang BangerthIndentation change.
2001-04-06 Wolfgang BangerthCompute also in 3d. There are problems, though, yieldin...
2001-04-06 Wolfgang BangerthFix typo.
2001-04-06 Wolfgang BangerthAdd test to check finite difference approximations...
2001-04-06 Wolfgang BangerthAdd missing default arg.
2001-04-06 Wolfgang BangerthAdd forgotten linker flag.
2001-04-06 Wolfgang BangerthAdd forgotten default arg.
2001-04-06 Wolfgang BangerthMove extra F77 libs to instead of , since they appear...
2001-04-06 Ralf HartmannDerive HyperShellBoundary from HyperBallBoundary to...
2001-04-05 Ralf HartmannExtensive class documentation.
2001-04-05 Ralf HartmannFunctions of KellyErrorEstimator and DerivativeApproxim...
2001-04-05 Ralf HartmannExtend all functions of the DerivativeApproximation...
2001-04-05 Ralf HartmannExtend all functions of the KellyErrorEstimator to...
2001-04-05 Ralf HartmannDataOut's only output is on MappingQ1. Therefore use...
2001-04-05 Ralf HartmannInclude typedef FunctionMap into VectorTools. This...
2001-04-05 Ralf HartmannInclude typedef FunctionMap into VectorTools. This...
2001-04-05 Ralf HartmannInclude TODO.
2001-04-05 Ralf HartmannNow the global mapping_q1 object can be removed.
2001-04-05 Ralf HartmannFiniteElement::get_local_mass_matrix removed. MatrixCre...
2001-04-05 Ralf HartmannExtend the project and project_boundary_values function...
2001-04-05 Ralf HartmannNow the global mapping_q1 object can be removed.
2001-04-05 Wolfgang BangerthFix problem introduced by aborted cvs commit last time.
2001-04-05 Ralf HartmannExtend each function of MatrixCreator to use an arbitra...
2001-04-04 Wolfgang BangerthDelete libs differently: since $(LIBDIR) is not in...
2001-04-04 Wolfgang BangerthClean libs as well.
2001-04-04 Wolfgang BangerthChange name and style of exception thrown upon failure...
2001-04-04 Wolfgang BangerthChange thing about throwing an exception from solvers.
2001-04-03 Ralf HartmannDoc update. C1 mapping already exists.
2001-04-03 Ralf HartmannAdd link to 3.1.0-vs-3.1.1.html.
2001-04-03 Ralf HartmannNew ExcMultiplySetLineInfoOfLine exception. Fix: Check...
2001-04-03 Ralf HartmannNew ExcMultiplySetLineInfoOfLine exception. Fix: Check...
2001-04-03 Ralf HartmannAdd ucd to list of supported GridOut output formats
2001-04-03 Ralf HartmannSmall bug fix.
2001-04-03 Wolfgang BangerthTwo small changes to allow compilation with present...
2001-04-02 Wolfgang BangerthAdd TODO.
2001-03-30 Wolfgang BangerthMake wave-test more sensitive by multiplying error...
2001-03-30 Wolfgang BangerthNormalize checked output as well, if we are to compare...
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.