muMECH
1.0
|
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "macros.h"
#include "esuf.h"
#include "esei.h"
#include "eshelbySoluLambda.h"
#include "transformTensors.h"
#include "elementaryFunctions.h"
#include "matrix.h"
#include "inclusion.h"
#include "problem.h"
#include "polynomialRootSolution.h"
Go to the source code of this file.
Namespaces | |
mumech | |
Macros | |
#define | X1 x[0] |
#define | X2 x[1] |
#define | X3 x[2] |
#define | __I(component) eSInt[component] |
#define __I | ( | component | ) | eSInt[component] |
Definition at line 50 of file esuf.cpp.
Referenced by mumech::eshelbySoluUniformField::eshelbyTensCompUniformField().
#define X1 x[0] |
Definition at line 46 of file esuf.cpp.
Referenced by mumech::eshelbySoluUniformField::giveDijkl(), mumech::eshelbySoluUniformField::giveLijkEXT(), and mumech::eshelbySoluUniformField::giveLijkINT().
#define X2 x[1] |
Definition at line 47 of file esuf.cpp.
Referenced by mumech::eshelbySoluUniformField::giveDijkl(), mumech::eshelbySoluUniformField::giveLijkEXT(), and mumech::eshelbySoluUniformField::giveLijkINT().
#define X3 x[2] |
Definition at line 48 of file esuf.cpp.
Referenced by mumech::eshelbySoluUniformField::giveDijkl(), mumech::eshelbySoluUniformField::giveLijkEXT(), and mumech::eshelbySoluUniformField::giveLijkINT().