muMECH
1.0
|
#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 )] |
#define _T | ( | i, | |
j | |||
) | T[( i - 1 ) * 3 + ( j - 1 )] |
Definition at line 367 of file transformTensors.cpp.
Referenced by mumech::TransformTensors::give_Te_3d().