dune-geometry
2.9.1
Loading...
Searching...
No Matches
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.
Generated by
1.10.0