Skip to content
Snippets Groups Projects
  1. Sep 01, 2003
  2. Aug 29, 2003
  3. Aug 28, 2003
  4. Aug 27, 2003
  5. Aug 26, 2003
  6. Aug 25, 2003
  7. Aug 22, 2003
  8. Aug 21, 2003
  9. Aug 20, 2003
  10. Aug 19, 2003
    • Robert Klöfkorn's avatar
      AlbertGrid: · 1f307079
      Robert Klöfkorn authored
      Jacobian_inverse implementation revised and now nearly as fast as the
      Albert implementation.
      
      NeighborIterator revised and now we have a speedup.
      
      LagrangeBase:
      
      caching of basefunction values at quadrature points works for gradients
      aswell now.
      
      Tested with the implementation of Poisson equation and compared with an
      Albert implementation of the same problem. :-) we are close.
      
      [[Imported from SVN: r112]]
      1f307079
  11. Aug 06, 2003
  12. Aug 05, 2003
    • Robert Klöfkorn's avatar
      Bilinear basis for quadrilaterals added. The concept will be revised in · dabfc41a
      Robert Klöfkorn authored
      this matter the next day. Some template parameters will change.
      
      [[Imported from SVN: r109]]
      dabfc41a
    • Thimo Neubauer's avatar
      - tilde is expanded again · 6b943fdf
      Thimo Neubauer authored
      - fixed a bug that would have added a useless -I parameter if dune was
        installed in a default location (where it should live in the near
        future)
      
      [[Imported from SVN: r108]]
      6b943fdf
    • Robert Klöfkorn's avatar
      Quadrature now with polynomial order as template parameter and as · b6deb526
      Robert Klöfkorn authored
      dynamic value. FastQuadrature is the template implementation and Quadrature
      the dynamic version.
      
      gaussquadimp.hh .cc  is the GaussQuadrature implemented by Peter
      but now with order as template parameter but the same functionality.
      This was needed for the new implementation.
      
      quadlqh.hh provides gauss quadrature with the new interface for lines,
      quadrilaterlas and hexahedrons, i.e. its an interface between Peters
      GaussQuadrature and the other stuff.
      
      [[Imported from SVN: r107]]
      b6deb526
  13. Aug 04, 2003
  14. 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
  15. Jul 25, 2003
Loading