You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/nmNum/nmCalculation/nmCalculationDefine.h

13 lines
297 B
C

#ifndef NMCALCULATIONDEFINE_H
#define NMCALCULATIONDEFINE_H
// 网格类型
enum NM_Grid_Type {
NM_Grid_Triangle = 0, // 三角形
NM_Grid_Quadrilateral, // 四边形
NM_Grid_Hexagon, // 六边形
NM_Grid_UNKNWON
};
#endif // NMCALCULATIONDEFINE_H