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

Go to the source code of this file.

Data Structures

class  cbitem
 
class  cnode_temp
 

Functions

bool operator== (const cbitem &a, const cbitem &b)
 
bool operator< (const cbitem &a, const cbitem &b)
 
bool operator> (const cbitem &a, const cbitem &b)
 
bool operator== (const cnode_temp &a, const cnode_temp &b)
 
bool operator< (const cnode_temp &a, const cnode_temp &b)
 
bool operator> (const cnode_temp &a, const cnode_temp &b)
 
void conv_neu2fstr_static (CNFData &neu, CHECData &hec)
 

Function Documentation

◆ conv_neu2fstr_static()

void conv_neu2fstr_static ( CNFData neu,
CHECData hec 
)

Definition at line 444 of file conv_neu2fstr_static.cpp.

◆ operator<() [1/2]

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

Definition at line 95 of file conv_neu2fstr_static.cpp.

◆ operator<() [2/2]

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

Definition at line 366 of file conv_neu2fstr_static.cpp.

◆ operator==() [1/2]

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

Definition at line 92 of file conv_neu2fstr_static.cpp.

◆ operator==() [2/2]

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

Definition at line 363 of file conv_neu2fstr_static.cpp.

◆ operator>() [1/2]

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

Definition at line 98 of file conv_neu2fstr_static.cpp.

◆ operator>() [2/2]

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

Definition at line 369 of file conv_neu2fstr_static.cpp.