SU2
Public Member Functions | Protected Attributes | List of all members
CGaussVariable Class Reference

Main class for defining the gaussian points. More...

#include <gauss_structure.hpp>

Public Member Functions

 CGaussVariable (void)
 Constructor of the class.
 
 CGaussVariable (unsigned short val_iGauss, unsigned short val_nDim, unsigned short val_nNodes)
 
virtual ~CGaussVariable (void)
 Destructor of the class.
 
void SetGradNi_Xj (su2double val_GradNi_Xj, unsigned short val_iDim, unsigned short val_Ni)
 
void SetGradNi_xj (su2double val_GradNi_xj, unsigned short val_iDim, unsigned short val_Ni)
 
void SetNi (su2double val_ShapeNi, unsigned short val_Ni)
 
void SetJ_X (su2double valJ_X)
 
void SetJ_x (su2double valJ_x)
 
su2double ** GetGradNi_Xj (void)
 
su2double GetGradNi_Xj (unsigned short val_Ni, unsigned short val_iDim)
 
su2double GetGradNi_xj (unsigned short val_Ni, unsigned short val_iDim)
 
su2double GetNi (unsigned short val_Ni)
 
su2double GetJ_X (void)
 
su2double GetJ_x (void)
 
unsigned short Get_iGauss (void)
 

Protected Attributes

su2double ** GradNi_Xj
 
su2double ** GradNi_xj
 
su2double * Ni
 
su2double J_X
 
su2double J_x
 
unsigned short iGaussPoint
 

Detailed Description

Main class for defining the gaussian points.

Author
R. Sanchez
Version
5.0.0 "Raven"

Constructor & Destructor Documentation

§ CGaussVariable()

CGaussVariable::CGaussVariable ( unsigned short  val_iGauss,
unsigned short  val_nDim,
unsigned short  val_nNodes 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Parameters
[in]val_nvar- Number of variables of the problem.
[in]config- Definition of the particular problem.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Parameters
[in]val_iGauss- ID of the Gaussian Point
[in]val_nDim- Number of dimensions of the problem.
[in]config- Definition of the particular problem.

The documentation for this class was generated from the following files: