UF_SC_FACE_region_data_s (查看源代码)
 
定义在: uf_sc_types.h
 
也被称为:
 
概述
For the region of faces, we have two ways to allow you input boundary faces.
You can either input the individual boundary faces in bndary_faces array or
you can input boundary faces as rules in bndary_face_data array.

You must input one type of boudnary faces.

The input rule data for boundary faces have to be one of the
UF_SC_FACE__data_p_t types.

If bndary_faces is not NULL, bndary_face_data array will be ignored. The
bndary_face_data will take effect only if num_bndary_faces = 0 and
bndary_faces = NULL;


Data Members

seed_face
tag_t (tag_t类型)


num_bndary_faces
int


bndary_faces
tag_t * (tag_t型的指针)


n_bndary_face_data
int


bndary_face_types
int *
array of int to input rule types

bndary_face_data
UF_SC_input_data_p_t
array of input data

n_negated_entities
int


negated_entities
tag_t * (tag_t型的指针)