FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
neu2fstr.cpp File Reference
#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"
Include dependency graph for neu2fstr.cpp:

Go to the source code of this file.

Macros

#define VER   "1.004"
 
#define AUTHOR   "The University of Tokyo, RSS21 Project"
 
#define CMP(x)   (strcmp(argv[i], (x)) == 0)
 

Functions

void title ()
 
void help ()
 
bool set_params (int argc, char **argv)
 
void create_comment (char *s, bool fg_mesh)
 
bool create_hecmw_ctrl ()
 
void set_solution (CFSTRData &fstrdata, int solution)
 
void set_solver (CFSTRData &fstrdata, bool fg_direct=false)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ AUTHOR

#define AUTHOR   "The University of Tokyo, RSS21 Project"

Definition at line 20 of file neu2fstr.cpp.

◆ CMP

#define CMP (   x)    (strcmp(argv[i], (x)) == 0)

◆ VER

#define VER   "1.004"

Definition at line 19 of file neu2fstr.cpp.

Function Documentation

◆ create_comment()

void create_comment ( char *  s,
bool  fg_mesh 
)

Definition at line 196 of file neu2fstr.cpp.

◆ create_hecmw_ctrl()

bool create_hecmw_ctrl ( )

Definition at line 227 of file neu2fstr.cpp.

◆ help()

void help ( )

Definition at line 59 of file neu2fstr.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 296 of file neu2fstr.cpp.

◆ set_params()

bool set_params ( int  argc,
char **  argv 
)

Definition at line 85 of file neu2fstr.cpp.

◆ set_solution()

void set_solution ( CFSTRData fstrdata,
int  solution 
)

Definition at line 254 of file neu2fstr.cpp.

◆ set_solver()

void set_solver ( CFSTRData fstrdata,
bool  fg_direct = false 
)

Definition at line 279 of file neu2fstr.cpp.

◆ title()

void title ( )

Definition at line 52 of file neu2fstr.cpp.