Rheolef  7.1
an efficient C++ finite element environment
tensor3.cc File Reference

Go to the source code of this file.

Namespaces

 rheolef
 This file is part of Rheolef.
 

Macros

#define _RHEOLEF_instanciation(T)
 

Functions

template<class T >
T dddot (const tensor3_basic< T > &a, const tensor3_basic< T > &b)
 

Macro Definition Documentation

◆ _RHEOLEF_instanciation

#define _RHEOLEF_instanciation (   T)
Value:
template class tensor3_basic<T>; \
template T dddot (const tensor3_basic<T>&, const tensor3_basic<T>&); \
rheolef::dddot
T dddot(const tensor3_basic< T > &a, const tensor3_basic< T > &b)
Definition: tensor3.cc:94
T
Expr1::float_type T
Definition: field_expr.h:218