dune-pdelab
2.7-git
|
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. 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... | |
a Function maps x in DomainType to y in RangeType
typedef BaseT::Traits Dune::PDELab::SelectComponentAdapter< T >::Traits |
Export type traits.
|
inline |
|
inlineinherited |
Evaluate all basis function at given position.
Evaluates all shape functions at the given position and returns these values in a vector.
|
inline |
Evaluate all basis function at given position.
Evaluates all shape functions at the given position and returns these values in a vector.
|
inline |
set component to be selected