[Dune] API change in dune-geometry

Oliver Sander sander at igpm.rwth-aachen.de
Mon Nov 11 17:15:26 CET 2013


Dear Dune users,
I write this email to point out an API change I just made in dune-geometry.

There, the enum QuadratureType::Enum (which enumerates 1d quadrature rules)
has new values

* GaussLegendre
* GaussJacobi_1_0
* GaussJacobi_2_0

These mimick the behavior of the old values

* Gauss
* Jacobian_1_0
* Jacobian_2_0

which are still there.  The old values will disappear after the next release.

I expect that few people are bothered by this change, as not many use this
enum directly.  However, it is not technically possible to deprecate enum
values.  Therefore, the old names will disappear without a prior warning from
the compiler.

Thanks for your indulgence,
Oliver

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20131111/5129ff8b/attachment.sig>


More information about the Dune mailing list