#include <basis.hpp>
template<typename tag, typename T>
class Feel::Basis< tag, T >
Base class for basis.
- Author
- Christophe Prud'homme
- See Also
|
|
|
typedef T | value_type |
| |
typedef ublas::matrix
< value_type, ublas::row_major > | matrix_type |
| |
|
|
| static matrix_type const & | d (uint16_type i) |
| | derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice More...
|
| |
| static matrix_type const & | derivate (uint16_type i) |
| | derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice More...
|
| |
|
|
template<typename PrimalBasis > |
| static void | initDerivation (PrimalBasis const &basis) |
| |
template<typename tag, typename T>
template<typename PrimalBasis >
default constructor call differentiation matrix static construction
template<typename tag, typename T>
copy constructor no need to do something, everything is static
template<typename tag, typename T>
destructor, nothing to do
template<typename tag, typename T>
| static matrix_type const& Feel::Basis< tag, T >::d |
( |
uint16_type |
i | ) |
|
|
inlinestatic |
derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice
- i index of the derivative (0 : x, 1 : y, 2 : z )
template<typename tag, typename T>
| static matrix_type const& Feel::Basis< tag, T >::derivate |
( |
uint16_type |
i | ) |
|
|
inlinestatic |
derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice
- i index of the derivative (0 : x, 1 : y, 2 : z )
The documentation for this class was generated from the following file: