|
dune-localfunctions
2.2.0
|
Interface for global-valued coefficients. More...
#include <dune/localfunctions/common/interface.hh>
Public Member Functions | |
| std::size_t | size () const |
| number of coefficients | |
| const LocalKey & | localKey (std::size_t i) const |
| get i'th index | |
Interface for global-valued coefficients.
| const LocalKey& Dune::CoefficientsInterface::localKey | ( | std::size_t | i | ) | const |
get i'th index
Reimplemented in Dune::PowerCoefficients, and Dune::EdgeS0_5Coefficients< dim >.
| std::size_t Dune::CoefficientsInterface::size | ( | ) | const |
number of coefficients
Reimplemented in Dune::PowerCoefficients, and Dune::EdgeS0_5Coefficients< dim >.
1.8.1