From: Ralf Hartmann FunctionParser
. Wrapper
class for the fparser library (see
- http://www.students.tut.fi/~warp/FunctionParser/.
- (Luca Heltai, 2005/03/07).
-
+ http://www.students.tut.fi/~warp/FunctionParser/).
- (GK, 2005/03/02)
+ (Luca Heltai, 2005/03/07).
@@ -166,7 +164,6 @@ inconvenience this causes.
New: The PreconditionRichardson
implements a Richardson preconditioner.
-
(GK, 2005/03/10)
+ Improved: By employing the new GeometryInfo
::line_to_cell_vertices
, GeometryInfo
::face_to_cell_vertices
and GeometryInfo
::face_to_cell_lines
functions the Triangulation
::create_triangulation
functions are now
+ implemented independent of given conventions for the numbering
+ of vertices, lines and faces.
+
+ (RH, 2005/03/11)
+
+ New: The new GeometryInfo
::line_to_cell_vertices
function maps line
+ vertex numbers to cell vertex numbers.
+
+ (RH, 2005/03/11)
+
+ New: The new GeometryInfo
::face_to_cell_lines
function maps face
+ line numbers to cell line numbers.
+
+ (RH, 2005/03/11)
+
+ New: The new GeometryInfo
::face_to_cell_vertices
function maps face
+ vertex numbers to cell vertex numbers.
+
+ (RH, 2005/03/11)
+
Fixed: There was a bug in the KellyErrorEstimator
class that resulted in