Home
last modified time | relevance | path

Searched refs:node_set_id_ndx (Results 1 – 8 of 8) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/nemesis/Lib/
H A Dne_pnns.c74 int dimid, node_list_id, node_set_id_ndx, status; in ne_put_n_node_set() local
92 if ((node_set_id_ndx = ex_id_lkup(neid, EX_NODE_SET, node_set_id)) < 0) in ne_put_n_node_set()
111 if ((status = nc_inq_dimid (neid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ne_put_n_node_set()
147 if ((status = nc_inq_varid (neid, VAR_NODE_NS(node_set_id_ndx), &node_list_id)) != NC_NOERR) { in ne_put_n_node_set()
H A Dne_gnns.c73 int dimid, node_list_id, node_set_id_ndx, status; in ne_get_n_node_set() local
91 if ((node_set_id_ndx = ex_id_lkup(neid, EX_NODE_SET, node_set_id)) < 0) { in ne_get_n_node_set()
109 if ((status = nc_inq_dimid (neid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ne_get_n_node_set()
150 if ((status = nc_inq_varid (neid, VAR_NODE_NS(node_set_id_ndx), &node_list_id)) != NC_NOERR) { in ne_get_n_node_set()
H A Dne_pnnsd.c76 int dimid, dist_id, node_set_id_ndx; in ne_put_n_node_set_df() local
94 if ((node_set_id_ndx = ex_id_lkup(neid, EX_NODE_SET, node_set_id)) < 0) in ne_put_n_node_set_df()
112 if ((status = nc_inq_dimid (neid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ne_put_n_node_set_df()
154 if ((status = nc_inq_varid (neid, VAR_FACT_NS(node_set_id_ndx), &dist_id)) != NC_NOERR) { in ne_put_n_node_set_df()
H A Dne_gnnsd.c75 int dimid, dist_id, node_set_id_ndx; in ne_get_n_node_set_df() local
93 if ((node_set_id_ndx = ex_id_lkup(neid,EX_NODE_SET,node_set_id)) < 0) { in ne_get_n_node_set_df()
112 if ((status = nc_inq_dimid (neid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ne_get_n_node_set_df()
153 if ((status = nc_inq_varid (neid, VAR_FACT_NS(node_set_id_ndx), &dist_id)) != NC_NOERR) { in ne_get_n_node_set_df()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_n_node_set.c71 int dimid, node_list_id, node_set_id_ndx, status; in ex_put_n_node_set() local
89 if ((node_set_id_ndx = ex_id_lkup(exoid, EX_NODE_SET, node_set_id)) < 0) in ex_put_n_node_set()
108 if ((status = nc_inq_dimid (exoid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ex_put_n_node_set()
144 if ((status = nc_inq_varid (exoid, VAR_NODE_NS(node_set_id_ndx), &node_list_id)) != NC_NOERR) { in ex_put_n_node_set()
H A Dex_get_n_node_set.c70 int dimid, node_list_id, node_set_id_ndx, status; in ex_get_n_node_set() local
88 if ((node_set_id_ndx = ex_id_lkup(exoid, EX_NODE_SET, node_set_id)) < 0) { in ex_get_n_node_set()
106 if ((status = nc_inq_dimid (exoid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ex_get_n_node_set()
147 if ((status = nc_inq_varid (exoid, VAR_NODE_NS(node_set_id_ndx), &node_list_id)) != NC_NOERR) { in ex_get_n_node_set()
H A Dex_get_n_node_set_df.c72 int dimid, dist_id, node_set_id_ndx; in ex_get_n_node_set_df() local
90 if ((node_set_id_ndx = ex_id_lkup(exoid,EX_NODE_SET,node_set_id)) < 0) { in ex_get_n_node_set_df()
108 if ((status = nc_inq_dimid (exoid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ex_get_n_node_set_df()
149 if ((status = nc_inq_varid (exoid, VAR_FACT_NS(node_set_id_ndx), &dist_id)) != NC_NOERR) { in ex_get_n_node_set_df()
H A Dex_put_n_node_set_df.c73 int dimid, dist_id, node_set_id_ndx; in ex_put_n_node_set_df() local
91 if ((node_set_id_ndx = ex_id_lkup(exoid, EX_NODE_SET, node_set_id)) < 0) in ex_put_n_node_set_df()
109 if ((status = nc_inq_dimid (exoid, DIM_NUM_NOD_NS(node_set_id_ndx), &dimid)) != NC_NOERR) { in ex_put_n_node_set_df()
151 if ((status = nc_inq_varid (exoid, VAR_FACT_NS(node_set_id_ndx), &dist_id)) != NC_NOERR) { in ex_put_n_node_set_df()