58 su2double **GradNi_Xj,
63 unsigned short iGaussPoint;
85 CGaussVariable(
unsigned short val_iGauss,
unsigned short val_nDim,
unsigned short val_nNodes);
92 void SetGradNi_Xj(su2double val_GradNi_Xj,
unsigned short val_iDim,
unsigned short val_Ni);
94 void SetGradNi_xj(su2double val_GradNi_xj,
unsigned short val_iDim,
unsigned short val_Ni);
96 void SetNi(su2double val_ShapeNi,
unsigned short val_Ni);
98 void SetJ_X(su2double valJ_X);
100 void SetJ_x(su2double valJ_x);
102 su2double **GetGradNi_Xj(
void);
104 su2double GetGradNi_Xj(
unsigned short val_Ni,
unsigned short val_iDim);
106 su2double GetGradNi_xj(
unsigned short val_Ni,
unsigned short val_iDim);
108 su2double GetNi(
unsigned short val_Ni);
110 su2double GetJ_X(
void);
112 su2double GetJ_x(
void);
114 unsigned short Get_iGauss(
void);
Headers of the main subroutines for creating the geometrical structure. The subroutines and functions...
All the information about the definition of the physical problem. The subroutines and functions are i...
In-Line subroutines of the gauss_structure.hpp file.
Headers of the mpi interface for generalized datatypes. The subroutines and functions are in the mpi_...
Main class for defining the gaussian points.
Definition: gauss_structure.hpp:55