OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WTensorFunc< TensorBase_T, order, dim, Data_T > Class Template Reference

Implements functions that should only be defined for certain values of order. More...

#include <WTensorBase.h>

+ Inheritance diagram for WTensorFunc< TensorBase_T, order, dim, Data_T >:

Detailed Description

template<template< std::size_t, std::size_t, typename > class TensorBase_T, std::size_t order, std::size_t dim, typename Data_T>
class WTensorFunc< TensorBase_T, order, dim, Data_T >

Implements functions that should only be defined for certain values of order.

Template Parameters
TensorBase_TEither WTensorBase<> or WTensorBaseSym<>
orderThe order of the tensor.
dimThe dimension of the tensor, i.e. the number of components in each direction.
Data_TThe datatype of the components, double by default.

Definition at line 1132 of file WTensorBase.h.


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