1999-02-23 |
wolf | Add templated data vectors. They will replace our old... |
commit | commitdiff | tree | snapshot |
1999-02-23 |
wolf | Add Makefile.dep to clean-list. |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Make base library 3d-aware also to the public (just... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Doc update. |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Make the function time usable again: remove the #time... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Remove doc generation from the Makefile. |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Add support for member templates. |
commit | commitdiff | tree | snapshot |
1999-02-22 |
schrage | Laplace code working, cleaned up. Still contains code... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Add support for member templates (not yet fully tested... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Remove redundant parameters to many functions in the... |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Fix Guido's misleading comment |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Remove debug output. |
commit | commitdiff | tree | snapshot |
1999-02-22 |
wolf | Choose a better suited boundary function (the old one... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Work around a problem introduced by the ladt check... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Let the cell iterators in the equation class functions... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Move to the new way of describing boundaries. |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Use the new iterator conversions for the assembler... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Add some more conversions between iterators. |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Change some C-style casts to static_cast<>(). |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Fix a possible security problem with data members laid... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Fix a problem which occured when we made the accessor... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Add three conversion operators for iterators of differe... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Add another test taken from /deal.II/examples which... |
commit | commitdiff | tree | snapshot |
1999-02-20 |
wolf | Limit output and remove the random testcase (which... |
commit | commitdiff | tree | snapshot |
1999-02-19 |
schrage | Fixed HTML errors. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
schrage | Changes to doc, added code example (broken) |
commit | commitdiff | tree | snapshot |
1999-02-19 |
schrage | Move these files to the 'tutorial' subdir. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Move the pictures to this directory. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Add a file describing the way the files in this directo... |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Fix at least one of the two testcases in this file. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Add the expected output of the testcases to the CVS... |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Update doc. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Add a test case to test grid generation in 2 and 3d. |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Change the working of the Makefile to automatically... |
commit | commitdiff | tree | snapshot |
1999-02-19 |
wolf | Add a testcase to test the handling of constraints... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Adapt the program to the new way of describing boundari... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Fix another real show stopper bug. |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Fix a real show stopper bug. |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Adapt the program to the new way of describing boundari... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Fix the behaviour of the new boundary a bit and update... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Previous results were smart, no doubt, but wrong, so... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
wolf | Replace the old scheme to describe the boundary, which... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | More recursion for easy reading, as well as new field |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Fix an apparent bug in the computation of dofs_per_face. |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Fix a bug which showed up in 3d, where constraints... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Discard zero entries in the constraint matrix when... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Doc update. |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | . |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Change order of vertices in the hypercube code. Before... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Update the ball boundary in 3d from the grid example. |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | . |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Revamp output code to move output to a subdirectory... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Make this test case 3d aware. Like the grid test, this... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Make this testcase 3d aware. In fact, it is compiled... |
commit | commitdiff | tree | snapshot |
1999-02-17 |
wolf | Single out some functions which are needed by all dimen... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Some more support for 3d. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Unify the constructors of FiniteElementBase to be a... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Remove an unnecessary argument to a function. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | -O2 suffices for compilation. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Add this script also. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | This is the long awaited, long worked on, gorgeous... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Revert Guido's change to include math.h. Never include... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Revert Guido's changes total_dofs->n_dofs. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Revert Guido's patch with total_dofs->n_dofs. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
guido | Most functions in FESystem implemented, the rest may... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
guido | New libraries |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Give a variable a default value to make to compiler... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Finally get it right. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Make destructor virtual. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Fix memory leak. |
commit | commitdiff | tree | snapshot |
1999-02-16 |
wolf | Let the compiler decide which functions to inline.... |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | changes for system elements |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | test output removed |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | system_to_component_table is correct |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | tests for GeometryInfo and mixed elements |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | constructor for mixed elements |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | new features and COMMON interface for all dimensions |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | ExcNotImplemented is now a globally known class |
commit | commitdiff | tree | snapshot |
1999-02-15 |
guido | scripts moved from deal.II tree |
commit | commitdiff | tree | snapshot |
1999-02-13 |
wolf | . |
commit | commitdiff | tree | snapshot |
1999-02-13 |
wolf | Add a feature (adding a line more than once is allowed... |
commit | commitdiff | tree | snapshot |
1999-02-13 |
wolf | . |
commit | commitdiff | tree | snapshot |
1999-02-12 |
guido | Approaching component tables |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Move the two inline functions to the .cc file, because... |
commit | commitdiff | tree | snapshot |
1999-02-12 |
guido | component -system index pre-implemented |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Fix a memory leak and do some other things related... |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Also fix the respective comment in the file. |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Fix a problem we once had with gcc2.7, but which has... |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Fix a really annoying problem introduced by including... |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | let stdlib.h be cstdlib |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Move the class hierarchy files from the deal.II tree... |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | Fix two missing files. |
commit | commitdiff | tree | snapshot |
1999-02-12 |
wolf | First versions of these files. |
commit | commitdiff | tree | snapshot |
1999-02-11 |
guido | TensorFunction works in principle |
commit | commitdiff | tree | snapshot |
1999-02-11 |
wolf | Include <cmath> to make things compile without error. |
commit | commitdiff | tree | snapshot |
1999-02-11 |
wolf | Add another test for consistency of constraints. |
commit | commitdiff | tree | snapshot |
1999-02-11 |
wolf | Add the two other scripts that we use for the generatio... |
commit | commitdiff | tree | snapshot |
1999-02-11 |
wolf | Move the kdoc script to this directory also. It used... |
commit | commitdiff | tree | snapshot |
1999-02-11 |
wolf | Move most of the documentation from the individual... |
commit | commitdiff | tree | snapshot |
1999-02-10 |
hartmann | changing the destructor, the reinit(), reinit(1) and... |
commit | commitdiff | tree | snapshot |
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