From 0f4033c3d3e8c3c190b2a97f9435d8e2fdeba9fd Mon Sep 17 00:00:00 2001
From: guido Changed: The build system was entirely revised. Object
- files in debug more now have the suffix
.g.o
- instead of .go
. All object files from the
- subdirectories are now placed into the /lib
- top-level directory, rather than in library directories in the
- individual subdirs.
-
- (WB 2002/02/1)
- .g.o
instead of
+ .go
. All object files from the subdirectories are now
+ placed into the /lib
top-level directory, rather than
+ in library directories in the individual subdirs.
+
+ (WB 2002/02/11)
+
Changed: The quite logorrhoeic function name TensorProductPolynomials
::n_tensor_product_polynomials
was changed to
+ n
to be compliant wth the new class PolynomialSpace
.
+
+ GK 2002/02/11)
+
New: The class PolynomialSpace
+ implements the space of polynomials at most a certain degree in
+ arbitrary space dimensions.
+
+ GK 2002/02/11)
+
New: Functions SparsityPattern::copy_from
and SparseMatrix::copy_from
allow to copy a
- full matrix into a sparse matrix.
-
- (WB 2002/02/06)
-
SparseMatrix::copy_from
allow to copy a full
+ matrix into a sparse matrix.
+ New: Finite element family with complete polynomial spaces
+ for discontinuous Galerkin: FE_DGP
+
+ GK 2002/02/11)
+