COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | List of all members
MatrixTypes< NDIM, NEQS, NVAR, NGRAD > Struct Template Reference

#include <MatrixTypes.hpp>

Public Types

typedef Eigen::Matrix< Real, NDIM, 1 > ColVector_NDIM
 
typedef Eigen::Matrix< Real, 1, NEQS > RowVector_NEQS
 
typedef Eigen::Matrix< Real, 1, NVAR > RowVector_NVAR
 
typedef Eigen::Matrix< Real, 1, NGRAD > RowVector_NGRAD
 
typedef Eigen::Matrix< Real, NDIM, NDIM > Matrix_NDIMxNDIM
 
typedef Eigen::Matrix< Real, NDIM, NEQS > Matrix_NDIMxNEQS
 
typedef Eigen::Matrix< Real, NEQS, NEQS > Matrix_NEQSxNEQS
 
typedef Eigen::Matrix< Real, NDIM, NVAR > Matrix_NDIMxNVAR
 
typedef Eigen::Matrix< Real, NDIM, NGRAD > Matrix_NDIMxNGRAD
 

Detailed Description

template<Uint NDIM, Uint NEQS = 0, Uint NVAR = 0, Uint NGRAD = 0>
struct cf3::physics::MatrixTypes< NDIM, NEQS, NVAR, NGRAD >

Definition at line 18 of file MatrixTypes.hpp.

Member Typedef Documentation

typedef Eigen::Matrix<Real,NDIM,1> ColVector_NDIM

Definition at line 20 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,NDIM,NDIM> Matrix_NDIMxNDIM

Definition at line 24 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,NDIM,NEQS> Matrix_NDIMxNEQS

Definition at line 25 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,NDIM,NGRAD> Matrix_NDIMxNGRAD

Definition at line 28 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,NDIM,NVAR> Matrix_NDIMxNVAR

Definition at line 27 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,NEQS,NEQS> Matrix_NEQSxNEQS

Definition at line 26 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,1,NEQS> RowVector_NEQS

Definition at line 21 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,1,NGRAD> RowVector_NGRAD

Definition at line 23 of file MatrixTypes.hpp.

typedef Eigen::Matrix<Real,1,NVAR> RowVector_NVAR

Definition at line 22 of file MatrixTypes.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin