dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::SelectComponentAdapter< T > Class Template Reference

a Function maps x in DomainType to y in RangeType More...

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::SelectComponentAdapter< T >:
Inheritance graph

Public Types

typedef BaseT::Traits Traits
 Export type traits. More...
 

Public Member Functions

 SelectComponentAdapter (const T &t_, int k_)
 
void evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate all basis function at given position. More...
 
void select (int k_)
 set component to be selected More...
 
void evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate all basis function at given position. More...
 

Detailed Description

template<class T>
class Dune::PDELab::SelectComponentAdapter< T >

a Function maps x in DomainType to y in RangeType

Member Typedef Documentation

◆ Traits

template<class T >
typedef BaseT::Traits Dune::PDELab::SelectComponentAdapter< T >::Traits

Export type traits.

Constructor & Destructor Documentation

◆ SelectComponentAdapter()

template<class T >
Dune::PDELab::SelectComponentAdapter< T >::SelectComponentAdapter ( const T &  t_,
int  k_ 
)
inline

Member Function Documentation

◆ evaluate() [1/2]

void Dune::PDELab::FunctionInterface< FunctionTraits< T::Traits::DomainFieldType, T::Traits::dimDomain, T::Traits::DomainType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > , SelectComponentAdapter< T > >::evaluate ( const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inlineinherited

Evaluate all basis function at given position.

Evaluates all shape functions at the given position and returns these values in a vector.

◆ evaluate() [2/2]

template<class T >
void Dune::PDELab::SelectComponentAdapter< T >::evaluate ( const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

Evaluate all basis function at given position.

Evaluates all shape functions at the given position and returns these values in a vector.

◆ select()

template<class T >
void Dune::PDELab::SelectComponentAdapter< T >::select ( int  k_)
inline

set component to be selected


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