FreeFOAM The Cross-Platform CFD Toolkit
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 }
62 
63 
64 // ************************ vim: set sw=4 sts=4 et: ************************ //