muMECH
1.0
|
#include "esei_Ellipsoid.h"
#include "macros.h"
#include "eshelbySoluLambda.h"
#include "legendreIntegrals.h"
#include "elementaryFunctions.h"
#include "problem.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
mumech | |
Macros | |
#define | _delta_lambda(lambda) sqrt( ( SQR(I->a[0])+lambda )*( SQR(I->a[1])+lambda )*( SQR(I->a[2])+lambda ) ) |
#define _delta_lambda | ( | lambda | ) | sqrt( ( SQR(I->a[0])+lambda )*( SQR(I->a[1])+lambda )*( SQR(I->a[2])+lambda ) ) |
Definition at line 45 of file esei_Ellipsoid.cpp.
Referenced by mumech::eshelbySoluEllipticIntegralsEllipsoid::giveDerivativesOfEllipticIntegrals(), and mumech::eshelbySoluEllipticIntegralsEllipsoid::giveEllipticIntegrals().