2002-09-03 |
wolf | Spelling fix. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Slightly change output. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | More and more thorough testing. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Table<N,T> |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Use Table<2,...> instead of vector2d<...>. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Implement generation of gradients of Nedelec elements. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | transform_* for tensors of rank 2. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Add and clarify some comments. Add a second set of... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Base the full matrix on the new Table class instead... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Add a couple if missing std::'s |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Have the new Table class which supercedes the vector2d... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Implement the transpose of a tensor of rank 2. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Some minor final changes, but this file is going to... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
wolf | Indentation changes and truncate lines at some width... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
wolf | Properly treat comment lines that have nothing except... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
guido | copy to/from mg for BlockVector |
commit | commitdiff | tree | snapshot |
2002-08-23 |
guido | allow empty matrices |
commit | commitdiff | tree | snapshot |
2002-08-23 |
guido | local discontinuous multigrid |
commit | commitdiff | tree | snapshot |
2002-08-22 |
guido | preparation for local multigrid |
commit | commitdiff | tree | snapshot |
2002-08-21 |
guido | New multigrid structures |
commit | commitdiff | tree | snapshot |
2002-08-21 |
guido | file structure fixed |
commit | commitdiff | tree | snapshot |
2002-08-19 |
guido | MGCoarseGrid base class introduced |
commit | commitdiff | tree | snapshot |
2002-08-19 |
guido | replace wrong template instantiations |
commit | commitdiff | tree | snapshot |
2002-08-16 |
wolf | Fix string. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
wolf | Disambiguate a call to std::pow. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
wolf | Calm down a warning. |
commit | commitdiff | tree | snapshot |
2002-08-15 |
guido | standard name space forgotten |
commit | commitdiff | tree | snapshot |
2002-08-15 |
guido | Matrix template argument in MG removed |
commit | commitdiff | tree | snapshot |
2002-08-15 |
wolf | Add some TODOs w.r.t. the matrices for Nedelec elements. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
guido | news entry for Lp-norms |
commit | commitdiff | tree | snapshot |
2002-08-14 |
guido | MGSmoother base class introduced as template |
commit | commitdiff | tree | snapshot |
2002-08-14 |
guido | MGTransfer base class reintroduced as template |
commit | commitdiff | tree | snapshot |
2002-08-13 |
guido | experiments |
commit | commitdiff | tree | snapshot |
2002-08-13 |
guido | matrix library started |
commit | commitdiff | tree | snapshot |
2002-08-09 |
wolf | Work around a bug in icc5/6. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
wolf | Fix documentation (upon report by Roger Young). |
commit | commitdiff | tree | snapshot |
2002-08-05 |
wolf | Re-Indent |
commit | commitdiff | tree | snapshot |
2002-08-05 |
wolf | Indent according to out style guides. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
wolf | Work around a problem with icc5: that compiler has... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
wolf | Change the argument type for the exponent of the Lp... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
guido | Lp-norms |
commit | commitdiff | tree | snapshot |
2002-08-02 |
guido | gcc 2.95 is really careless. This should never have... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
wolf | Re-enable warnings on anachronistic constructs for... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
wolf | Re-enable -AA for hp aCC |
commit | commitdiff | tree | snapshot |
2002-08-01 |
wolf | Clarify comment. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
wolf | Seems as if I forgot to check in the changed output. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
wolf | Properly quote angle brackets. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
wolf | Quote angle brackets. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
guido | prepared for lp-norms |
commit | commitdiff | tree | snapshot |
2002-07-30 |
guido | rubbersheet display |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Add this test case. The results are not really as they... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Point to mailing list archives for more questions. |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | . |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Remove mostly all warning and error flags for acc,... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Work around a bug in icc's handling of addresses of... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | In the debugger, it is confusing to see the number... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Resolve TODO. |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | Go for some of the still missing pieces of the Nedelec... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
wolf | GridTools::scale |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | This is fall out from my eps compression attempts. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | This test failure was fallout from my EPS compression... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | Uh, forgot one more. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | Add missing std:: |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | Put a break statement to the right place. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | Implement transformations of grids. Extend test case. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
wolf | Fix wording. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Do part of the work that was still missing. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Test more, and convert checks that only report errors... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Fix comment. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Clarify comment. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Fix some comment. Wrap around a larger number of other... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
guido | output files fixed; sparse_matrices does not produce... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Remove "checked" comments, and reindent everything. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Remove "checked" comments. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Reindent everything. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
guido | Obsolete offset parameter removed |
commit | commitdiff | tree | snapshot |
2002-07-25 |
guido | Debug output removed |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Minor change. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Bring slightly up-to-date. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
wolf | Backport many fixes. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | And replace .go by .g.o |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | One more fix. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | Add a number of assertions for the transform_co* functi... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | Better debuggable now. |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | vector2d::rowaccessor::size |
commit | commitdiff | tree | snapshot |
2002-07-24 |
wolf | declare and define RgbValues::is_grey, and use it.... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | Use vector2d at a couple of places instead of vector... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | add three TODOs. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | Fix a large number of extraneous typename keywords. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | Arg, fixed too much. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | FIx typo. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
wolf | Fix calling syntax for the make_dependencies script. |
commit | commitdiff | tree | snapshot |
2002-07-19 |
wolf | Don't use -A -Xa for hpaCC. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
guido | ProductMatrix moved to matrix_lib.h |
commit | commitdiff | tree | snapshot |
2002-07-18 |
wolf | Add target veryclean to tests. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
guido | new PointerMatrix |
commit | commitdiff | tree | snapshot |
2002-07-17 |
guido | Pointer matrices moved from private directory |
commit | commitdiff | tree | snapshot |
2002-07-17 |
wolf | Work around bug in gcc3.1 on sparc. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
wolf | More docs. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
guido | missing access to log_result flag |
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