FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_visualizer.c File Reference
#include "hecmw_visualizer.h"
#include <stdio.h>
#include <stdlib.h>
#include "hecmw_vis_mem_util.h"
#include "hecmw_vis_read_control.h"
#include "hecmw_vis_surface_main.h"
#include "hecmw_vis_pvr_main.h"
#include "hecmw_malloc.h"
Include dependency graph for hecmw_visualizer.c:

Go to the source code of this file.

Functions

int HECMW_visualize_init (void)
 
int HECMW_visualize_init_by_comm (HECMW_Comm VIS_COMM)
 
int HECMW_visualize (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int timestep)
 
int HECMW_visualize_finalize (void)
 

Variables

PSF_linkpsf
 
PVR_linkpvr
 

Function Documentation

◆ HECMW_visualize()

int HECMW_visualize ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
int  timestep 
)

Definition at line 52 of file hecmw_visualizer.c.

Here is the caller graph for this function:

◆ HECMW_visualize_finalize()

int HECMW_visualize_finalize ( void  )

Definition at line 171 of file hecmw_visualizer.c.

Here is the caller graph for this function:

◆ HECMW_visualize_init()

int HECMW_visualize_init ( void  )

Definition at line 19 of file hecmw_visualizer.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_visualize_init_by_comm()

int HECMW_visualize_init_by_comm ( HECMW_Comm  VIS_COMM)

Definition at line 23 of file hecmw_visualizer.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ psf

PSF_link* psf

Definition at line 16 of file hecmw_visualizer.c.

◆ pvr

PVR_link* pvr

Definition at line 17 of file hecmw_visualizer.c.