Dune::CoefficientsInterface Struct Reference

Interface for global-valued coefficients. More...

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

Inheritance diagram for Dune::CoefficientsInterface:
Inheritance graph

List of all members.

Public Member Functions

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

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

Reimplemented in Dune::PowerCoefficients.

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

number of coefficients

Reimplemented in Dune::PowerCoefficients.


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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].