[Dune] [#723] method order on basis

Dune flyspray at dune-project.org
Sun Jan 24 20:41:27 CET 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Andreas Dedner (dedner) 

Attached to Project - Dune
Summary - method order on basis
Task Type - Bug Report
Category - Localfunctions
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - High
Priority - High
Reported Version - SVN (pre2.0)
Due in Version - Undecided
Due Date - Undecided
Details - What is the exact semantics of order()?

We would suggest to have two methods:
k=interpolationOrder(): P_k subset span<b_i>
K=maxOrder():           span<b_i> subset P_K
Example: RT_0 would have k=0, K=1
         Q_p  would have k=p, K=2p
         P_p  would have k=K=p
Note that the maxOrder is only meaningful for polynomial
basis functions (e.g. a sin/cos basis would have to have
k=0, K=infinity).

A third value which might be even more practical, is a bit
difficult to define and has something todo with the required
quadrature order. Assuming e.g. that a tensor product
quadrature is used on cubes then the quadrature order for
Q_p would be p=interpolationOrder();
but for RT_0 on simplex elements we need order 1=maxOrder().
Of course maxOrder always works but in the case of Q_p it
is much to large.

At the moment the order seems not consistently implemented:
Q1LocalBasis::order returns 1 (interpolation order)
RT0LocalBasis::order returns 1 (max order)
Our basis function return the ''quadrature order''.


More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=723

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list