Skip to content
Snippets Groups Projects
  1. Dec 01, 2004
  2. Nov 16, 2004
    • Christian Engwer's avatar
      ARGH!!! · 2580172e
      Christian Engwer authored
      2 x die gleiche Datei, aber einmal mit altem Mist
      ... da kann man echt lange suchen.
      
      [[Imported from SVN: r1095]]
      2580172e
  3. Nov 08, 2004
  4. Oct 28, 2004
  5. Oct 26, 2004
  6. Oct 22, 2004
  7. Oct 21, 2004
  8. Oct 18, 2004
  9. Sep 21, 2004
  10. Sep 02, 2004
  11. Sep 01, 2004
  12. Aug 31, 2004
  13. Aug 25, 2004
  14. Aug 24, 2004
  15. Jul 16, 2004
  16. Jul 13, 2004
  17. Jul 07, 2004
  18. Jun 22, 2004
  19. Jun 21, 2004
  20. May 25, 2004
  21. May 24, 2004
    • Robert Klöfkorn's avatar
      Now gcc 3.4.0 compiles all this files. (gcc lol) · ca65a4c4
      Robert Klöfkorn authored
      [[Imported from SVN: r445]]
      ca65a4c4
    • Robert Klöfkorn's avatar
      gcc 3.4.0 compiles this code. · 9e5a68b1
      Robert Klöfkorn authored
      [[Imported from SVN: r444]]
      9e5a68b1
    • Robert Klöfkorn's avatar
      Minor changes. · e836980a
      Robert Klöfkorn authored
      [[Imported from SVN: r440]]
      e836980a
    • Robert Klöfkorn's avatar
      Added method scaleIt on class CombinedLocalOperator. · 1b490d22
      Robert Klöfkorn authored
      [[Imported from SVN: r436]]
      1b490d22
    • Robert Klöfkorn's avatar
      Changed the interface methods of the LocalOperators, because the old · f1e2ddfe
      Robert Klöfkorn authored
      made not so much sence. Now there are five methods:
      
      
      prepareGlobal( Param1 & , Param2 &) which is called with a Param1 and
        Param2 Parameter class which is specified by the user and this method is
        called before the grid wlakthrough starts.
      
      then on each entity:
      
        prepareLocal ( en1 ) or preapreLocal(en1, en2) ( father , son )
        applyLocal   ( en1 ) ....
        finalizeLocal( en1 ) ....
      
      after the grid walkthrough
      
        finalizeGlobal( )
      
      The main changes are that now only in the preprareGlobal method we pass the
      parameters and store them in the whatever class.
      Furthermore this method is to combine operations on entitys, and we dont
      want to know for which operators ( Operators on DiscreteFunctions or
      AdaptionOperators or something else).
      So the interface could be more gernal, but C++ has its restricts.
      
      So far working on a general combination procedure.
      
      [[Imported from SVN: r435]]
      f1e2ddfe
Loading