From 7ff2b16dd2b042175ac4a29567cfef2fa14f512e Mon Sep 17 00:00:00 2001
From: Guido Kanschat 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)
+