FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_new_refine.h File Reference
#include "hecmw_struct.h"
#include "hecmw_util.h"
Include dependency graph for hecmw_vis_new_refine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void transform_face_node (int face, int node[4])
 
void refinement (struct hecmwST_local_mesh *mesh, double *node1, int n_voxel, double *voxel_dxyz, double *voxel_orig_xyz, int *level, int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, double *extent, int my_rank, HECMW_Comm VIS_COMM, int *empty_flag, double *var)
 

Function Documentation

◆ refinement()

void refinement ( struct hecmwST_local_mesh mesh,
double *  node1,
int  n_voxel,
double *  voxel_dxyz,
double *  voxel_orig_xyz,
int *  level,
int *  voxel_n_neighbor_pe,
int **  voxel_neighbor_pe,
double *  extent,
int  my_rank,
HECMW_Comm  VIS_COMM,
int *  empty_flag,
double *  var 
)

Definition at line 400 of file hecmw_vis_new_refine.c.

◆ transform_face_node()

void transform_face_node ( int  face,
int  node[4] 
)

Definition at line 19 of file hecmw_vis_new_refine.c.