Skip to content
Snippets Groups Projects
  1. Oct 23, 2003
  2. Oct 21, 2003
  3. Oct 15, 2003
  4. Oct 14, 2003
  5. 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
  6. Oct 07, 2003
  7. 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
  8. Oct 01, 2003
  9. Sep 30, 2003
Loading