GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Dune::Concepts::Function Concept Reference
Concept definition
template
<
typename
T,
typename
Gr
id
View>
concept
GridFormat::Dune::Concepts::Function
=
requires
(
const
T& f,
const
typename
GridView::template Codim<0>::Entity& element) {
{ localFunction(f) };
{ localFunction(f).bind(element) };
{ localFunction(f)(element.geometry().center()) };
}
GridFormat::Dune::Concepts::Function
Definition:
dune.hpp:757
GridFormat
Dune
Concepts
Function
Generated by
1.9.6