 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
39 const char YorN[][20] = {
"NO",
"YES"};
54 char iterlog_s[256] =
"";
55 char timelog_s[256] =
"";
58 "PRECOND", &
precond,
"ITERLOG", is,
"TIMELOG", ts))
66 if (strcmp(iterlog_s,
"YES") == 0)
69 else if (strcmp(iterlog_s,
"NO") == 0)
72 else if (iterlog_s[0] != 0)
75 if (strcmp(timelog_s,
"YES") == 0)
78 else if (strcmp(timelog_s,
"NO") == 0)
81 else if (timelog_s[0] != 0)
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
void cleanup_token(char *s)
virtual void WriteData(const char *fmt,...)
virtual bool ReadData(int *rcode, const char *fmt,...)
virtual void WriteHeader(const char *name, const char *fmt="",...)
virtual bool Read(class CHECData *hecd, char *header_line)
virtual ~CFSTRDB_Solver()
virtual void Write(class CHECData *hecd)