![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
#include <vector>#include "conv_neu2hec.h"#include "cconv_mat.h"#include "conv_util.h"#include "CConvMessage.h"Go to the source code of this file.
Data Structures | |
| class | eg_rec_t |
Enumerations | |
| enum | { opt_plane_stress = 0 , opt_plane_strain = 1 } |
| enum | { EESO_NOTHING = 0 , EESO_SEC , EESO_SEC_OPT } |
Functions | |
| bool | operator== (const eg_rec_t &a, const eg_rec_t &b) |
| bool | operator< (const eg_rec_t &a, const eg_rec_t &b) |
| bool | operator> (const eg_rec_t &a, const eg_rec_t &b) |
| bool | operator<= (const eg_rec_t &a, const eg_rec_t &b) |
| bool | operator>= (const eg_rec_t &a, const eg_rec_t &b) |
| void | conv_neu2hec (CNFData &neu, CHECData &hec, int sol) |
| anonymous enum |
| Enumerator | |
|---|---|
| opt_plane_stress | |
| opt_plane_strain | |
Definition at line 276 of file conv_neu2hec.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| EESO_NOTHING | |
| EESO_SEC | |
| EESO_SEC_OPT | |
Definition at line 584 of file conv_neu2hec.cpp.
Definition at line 772 of file conv_neu2hec.cpp.
Definition at line 689 of file conv_neu2hec.cpp.
Definition at line 695 of file conv_neu2hec.cpp.
Definition at line 686 of file conv_neu2hec.cpp.
Definition at line 692 of file conv_neu2hec.cpp.
Definition at line 698 of file conv_neu2hec.cpp.