Home
Downloads
Documentation
Installation
User Guide
man-pages
API Documentation
README
Release Notes
Changes
License
Support
SourceForge Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
applications
utilities
postProcessing
graphics
ensightFoamReader
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
4
int
USERD_get_border_elements_by_type
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: ************************ //