dune-localfunctions  2.2.1
Public Member Functions | List of all members
Dune::CoefficientsInterface Struct Reference

Interface for global-valued coefficients. More...

#include <dune/localfunctions/common/interface.hh>

Inheritance diagram for Dune::CoefficientsInterface:
Dune::EdgeS0_5Coefficients< dim > Dune::PowerCoefficients

Public Member Functions

std::size_t size () const
 number of coefficients More...
 
const LocalKeylocalKey (std::size_t i) const
 get i'th index More...
 

Detailed Description

Interface for global-valued coefficients.

Note
This interface is listet seperately only to keep it together with the other global-valued interfaces. It is identical to the interface for local coefficients.

Member Function Documentation

const LocalKey& Dune::CoefficientsInterface::localKey ( std::size_t  i) const

get i'th index

std::size_t Dune::CoefficientsInterface::size ( ) const

number of coefficients


The documentation for this struct was generated from the following file: