Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Core Modules
dune-localfunctions
Commits
2d0a4b69
Commit
2d0a4b69
authored
Oct 21, 2021
by
Christoph Grüninger
Browse files
Remove deprecated topologyId from RaviartThomasSimplex
parent
4d9d4ceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/localfunctions/raviartthomas/raviartthomassimplex/raviartthomassimplexinterpolation.hh
View file @
2d0a4b69
...
...
@@ -128,9 +128,6 @@ namespace Dune
TestFaceBasisFactory
::
release
(
f
.
basis_
);
}
[[
deprecated
(
"Use type().id() instead."
)]]
unsigned
int
topologyId
()
const
{
return
type
().
id
();
}
GeometryType
type
()
const
{
return
geometry_
;
}
std
::
size_t
order
()
const
{
return
order_
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment