mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-11 05:54:32 +05:00

+enum SMDSAbs_ElementOrder { + ORDER_ANY, /*! entities of any order */ + ORDER_LINEAR, /*! entities of 1st order */ + ORDER_QUADRATIC /*! entities of 2nd order */ +};
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%