v0.16.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DiffDeviator.hpp File Reference

Go to the source code of this file.

Classes

class  FTensor::DiffDeviator< T, Dim >
 Fourth-order differential deviator tensor. More...
 

Namespaces

namespace  FTensor
 Tensors class implemented by Walter Landry.
 

Functions

template<class T = int, int Dim>
constexpr auto FTensor::diff_deviator ()
 
template<class T = int, int Dim>
constexpr auto FTensor::diff_deviator (const Number< Dim > &)
 
template<class T = int, int Dim, char i, char j, char k, char l, int Dim01, int Dim23>
std::enable_if<(Dim01==3 &&Dim23==Dim), Ddg_Expr< DiffDeviator< T, Dim >, typenameDiffDeviator< T, Dim >::value_type, Dim01, Dim23, i, j, k, l > >::type FTensor::diff_deviator (const Index< i, Dim01 > &, const Index< j, Dim01 > &, const Index< k, Dim23 > &, const Index< l, Dim23 > &)