FreeFOAM The Cross-Platform CFD Toolkit
USERD_get_border_elements_by_type.H
Go to the documentation of this file.
1 
2 // Not called if USERD_border_availability returns Z_ERR
3 
5 (
6  int part_number,
7  int element_type,
8  int **conn_array,
9  short *parent_element_type,
10  int *parnet_element_type
11 )
12 {
13 #ifdef ENSIGHTDEBUG
14  Info << "Entering: USERD_get_border_elements_by_type" << endl
15  << flush;
16 #endif
17 
18  return Z_ERR;
19 }
20 
21 // ************************ vim: set sw=4 sts=4 et: ************************ //