Skip to content
Snippets Groups Projects
  1. Aug 04, 2003
  2. Aug 01, 2003
    • Robert Klöfkorn's avatar
      DofStorageInterface added. This Class is the Interface of what we can · e87cdf63
      Robert Klöfkorn authored
      expect to be a Dofstorage, i.e. provides a local dof iterator and a global
      dof iterator.
      
      DofStorageDefault provides two extra featrures with default implementation.
      All Dofstorages must be derived from this class but implementing only the
      features of the above class.
      
      The pwlinfunc.hh provides the implementation of linear base function with
      polynom oeder 1 for triangles and a LagrangeMapper. Furthermore a
      implementation of the corresponding function space.
      
      For detailed description see the .hh files.
      
      [[Imported from SVN: r102]]
      e87cdf63
    • Christian Engwer's avatar
      * Dims_create sometime did't work with only 1 Process · 6002bc5c
      Christian Engwer authored
      * dump extra info's about the dims
      
      [[Imported from SVN: r101]]
      6002bc5c
  3. Jul 25, 2003
  4. Jul 24, 2003
  5. Jul 17, 2003
  6. Jul 16, 2003
  7. Jul 15, 2003
  8. Jul 14, 2003
    • Thimo Neubauer's avatar
      - new autoconf-tests · 70e6b1d9
      Thimo Neubauer authored
      - improved existing tests
      - grape.m4 at least identifies the lib correctly, the header is only
        checked for existence...
      
      [[Imported from SVN: r84]]
      70e6b1d9
  9. Jul 10, 2003
  10. Jul 04, 2003
  11. Jul 01, 2003
  12. Jun 30, 2003
  13. Jun 24, 2003
  14. Jun 11, 2003
  15. Jun 10, 2003
    • Robert Klöfkorn's avatar
      Traits hinzugefuegt. Die Traits in den Schnittstellen merken sich einfach · 53146633
      Robert Klöfkorn authored
      die Typen der template Parameter, damit man spaeter z.B. mit
      Grid::Traits<0>::LevelIterator an den Tpy des jeweiligen LevelIterators
      rankommt. Durch die Vererbung liegen diese Traits in jeder von Grid
      abgeleiteten Klasse wor und sind damit durch die Schnittstelle definiert.
      Es gibt also in jeder Klasse der Grid Schnittstelle ein struct Traits, nur
      in der Grid Klasse werden diese Traits noch mit einem template parameter
      <int codim> versehen.
      
      [[Imported from SVN: r71]]
      53146633
  16. Jun 09, 2003
  17. Jun 04, 2003
  18. Jun 03, 2003
Loading