Skip to content
Snippets Groups Projects
  1. Oct 22, 2004
  2. Oct 21, 2004
  3. Oct 18, 2004
  4. Sep 21, 2004
  5. Sep 02, 2004
  6. Sep 01, 2004
  7. Aug 31, 2004
  8. Aug 25, 2004
  9. Aug 24, 2004
  10. Jul 16, 2004
  11. Jul 13, 2004
  12. Jul 07, 2004
  13. Jun 22, 2004
  14. Jun 21, 2004
  15. May 25, 2004
  16. 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
  17. May 10, 2004
  18. Apr 21, 2004
  19. Mar 29, 2004
  20. Mar 17, 2004
  21. Mar 16, 2004
    • Robert Klöfkorn's avatar
      Rearanged the quadratures. · d086fdde
      Robert Klöfkorn authored
      Now the class FastQuad provides quadrature for triangles, quadrilaterals,
      tetrahedron and hexahedron, which stick to the Dune reference elements.
      
      FastQuad needs the polynom order as tempalte parameter but is created for
      each ElementType dynamically.
      
      [[Imported from SVN: r395]]
      d086fdde
Loading