[Dune] [#700] Remove C0LocalBasis base class and traits

Dune flyspray at dune-project.org
Thu Jan 14 10:38:39 CET 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#700 - Remove C0LocalBasis base class and traits
User who did this - Carsten Gräser (Carsten)

----------
Just to point out the necessary changes outside the virtual interface:

A)C*LocalBasisTraits<...> must be changed to LocalBasisTraits<...,order>
B)LocalBasisTraits::diffOrder might be zero even if evaluateJacobian() is always there
C)All LocalBasis implementations will need (medium-term, see 5) above) at least evaluate<0>(...)

IMHO all these changes should be done since they are reasonable and not to invasive. However, we could also avoid
.... A) at the price of needlessly complicated code
.... B) by changing the enum 'diffOrder' e.g. to 'maxImplementedPiecewisePartialDiffOrder' ;-)
.... C) by saying evaluate<0>(...) should not exist

----------

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

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