 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
17 int main(
int argc,
char **argv) {
22 int min_step, max_step, interval, timestep;
57 if ((min_step == 100000000) && (max_step == -10000000)) {
63 for (timestep = min_step; timestep <= max_step; timestep++) {
64 if ((timestep % interval) != 0 && timestep != max_step)
continue;
68 sprintf(resultfile1,
"%s.%d.%d", resultfile, mynode, timestep);
int HECMW_visualize_finalize(void)
void HECMW_dist_free(struct hecmwST_local_mesh *mesh)
struct hecmwST_local_mesh * mesh
HECMW_Comm HECMW_comm_get_comm(void)
struct _psf_link_struct * next_psf
struct hecmwST_result_data * HECMW_result_read_by_fname(char *filename)
int HECMW_init(int *argc, char ***argv)
struct hecmwST_local_mesh * HECMW_get_mesh(char *name_ID)
int main(int argc, char **argv)
int HECMW_Comm_rank(HECMW_Comm comm, int *rank)
struct _pvr_link_struct * next_pvr
int HECMW_visualize(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int timestep)
void HECMW_result_free(struct hecmwST_result_data *result)
#define HECMW_FILENAME_LEN
int HECMW_visualize_init(void)
void HECMW_abort(HECMW_Comm comm)
char * HECMW_ctrl_get_result_fileheader(char *name_ID, int istep, int *fg_text)