NeoPZ
TPZTensor.cpp
Go to the documentation of this file.
1 // $Id: TPZTensor.cpp,v 1.2 2008-03-08 03:12:52 erick Exp $
2 
3 #include "TPZTensor.h"
4 
5 template<class T>
7 
8 template class TPZTensor<STATE>;
9 
10 #ifdef _AUTODIFF
11 #include "tfad.h"
12 template class TPZTensor<TFad<6,double>>;
13 #endif