USERD_structured_data.H
Go to the documentation of this file.
2 (
3  int block_number,
4  int which_vector,
5  int which_component,
6  float *vector_array
7 )
8 {
9  return(Z_OK);
10 }
11 
13 (
14  int block_number,
15  int which_component,
16  float *coord_array
17 )
18 {
19  return(Z_OK);
20 }
21 
22 
24 (
25  int block_number,
26  int *iblank_array
27 )
28 {
29  return(Z_OK);
30 }
31 
33 (
34  int block_number,
35  int which_scalar,
36  float *scalar_array
37 )
38 {
39  return(Z_OK);
40 }
42 {
43  return(Z_OK);
44 }
45 
47 (
48  int block_number
49 )
50 {
51  return(Z_OK);
52 }
53 
55 (
56  int block_number,
57  int *ghost_flags
58 )
59 {
60  return(Z_OK);
61 }
int USERD_get_block_scalar_values(int block_number, int which_scalar, float *scalar_array)
int USERD_get_ghosts_in_block_flag(int block_number)
int USERD_get_block_coords_by_component(int block_number, int which_component, float *coord_array)
int USERD_get_block_iblanking(int block_number, int *iblank_array)
int USERD_get_block_ghost_flags(int block_number, int *ghost_flags)
int USERD_get_ghosts_in_model_flag(void)
int USERD_get_block_vector_values_by_component(int block_number, int which_vector, int which_component, float *vector_array)