Home
last modified time | relevance | path

Searched refs:nfapereldim (Results 1 – 5 of 5) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexpconn.c132 int nedpereldim, nfapereldim; in ex_put_conn() local
147 status = nc_inq_dimid (exoid, DIM_NUM_FAC_PER_EL(blk_id_ndx), &nfapereldim); in ex_put_conn()
173 (status = nc_inq_dimlen(exoid, nfapereldim, &num_fa_per_elem) != NC_NOERR)) in ex_put_conn()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexpconn.c132 int nedpereldim, nfapereldim; in ex_put_conn() local
147 status = nc_inq_dimid (exoid, DIM_NUM_FAC_PER_EL(blk_id_ndx), &nfapereldim); in ex_put_conn()
173 (status = nc_inq_dimlen(exoid, nfapereldim, &num_fa_per_elem) != NC_NOERR)) in ex_put_conn()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_conn.c133 int nedpereldim, nfapereldim; in ex_put_conn() local
148 status = nc_inq_dimid (exoid, DIM_NUM_FAC_PER_EL(blk_id_ndx), &nfapereldim); in ex_put_conn()
174 (status = nc_inq_dimlen(exoid, nfapereldim, &num_fa_per_elem) != NC_NOERR)) in ex_put_conn()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_conn.c127 int nedpereldim, nfapereldim; in ex_put_conn() local
143 status = nc_inq_dimid(exoid, DIM_NUM_FAC_PER_EL(blk_id_ndx), &nfapereldim); in ex_put_conn()
166 (status = nc_inq_dimlen(exoid, nfapereldim, &num_fa_per_elem) != NC_NOERR)) { in ex_put_conn()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_conn.c107 int nedpereldim, nfapereldim; in ex_put_conn() local
123 status = nc_inq_dimid(exoid, DIM_NUM_FAC_PER_EL(blk_id_ndx), &nfapereldim); in ex_put_conn()
146 ((status = nc_inq_dimlen(exoid, nfapereldim, &num_fa_per_elem)) != NC_NOERR)) { in ex_put_conn()