DUNE PDELab (git)

Dune::PDELab::SelectComponentAdapter< T > Class Template Reference

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

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

Public Types

typedef BaseT::Traits Traits
 Export type traits.
 

Public Member Functions

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
 
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 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.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)