#include <iostream>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "CConvMessage.h"
#include "CNFData.h"
#include "CFSTRData.h"
#include "conv_neu2hec.h"
#include "conv_neu2fstr_static.h"
#include "conv_neu2fstr_dynamic.h"
#include "conv_neu2fstr_heat.h"
Go to the source code of this file.
|
#define | VER "1.004" |
|
#define | AUTHOR "The University of Tokyo, RSS21 Project" |
|
#define | CMP(x) (strcmp(argv[i], (x)) == 0) |
|
◆ AUTHOR
#define AUTHOR "The University of Tokyo, RSS21 Project" |
◆ CMP
#define CMP |
( |
|
x | ) |
(strcmp(argv[i], (x)) == 0) |
◆ VER
◆ create_comment()
void create_comment |
( |
char * |
s, |
|
|
bool |
fg_mesh |
|
) |
| |
◆ create_hecmw_ctrl()
bool create_hecmw_ctrl |
( |
| ) |
|
◆ help()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ set_params()
bool set_params |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ set_solution()
void set_solution |
( |
CFSTRData & |
fstrdata, |
|
|
int |
solution |
|
) |
| |
◆ set_solver()
void set_solver |
( |
CFSTRData & |
fstrdata, |
|
|
bool |
fg_direct = false |
|
) |
| |
◆ title()