![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "CNFMessage.h"
Go to the source code of this file.
Data Structures | |
class | CNFDataBlock |
Typedefs | |
typedef int | nf_int |
typedef unsigned char | nf_bool |
typedef double | nf_float |
typedef char | nf_char |
#define FALSE 0 |
Definition at line 16 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_BAR 2 |
Definition at line 42 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_BEAM 5 |
Definition at line 45 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_BEAM2 37 |
Definition at line 46 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_BENDING 15 |
Definition at line 55 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_BENDING2 16 |
Definition at line 56 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_CURVEBEAM 8 |
Definition at line 49 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_DOFSPRING 7 |
Definition at line 48 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_GAP 9 |
Definition at line 50 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_LAMINATE 21 |
Definition at line 61 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_LAMINATE2 22 |
Definition at line 62 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_LINK 4 |
Definition at line 44 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_MASS 27 |
Definition at line 65 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_MASSMAT 28 |
Definition at line 66 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_MEMBRANE 13 |
Definition at line 53 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_MEMBRANE2 14 |
Definition at line 54 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_PLANESTRAIN 19 |
Definition at line 59 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_PLANESTRAIN2 20 |
Definition at line 60 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_PLATE 17 |
Definition at line 57 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_PLATE2 18 |
Definition at line 58 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_ROD 1 |
Definition at line 41 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SHEAR 11 |
Definition at line 51 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SHEAR2 12 |
Definition at line 52 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SOLID 25 |
Definition at line 63 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SOLID2 26 |
Definition at line 64 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SPRING 6 |
Definition at line 47 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_STIFFMAT 30 |
Definition at line 67 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SYMSHELL 35 |
Definition at line 68 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_SYMSHELL2 36 |
Definition at line 69 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_TUBE 3 |
Definition at line 43 of file CNFDataBlock.h.
#define NEU_ELEM_PROP_UNKNOWN 0 |
Definition at line 40 of file CNFDataBlock.h.
#define TRUE 1 |
Definition at line 15 of file CNFDataBlock.h.
typedef unsigned char nf_bool |
Definition at line 20 of file CNFDataBlock.h.
typedef char nf_char |
Definition at line 22 of file CNFDataBlock.h.
typedef double nf_float |
Definition at line 21 of file CNFDataBlock.h.
typedef int nf_int |
Definition at line 19 of file CNFDataBlock.h.