muMECH  1.0
Namespaces | Macros
transformTensors.cpp File Reference
#include <math.h>
#include "macros.h"
#include "transformTensors.h"
#include "matrixOperations.h"
#include "elementaryFunctions.h"
#include "problem.h"

Go to the source code of this file.

Namespaces

 mumech
 

Macros

#define _T(i, j)   T[( i - 1 ) * 3 + ( j - 1 )]
 

Macro Definition Documentation

#define _T (   i,
 
)    T[( i - 1 ) * 3 + ( j - 1 )]

Definition at line 367 of file transformTensors.cpp.

Referenced by mumech::TransformTensors::give_Te_3d().