 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
59 hecd->
WriteHeader(
"!SECTION",
"SSS",
"INTERFACE",
"SOLID",
"EGRP",
egrp,
70 char s[256], type_s[256];
72 if (!hecd->
ParseHeader(header_line, rcode,
"SSS",
"TYPE", s,
"EGRP",
egrp,
79 if (strcmp(type_s,
"SOLID") == 0) {
84 }
else if (strcmp(type_s,
"SHELL") == 0) {
89 }
else if (strcmp(type_s,
"INTERFACE") == 0) {
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
virtual void Write(class CHECData *hecd)
void cleanup_token(char *s)
virtual bool Read(class CHECData *hecd, char *header_line)
virtual void WriteData(const char *fmt,...)
virtual bool ReadData(int *rcode, const char *fmt,...)
virtual ~CHECDB_Section()
char material[hec_name_size]
virtual void WriteHeader(const char *name, const char *fmt="",...)