libMesh
Classes | Namespaces | Functions
type_n_tensor.h File Reference

Go to the source code of this file.

Classes

class  libMesh::TypeNTensor< N, T >
 This class will eventually define a rank-N tensor in LIBMESH_DIM dimensional space of type T. More...
 

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Functions

template<unsigned int N, typename T , typename Scalar >
boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeNTensor< N, typename CompareTypes< Scalar, T >::supertype > >::type libMesh::operator* (const Scalar &, const TypeNTensor< N, T > &)
 
template<unsigned int N, typename T , typename Scalar >
boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeNTensor< N, typename CompareTypes< Scalar, T >::supertype > >::type libMesh::operator/ (const Scalar &, const TypeNTensor< N, T > &)