From: guido
- New: Vector::operator *
is now
+ New: Vector
::operator *
is now
templatized, allowing for scalar products of vectors with
different underlying types.
@@ -228,6 +228,15 @@ documentation, etc.
+ New: FiniteElement
::has_support_on_face
allows to check
+ whether a shape function has non-zero values on a certain face
+ of a cell.
+
+ (GK 2001/12/04)
+
Changed: The IteratorState
enum used
to indicate the state in which an iterator can be is now