#include <policy.hpp>
template<uint16_type Dim>
struct Feel::Tensor2< Dim >
Policy for rank 2 tensor polynomials or polynomial sets of dimension Dim
|
template<typename T > |
static ublas::matrix< T > | toMatrix (ublas::matrix< T > const &__c) |
|
template<typename AE > |
static ublas::matrix< typename
ublas::matrix_expression< AE >
::value_type > | toType (ublas::matrix_expression< AE > const &__c) |
|
template<typename T > |
static ublas::matrix< T > | toType (ublas::matrix< T > const &__c) |
|
|
static const bool | is_scalar = false |
|
static const bool | is_tensor2 = true |
|
static const bool | is_tensor3 = false |
|
static const bool | is_vectorial = false |
|
static const uint16_type | nComponents = nDim*nDim |
|
static const uint16_type | nComponents1 = nDim |
|
static const uint16_type | nComponents2 = nDim |
|
static const uint16_type | nComponents3 = 1 |
|
static const uint16_type | nComponentsLast = nComponents2 |
|
static const uint16_type | nDim = Dim |
|
static const uint16_type | rank = 2 |
|
The documentation for this struct was generated from the following file: