1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
#include "MBEntityType.h"
#include "MBCN_protos.h"

#ifdef __cplusplus
extern "C" {
#endif

void MBCN_GetBasis( int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_SetBasis( const int in_basis );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_EntityTypeName( const int this_type, char* rval, int rval_len );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_EntityTypeFromName( const char* name, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_Dimension( const int t, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_VerticesPerEntity( const int t, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_NumSubEntities( const int t, const int d, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_SubEntityType( const int this_type, const int sub_dimension, const int index, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_SubEntityVertexIndices( const int this_type,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                  const int sub_dimension,
                                  const int sub_index,
                                  int sub_entity_conn[] );

void MBCN_AdjacentSubEntities( const int this_type,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                               const int* source_indices,
                               const int num_source_indices,
                               const int source_dim,
                               const int target_dim,
                               int* index_list,
                               int* num_indices,
                               const int operation_type,
                               int* rval );

void MBCN_SideNumberInt( const int* parent_conn,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                         const MBEntityType parent_type,
                         const int* child_conn,
                         const int child_num_verts,
                         const int child_dim,
                         int* side_no,
                         int* sense,
                         int* offset );

void MBCN_SideNumberUint( const unsigned int* parent_conn,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                          const MBEntityType parent_type,
                          const unsigned int* child_conn,
                          const int child_num_verts,
                          const int child_dim,
                          int* side_no,
                          int* sense,
                          int* offset );

void MBCN_SideNumberLong( const long* parent_conn,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                          const MBEntityType parent_type,
                          const long* child_conn,
                          const int child_num_verts,
                          const int child_dim,
                          int* side_no,
                          int* sense,
                          int* offset );

void MBCN_SideNumberUlong( const unsigned long* parent_conn,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                           const MBEntityType parent_type,
                           const unsigned long* child_conn,
                           const int child_num_verts,
                           const int child_dim,
                           int* side_no,
                           int* sense,
                           int* offset );

void MBCN_SideNumberVoid( void* const* parent_conn,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                          const MBEntityType parent_type,
                          void* const* child_conn,
                          const int child_num_verts,
                          const int child_dim,
                          int* side_no,
                          int* sense,
                          int* offset );

void MBCN_SideNumber( const int parent_type,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                      const int* child_conn_indices,
                      const int child_num_verts,
                      const int child_dim,
                      int* side_no,
                      int* sense,
                      int* offset );

void MBCN_OppositeSide( const int parent_type,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                        const int child_index,
                        const int child_dim,
                        int* opposite_index,
                        int* opposite_dim,
                        int* rval );

void MBCN_ConnectivityMatchInt( const int* conn1,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                const int* conn2,
                                const int num_vertices,
                                int* direct,
                                int* offset,
                                int* rval );
void MBCN_ConnectivityMatchUint( const unsigned int* conn1,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                 const unsigned int* conn2,
                                 const int num_vertices,
                                 int* direct,
                                 int* offset,
                                 int* rval );
void MBCN_ConnectivityMatchLong( const long* conn1,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                 const long* conn2,
                                 const int num_vertices,
                                 int* direct,
                                 int* offset,
                                 int* rval );
void MBCN_ConnectivityMatchUlong( const unsigned long* conn1,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                  const unsigned long* conn2,
                                  const int num_vertices,
                                  int* direct,
                                  int* offset,
                                  int* rval );
void MBCN_ConnectivityMatchVoid( void* const* conn1,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                                 void* const* conn2,
                                 const int num_vertices,
                                 int* direct,
                                 int* offset,
                                 int* rval );

void MBCN_setPermutation( const MBEntityType t, const int dim, int* pvec, const int num_entries, const int is_reverse );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_resetPermutation( const MBEntityType t, const int dim );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_permuteThisInt( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                          const int dim,
                          int* pvec,
                          const int num_indices,
                          const int num_entries,
                          int* rval );

void MBCN_permuteThisUint( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                           const int dim,
                           unsigned int* pvec,
                           const int num_indices,
                           const int num_entries,
                           int* rval );

void MBCN_permuteThisLong( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                           const int dim,
                           long* pvec,
                           const int num_indices,
                           const int num_entries,
                           int* rval );

void MBCN_permuteThisVoid( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                           const int dim,
                           void** pvec,
                           const int num_indices,
                           const int num_entries,
                           int* rval );

void MBCN_revPermuteThisInt( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                             const int dim,
                             int* pvec,
                             const int num_indices,
                             const int num_entries,
                             int* rval );

void MBCN_revPermuteThisUint( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                              const int dim,
                              unsigned int* pvec,
                              const int num_indices,
                              const int num_entries,
                              int* rval );

void MBCN_revPermuteThisLong( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                              const int dim,
                              long* pvec,
                              const int num_indices,
                              const int num_entries,
                              int* rval );

void MBCN_revPermuteThisVoid( const MBEntityType t,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                              const int dim,
                              void** pvec,
                              const int num_indices,
                              const int num_entries,
                              int* rval );

void MBCN_HasMidEdgeNodes( const int this_type, const int num_verts, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_HasMidFaceNodes( const int this_type, const int num_verts, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_HasMidRegionNodes( const int this_type, const int num_verts, int* rval );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_HasMidNodes( const int this_type, const int num_verts, int mid_nodes[4] );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_HONodeParent( int elem_type, int num_nodes, int ho_node_index, int* parent_dim, int* parent_index );<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.

void MBCN_HONodeIndex( const int this_type,<--- Skipping configuration 'MOAB_FC_FUNC_' since the value of 'MOAB_FC_FUNC_' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
                       const int num_verts,
                       const int subfacet_dim,
                       const int subfacet_index,
                       int* rval );

#ifdef __cplusplus
}
#endif