]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new set_numbering and output_indices functions in PolynomialSpace, TensorProductPolyn...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 19:08:52 +0000 (19:08 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 19:08:52 +0000 (19:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@8787 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/c-4-0.html

index a8be8752a7882e343d93d9a986a3c6af4933ec5f..d1e2cb7e2b1b9ff149b028f40a50c2e35663a0cd 100644 (file)
@@ -257,6 +257,33 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>base</h3>
 
 <ol>
+  <li> <p> 
+
+       New: There is now a new <code class="class">PolynomialsP</code>
+       class which is based on <code
+       class="class">Polynomials::Monomial</code> and <code
+       class="class">PolynomialSpace</code>. In contrast to the
+       default ordering of the polynomials in <code
+       class="class">PolynomialSpace</code>, (e.g. for degree=2) <i>1,
+       x, x<sup>2</sup>, y, xy, y<sup>2</sup></i>, the <code
+       class="class">PolynomialsP</code> class now gives the
+       (natural?!)  ordering <i>1, x, y, xy, x<sup>2</sup>,
+       y<sup>2</sup></i>.
+       <br>
+       (RH 2004/03/11)
+       </p>
+
+  <li> <p> 
+       New: The classes <code class="class">PolynomialSpace</code> and
+       <code class="class">TensorProductPolynomials</code> now have
+       new <code class="member">set_numbering</code> functions which
+       allow to change the ordering of the polynomials. The ordering
+       and the indices of the polynomials kann be checked by using the
+       new <code class="member">output_indices</code> functions.
+       <br>
+       (RH 2004/03/11)
+       </p>
+
   <li> <p> New: The class <code
        class="class">PolynomialsBDM</code> implements BDM polynomials in
        two dimensions on the unit square. It was implemented as is

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.