Skip to content
Snippets Groups Projects
  1. Oct 21, 2003
  2. Oct 15, 2003
  3. Oct 14, 2003
  4. Oct 08, 2003
    • Robert Klöfkorn's avatar
      Added the BLAS Library Check. · 7609d692
      Robert Klöfkorn authored
      Default is, that no BLAS Library is used. With the --enable-blas
      option BLAS Library searching is enabled. The default Path is /usr/lib.
      
      With the --with-blas-lib=PATH an optional PATH can be specified.
      
      [[Imported from SVN: r165]]
      7609d692
  5. Oct 07, 2003
  6. Oct 02, 2003
    • Robert Klöfkorn's avatar
      Implemented the method checkInside on SElement and AlbertGridElement. · 0da2ffb5
      Robert Klöfkorn authored
      Futhermore implemented the changes of the NeighborIterator and the new
      BoundaryEntity. On SGrid the methods of BoundaryEntity are only declared at
      the moment but not implemented.
      
      [[Imported from SVN: r161]]
      0da2ffb5
    • Robert Klöfkorn's avatar
      Added < bool checkInside (Vec .. ) > on class Element. · 20ee873a
      Robert Klöfkorn authored
      This method returns true if an point is located within the current element.
      
      Furthermore added an interface class BoundaryEntity which provides
      information about the boundary. This is a new template parameter for
      NeighborIterator. I adapted the interface classes and SGrid and AlbertGrid.
      
      On NeighborIterator the method < bool boundary .. > returns wether we are
      at boubdary or not. The method < neighbor > returns true if an neihgbor on this
      level exists. The method < boundaryEntity > returns a BoundaryEntity with
      information about boundary type and so on, if we are at boundary.
      
      [[Imported from SVN: r160]]
      20ee873a
  7. Oct 01, 2003
  8. Sep 30, 2003
    • Robert Klöfkorn's avatar
      Now all classes of SGrid and AlbertGrid derive from the default classes. · 3923f4f0
      Robert Klöfkorn authored
      Furthermore all routines belonging to ALBERT are implemented in
      albertextra.hh in a special namespace.
      
      Added write and read methods for the AlbertGrid.
      
      [[Imported from SVN: r158]]
      3923f4f0
    • Robert Klöfkorn's avatar
      Implemented Default Classes for Grid Interface. · 3ab11208
      Robert Klöfkorn authored
      >From now on all implementations of the Grid interface should be derived
      from the Default Classes, i.e. GridDefault.
      All Default classes implement some extra functionality using the slim
      interface described in the interface classes. For example the method
      subIndex of the class EntityDefault<codim=0...> returns the global index of
      a sub entity with codim=cc and a local number. The Implenentation is done
      via the interface method entity of the Entity Interface.
      
      The class GridDefault provides an LeafIterator. This iterator uses the
      LevelIterator and Hierarchical Iterator to iterate over all leaf elements
      until a given maxlevel.
      The LeafIterator has the same Interface as the LevelIterator.
      
      Furtermore added some methods for writing the grid to an file. But im still
      working on it. Therefore explanations later.
      
      [[Imported from SVN: r157]]
      3ab11208
  9. Sep 27, 2003
  10. Sep 24, 2003
  11. Sep 23, 2003
  12. Sep 16, 2003
  13. Sep 12, 2003
Loading