FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_fstr_output_vtk.c File Reference
#include "hecmw_fstr_output_vtk.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_malloc.h"
#include "hecmw_etype.h"
#include "hecmw_vis_mem_util.h"
#include "hecmw_vis_comm_util.h"
#include "hecmw_vis_combine.h"
#include "hecmw_fstr_endian.h"
Include dependency graph for hecmw_fstr_output_vtk.c:

Go to the source code of this file.

Functions

void vtk_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
 
void bin_vtk_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
 
void HECMW_vtk_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
 
void HECMW_bin_vtk_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, char *outfile1, HECMW_Comm VIS_COMM)
 

Function Documentation

◆ bin_vtk_output()

void bin_vtk_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
char *  outfile1,
HECMW_Comm  VIS_COMM 
)

Definition at line 203 of file hecmw_fstr_output_vtk.c.

◆ HECMW_bin_vtk_output()

void HECMW_bin_vtk_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
char *  outfile1,
HECMW_Comm  VIS_COMM 
)

Definition at line 464 of file hecmw_fstr_output_vtk.c.

◆ HECMW_vtk_output()

void HECMW_vtk_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
char *  outfile1,
HECMW_Comm  VIS_COMM 
)

Definition at line 459 of file hecmw_fstr_output_vtk.c.

◆ vtk_output()

void vtk_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
char *  outfile1,
HECMW_Comm  VIS_COMM 
)

Definition at line 19 of file hecmw_fstr_output_vtk.c.