![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Data Structures | |
class | ccmd_rec |
Macros | |
#define | str_cmd_help "h" |
#define | help_cmd_help "show command list" |
#define | str_cmd_quit "quit" |
#define | help_cmd_quit "quit" |
#define | str_cmd_save "save" |
#define | help_cmd_save "save" |
#define | str_cmd_open_outfile "open" |
#define | help_cmd_open_outfile "open output file" |
#define | str_cmd_close_outfile "close" |
#define | help_cmd_close_outfile "close output file" |
#define | str_cmd_write_summary "s" |
#define | help_cmd_write_summary "write summary of loaded neutral data" |
#define | str_cmd_write_block "b" |
#define | help_cmd_write_block "write data block" |
#define | GENERATE_CODE(x) |
Functions | |
bool | operator== (const ccmd_rec &a, const ccmd_rec &b) |
bool | operator< (const ccmd_rec &a, const ccmd_rec &b) |
bool | operator> (const ccmd_rec &a, const ccmd_rec &b) |
void | cmd_help () |
void | cmd_quit () |
void | cmd_save () |
void | cmd_open_outfile () |
void | cmd_close_outfile () |
void | cmd_write_summary () |
void | cmd_write_block () |
void | regist_commands () |
bool | execute_command (const char *name) |
void | command_line () |
void | set_run_name (char *argv0) |
void | help () |
int | main (int argc, char **argv) |
Variables | |
char | run_name [256] |
CNFData | data |
FILE * | wfp |
bool | fg_quit = false |
set< ccmd_rec > | cmd_list |
#define GENERATE_CODE | ( | x | ) |
#define help_cmd_close_outfile "close output file" |
Definition at line 194 of file neu_reporter.cpp.
#define help_cmd_help "show command list" |
Definition at line 129 of file neu_reporter.cpp.
#define help_cmd_open_outfile "open output file" |
Definition at line 168 of file neu_reporter.cpp.
#define help_cmd_quit "quit" |
Definition at line 143 of file neu_reporter.cpp.
#define help_cmd_save "save" |
Definition at line 149 of file neu_reporter.cpp.
#define help_cmd_write_block "write data block" |
Definition at line 218 of file neu_reporter.cpp.
#define help_cmd_write_summary "write summary of loaded neutral data" |
Definition at line 206 of file neu_reporter.cpp.
#define str_cmd_close_outfile "close" |
Definition at line 193 of file neu_reporter.cpp.
#define str_cmd_help "h" |
Definition at line 128 of file neu_reporter.cpp.
#define str_cmd_open_outfile "open" |
Definition at line 167 of file neu_reporter.cpp.
#define str_cmd_quit "quit" |
Definition at line 142 of file neu_reporter.cpp.
#define str_cmd_save "save" |
Definition at line 148 of file neu_reporter.cpp.
#define str_cmd_write_block "b" |
Definition at line 217 of file neu_reporter.cpp.
#define str_cmd_write_summary "s" |
Definition at line 205 of file neu_reporter.cpp.
void cmd_close_outfile | ( | ) |
void cmd_help | ( | ) |
void cmd_open_outfile | ( | ) |
void cmd_quit | ( | ) |
void cmd_save | ( | ) |
Definition at line 150 of file neu_reporter.cpp.
void cmd_write_block | ( | ) |
void cmd_write_summary | ( | ) |
void command_line | ( | ) |
Definition at line 264 of file neu_reporter.cpp.
bool execute_command | ( | const char * | name | ) |
void help | ( | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 115 of file neu_reporter.cpp.
Definition at line 112 of file neu_reporter.cpp.
Definition at line 119 of file neu_reporter.cpp.
void regist_commands | ( | ) |
Definition at line 229 of file neu_reporter.cpp.
void set_run_name | ( | char * | argv0 | ) |
set<ccmd_rec> cmd_list |
Definition at line 88 of file neu_reporter.cpp.
CNFData data |
Definition at line 18 of file neu_reporter.cpp.
bool fg_quit = false |
Definition at line 75 of file neu_reporter.cpp.
char run_name[256] |
Definition at line 17 of file neu_reporter.cpp.
FILE* wfp |
Definition at line 19 of file neu_reporter.cpp.