NeoPZ
Classes | Macros | Functions
TPZTensor.h File Reference
#include "pzmanvector.h"
#include "pzfmatrix.h"
#include "pzextractval.h"
#include <iostream>
#include <algorithm>
#include "fadType.h"
#include <math.h>
#include <array>
#include <functional>
#include <pzvec_extras.h>
#include "pzlog.h"
#include "TPZAssert.h"
#include <fenv.h>
Include dependency graph for TPZTensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZTensor< T >
 
struct  TPZTensor< T >::TPZDecomposed
 

Macros

#define _XX_
 
#define _XY_
 
#define _XZ_
 
#define _YY_
 
#define _YZ_
 
#define _ZZ_
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const TPZTensor< T > &tens)
 
template<class T >
static T Polynom (const T &x, const T &I1, const T &I2, const T &I3)
 
template<class T >
static T DerivPolynom (const T &x, const T &I1, const T &I2, const T &I3)
 
template<class T >
static T UpdateNewton (const T &x, const T &I1, const T &I2, const T &I3)
 

Macro Definition Documentation

◆ _XX_

#define _XX_

◆ _XY_

#define _XY_

◆ _XZ_

#define _XZ_

◆ _YY_

#define _YY_

◆ _YZ_

#define _YZ_

◆ _ZZ_

#define _ZZ_

Function Documentation

◆ DerivPolynom()

template<class T >
static T DerivPolynom ( const T &  x,
const T &  I1,
const T &  I2,
const T &  I3 
)
static

Definition at line 1005 of file TPZTensor.h.

References TPZTensor< T >::I2().

Referenced by UpdateNewton().

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const TPZTensor< T > &  tens 
)

Definition at line 866 of file TPZTensor.h.

◆ Polynom()

template<class T >
static T Polynom ( const T &  x,
const T &  I1,
const T &  I2,
const T &  I3 
)
static

Definition at line 999 of file TPZTensor.h.

References TPZTensor< T >::I3().

Referenced by UpdateNewton().

◆ UpdateNewton()

template<class T >
static T UpdateNewton ( const T &  x,
const T &  I1,
const T &  I2,
const T &  I3 
)
static

Definition at line 1011 of file TPZTensor.h.

References DerivPolynom(), and Polynom().