DUNE Geometry (2.8)

Deprecated List
Member Dune::Geo::ReferenceElement< Implementation >::integrationOuterNormal (int face) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::position (int i, int c) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::type (int i, int c) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::type () const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::ReferenceElement
Using the syntax Dune::ReferenceElement<ctype,dim> is deprecated in DUNE 2.6. You have the following alternatives:
  • Most of the time, you will want to use Dune::ReferenceElement<Geometry> because you already have a geometry type available.
  • Dune::ReferenceElements<ctype,dim>::ReferenceElement.
  • Dune::Transitional::ReferenceElement<ctype,Dune::Dim<dim>>. This will become available as Dune::ReferenceElement<ctype,Dune::Dim<dim>> after the release of DUNE 2.6.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (May 27, 22:36, 2026)