MAST
mast_data_types.h File Reference
#include "libmesh/libmesh_common.h"
#include "libmesh/dense_matrix.h"
#include "libmesh/dense_vector.h"
#include "Eigen/Dense"
Include dependency graph for mast_data_types.h:

Go to the source code of this file.

Classes

struct  VectorType< ValType >
 
struct  VectorType< Real >
 
struct  VectorType< Complex >
 
struct  MatrixType< ValType >
 
struct  MatrixType< Real >
 
struct  MatrixType< Complex >
 

Typedefs

typedef libMesh::Real Real
 
typedef libMesh::Complex Complex
 
typedef Matrix< Real, Dynamic, 1 > RealVectorX
 
typedef Matrix< Real, 3, 1 > RealVector3
 
typedef Matrix< Complex, Dynamic, 1 > ComplexVectorX
 
typedef Matrix< Complex, 3, 1 > ComplexVector3
 
typedef Matrix< Real, Dynamic, Dynamic > RealMatrixX
 
typedef Matrix< Real, 3, 3 > RealMatrix3
 
typedef Matrix< Complex, Dynamic, Dynamic > ComplexMatrixX
 
typedef Matrix< Complex, 3, 3 > ComplexMatrix3
 
typedef libMesh::DenseMatrix< RealDenseRealMatrix
 
typedef libMesh::DenseMatrix< ComplexDenseComplexMatrix
 
typedef libMesh::DenseVector< RealDenseRealVector
 
typedef libMesh::DenseVector< ComplexDenseComplexVector
 

Typedef Documentation

typedef libMesh::Complex Complex

Definition at line 33 of file mast_data_types.h.

typedef Matrix<Complex, 3, 3> ComplexMatrix3

Definition at line 47 of file mast_data_types.h.

typedef Matrix<Complex, Dynamic, Dynamic> ComplexMatrixX

Definition at line 46 of file mast_data_types.h.

typedef Matrix<Complex, 3, 1> ComplexVector3

Definition at line 38 of file mast_data_types.h.

typedef Matrix<Complex, Dynamic, 1> ComplexVectorX

Definition at line 37 of file mast_data_types.h.

typedef libMesh::DenseMatrix<Complex> DenseComplexMatrix

Definition at line 54 of file mast_data_types.h.

typedef libMesh::DenseVector<Complex> DenseComplexVector

Definition at line 57 of file mast_data_types.h.

typedef libMesh::DenseMatrix<Real> DenseRealMatrix

Definition at line 53 of file mast_data_types.h.

typedef libMesh::DenseVector<Real> DenseRealVector

Definition at line 56 of file mast_data_types.h.

typedef libMesh::Real Real

Definition at line 32 of file mast_data_types.h.

typedef Matrix<Real, 3, 3> RealMatrix3

Definition at line 45 of file mast_data_types.h.

typedef Matrix<Real, Dynamic, Dynamic> RealMatrixX

Definition at line 44 of file mast_data_types.h.

typedef Matrix<Real, 3, 1> RealVector3

Definition at line 36 of file mast_data_types.h.

typedef Matrix<Real, Dynamic, 1> RealVectorX

Definition at line 35 of file mast_data_types.h.