2001-07-11 |
Ralf Hartmann | Derive all PreconditionBlock* class virtually from... |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Wolfgang Bangerth | Fix missing typename. |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Wolfgang Bangerth | Fix a missing std:: |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Detect some things for Sun's WorkShop compiler. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Fix xref |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Recognize cxx. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Fix date. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Recognize cxx. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Document OSF1 5.3 and cxx 6.3. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Fix some issues with cxx. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Save vmult in CG if starting vector is zero. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Wolfgang Bangerth | Fix </class> by </code> |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Save one vmult in the common case that the input vector... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Add new pic. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Guido Kanschat | postscript face output in 3d: not tested |
commit | commitdiff | tree | snapshot |
2001-07-05 |
deal | The script is now a mess, but it generates much nicer... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Include regression tests into navbar. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Fix some more issues about flags for the cxx compiler. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Add constructors to classes, where C++ requires us... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Fix issues with Compaq's cxx compiler. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Exclude one function from compilation in other dimensio... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Wolfgang Bangerth | Explicitely instantiate forgotten class FEValuesData. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Guido Kanschat | eps surface plots in 3d |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Wolfgang Bangerth | Purge inline functions from .cc files if they should... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Wolfgang Bangerth | Declare explicit specializations. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Wolfgang Bangerth | Include some dof accessor functions unconditionally... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Wolfgang Bangerth | Don't have inline functions in source files, as they... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | We may not be allowed to initialize Null-references... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix the set of options needed for Compaq's cxx. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Disambiguate call to sqrt(int) |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix missing std::s and disambiguate call to sqrt(int). |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Don't forget to use explicit specialization syntax. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Abbreviate the somewhat lengthy name for the @p{Patch... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Note correct copyright date for vtk output (2001). |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Further refine warning level for Compaq's cxx. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix many missing std:: which Compaq's cxx wants to... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Refine the message level for cxx. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Explicitely convert an arg to the vector<unsigned int... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Undo last check-in, as it was with the wrong message. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Explicitely convert an arg to the vector<unsigned int... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix missing typename |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Don't forget explicit specialization syntax. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix bogus definition. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Local typedef was indeed not accessible. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | fill_n is not standard C++. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Change flags for cxx slightly. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix various places where Compaq's cxx compiler is overl... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Recognize Compaq's/DEC's cxx compiler. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Guido Kanschat | output file fixed |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Wolfgang Bangerth | Fix statement for 64 bit platforms where size_t !=... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Guido Kanschat | Template parameters fixed |
commit | commitdiff | tree | snapshot |
2001-06-29 |
deal | Poor man's implementation of putting the test case... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
deal | Split table into parts, one for each month. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Wolfgang Bangerth | Break the table into pieces, one per month, to make... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Update compile times. |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Describe the steps to be done for a release |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Announce 3.1.2 |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Fix date. |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Announce 3.1.2 |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Wolfgang Bangerth | Mention gcc3. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Guido Kanschat | multiplications improved |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Guido Kanschat | shifted matrices in a separate file |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Guido Kanschat | output format fixed |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Guido Kanschat | memory bug removed |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Fix gcc3 issues. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Fix missing std:: |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Fix up ambiguous call to std::sqrt |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Provide storage for static member variables. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Undo previous change, as it modifies the output of the |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Don't try to assign to cerr. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Fix missing std:: |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Wolfgang Bangerth | Fix obvious reason why this test failed. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Wolfgang Bangerth | Don't throw an error if reinit is called with all zero row |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Wolfgang Bangerth | Implement CompressedBlockSparsityPattern, use it, test it. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Wolfgang Bangerth | Forgot .checked file. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Wolfgang Bangerth | New class CompressedSparsityPattern. Use it. New test. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Wolfgang Bangerth | Implement previously unimplemented function and fix... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Wolfgang Bangerth | Provide a way to get at the quadrature formula from... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Guido Kanschat | added pointer to matrices |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Guido Kanschat | logging of coefficients moved to proper place |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Guido Kanschat | multigrid for dgq5 and dgq6 |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Guido Kanschat | double line removed |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Guido Kanschat | new utilities directory |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Guido Kanschat | eliminate copy constructors and some more documentation |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Guido Kanschat | optional memory usage output |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Guido Kanschat | matrices made data members |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Guido Kanschat | preliminary memory check |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Guido Kanschat | destructor added |
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