FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
conv_neu2hec.cpp File Reference
#include <vector>
#include "conv_neu2hec.h"
#include "cconv_mat.h"
#include "conv_util.h"
#include "CConvMessage.h"
Include dependency graph for conv_neu2hec.cpp:

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)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
opt_plane_stress 
opt_plane_strain 

Definition at line 276 of file conv_neu2hec.cpp.

◆ anonymous enum

anonymous enum
Enumerator
EESO_NOTHING 
EESO_SEC 
EESO_SEC_OPT 

Definition at line 584 of file conv_neu2hec.cpp.

Function Documentation

◆ conv_neu2hec()

void conv_neu2hec ( CNFData neu,
CHECData hec,
int  sol 
)

Definition at line 772 of file conv_neu2hec.cpp.

◆ operator<()

bool operator< ( const eg_rec_t a,
const eg_rec_t b 
)
inline

Definition at line 689 of file conv_neu2hec.cpp.

◆ operator<=()

bool operator<= ( const eg_rec_t a,
const eg_rec_t b 
)
inline

Definition at line 695 of file conv_neu2hec.cpp.

◆ operator==()

bool operator== ( const eg_rec_t a,
const eg_rec_t b 
)
inline

Definition at line 686 of file conv_neu2hec.cpp.

◆ operator>()

bool operator> ( const eg_rec_t a,
const eg_rec_t b 
)
inline

Definition at line 692 of file conv_neu2hec.cpp.

◆ operator>=()

bool operator>= ( const eg_rec_t a,
const eg_rec_t b 
)
inline

Definition at line 698 of file conv_neu2hec.cpp.