Home
last modified time | relevance | path

Searched refs:dimid (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/testcases/
H A Dlast_large_var.c57 int err, nerrs=0, ncid, cmode, varid, dimid[4]; in check_last_var() local
65 err = ncmpi_def_dim(ncid, "X", 5, &dimid[1]); ERR in check_last_var()
82 int err, nerrs=0, ncid, cmode, varid, dimid[4]; in check_fix_var() local
129 int err, nerrs=0, ncid, cmode, varid, dimid[4]; in check_fix_rec_var() local
137 err = ncmpi_def_dim(ncid, "X", 5, &dimid[1]); ERR in check_fix_rec_var()
167 int err, nerrs=0, ncid, varid, dimid[3]; in check_rec_var() local
233 int err, nerrs=0, ncid, cmode, varid, dimid[4]; in check_not_last_var() local
241 err = ncmpi_def_dim(ncid, "X", 5, &dimid[1]); ERR in check_not_last_var()
266 int err, nerrs=0, ncid, cmode, varid, dimid[4]; in check_add_var() local
274 err = ncmpi_def_dim(ncid, "X", 5, &dimid[1]); ERR in check_add_var()
[all …]
H A Drecord.c41 int ncid, cmode, varid, dimid, buf[20], err, nerrs=0; in test_only_record_var_1D() local
50 err = ncmpi_def_dim(ncid, "REC_DIM", NC_UNLIMITED, &dimid); ERR in test_only_record_var_1D()
64 err = ncmpi_inq_dimlen(ncid, dimid, &length); ERR in test_only_record_var_1D()
82 err = ncmpi_inq_dimlen(ncid, dimid, &length); ERR in test_only_record_var_1D()
97 int i, ncid, cmode, varid, dimid[3], buf[20], err, nerrs=0; in test_only_record_var_3D() local
124 err = ncmpi_inq_dimlen(ncid, dimid[0], &length); ERR in test_only_record_var_3D()
142 err = ncmpi_inq_dimlen(ncid, dimid[0], &length); ERR in test_only_record_var_3D()
183 err = ncmpi_inq_dimlen(ncid, dimid[0], &length); ERR in test_two_record_var()
201 err = ncmpi_inq_dimlen(ncid, dimid[0], &length); ERR in test_two_record_var()
222 err = ncmpi_inq_dimlen(ncid, dimid[0], &length); ERR in test_two_record_var()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/cdf_format/
H A Ddim_cdf12.c41 int ncid, cmode, varid, dimid[3]; in main() local
69 err = ncmpi_def_dim(ncid, "Y", INT_MAX, &dimid[0]); in main()
71 err = ncmpi_def_dim(ncid, "Y", INT_MAX-3, &dimid[0]); ERR in main()
77 err = ncmpi_def_dim(ncid, "Y", INT_MAX-3, &dimid[0]); ERR in main()
84 err = ncmpi_def_dim(ncid, "Y", INT_MAX-3, &dimid[0]); ERR in main()
101 err = ncmpi_def_dim(ncid, "Y", INT_MAX-3, &dimid[0]); ERR in main()
102 err = ncmpi_def_dim(ncid, "X", 2, &dimid[1]); ERR in main()
110 err = ncmpi_def_dim(ncid, "X", 2, &dimid[1]); ERR in main()
129 err = ncmpi_def_dim(ncid, "Y", UINT_MAX, &dimid[0]); in main()
161 err = ncmpi_def_dim(ncid, "Y", INT_MAX, &dimid[0]); ERR in main()
[all …]
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/
H A Dnf_dim.f9044 Integer, Intent(OUT) :: dimid local
57 dimid = -1
67 dimid = -1
69 dimid = cdimid+1
83 Integer, Intent(IN) :: ncid, dimid local
123 Integer, Intent(OUT) :: dimid local
133 dimid = 0
145 dimid = -1
147 dimid = cdimid + 1
161 Integer, Intent(IN) :: ncid, dimid local
[all …]
H A Dnetcdf_dims.f905 function nf90_def_dim(ncid, name, len, dimid)
9 integer, intent(out) :: dimid local
12 nf90_def_dim = nf_def_dim(ncid, name, len, dimid)
15 function nf90_inq_dimid(ncid, name, dimid)
18 integer, intent(out) :: dimid local
21 nf90_inq_dimid = nf_inq_dimid(ncid, name, dimid)
24 function nf90_rename_dim(ncid, dimid, name)
27 integer, intent( in) :: dimid local
30 nf90_rename_dim = nf_rename_dim(ncid, dimid, name)
33 function nf90_inquire_dimension(ncid, dimid, name, len)
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_sync.c22 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
30 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
36 if (nc_def_var(ncid, DIM_NAME, NC_FLOAT, 1, &dimid, &var3_id)) ERR; in main()
51 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
55 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
69 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
73 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
91 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
98 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
117 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
[all …]
H A Dtst_rename.c75 int dimid; in check_file() local
89 if (dimid != 0) ERR; in check_file()
112 int varid, dimid; in check_charlies_file() local
117 if (varid || dimid) ERR; in check_charlies_file()
127 int varid, dimid; in check_charlies_no_enddef_file() local
131 if (varid || dimid) ERR; in check_charlies_no_enddef_file()
158 int ncid, dimid, varid; in main() local
279 int dimid; in main() local
306 int dimid; in main() local
333 int dimid; in main() local
[all …]
H A Dtst_rename2.c56 int ncid, dimid[NDIM3]; in main() local
105 int ncid, dimid[NDIM3], varid[NDIM3]; in main() local
166 int ncid, dimid, varid; in main() local
183 if (nc_rename_dim(ncid, dimid, DIM_NAME_END)) ERR; in main()
188 if (nc_inq_dimid(ncid, DIM_NAME_END, &dimid)) ERR; in main()
190 if (nc_inq_dimname(ncid, dimid, name)) ERR; in main()
199 int ncid, dimid, varid; in main() local
213 if (nc_inq_dimid(ncid, DIM_NAME_START, &dimid)) ERR; in main()
226 if (nc_rename_dim(ncid, dimid, DIM_NAME_END)) ERR; in main()
231 if (nc_inq_dimid(ncid, DIM_NAME_END, &dimid)) ERR; in main()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_sync.c22 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
30 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
36 if (nc_def_var(ncid, DIM_NAME, NC_FLOAT, 1, &dimid, &var3_id)) ERR; in main()
51 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
55 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
69 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
73 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
91 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
98 if (nc_def_dim(ncid, DIM_NAME, 1, &dimid)) ERR; in main()
117 int ncid, var1_id, var2_id, var3_id, dimid; in main() local
[all …]
H A Dtst_rename.c64 int dimid; in check_file() local
78 if (dimid != 0) ERR; in check_file()
101 int varid, dimid; in check_charlies_file() local
106 if (varid || dimid) ERR; in check_charlies_file()
116 int varid, dimid; in check_charlies_no_enddef_file() local
120 if (varid || dimid) ERR; in check_charlies_no_enddef_file()
147 int ncid, dimid, varid; in main() local
268 int dimid; in main() local
295 int dimid; in main() local
322 int dimid; in main() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_init_ext.c31 for (int dimid = 0; dimid < ndims; dimid++) { in ex__get_entity_count() local
34 nc_inq_dim(exoid, dimid, dim_nm, &dim_sz); in ex__get_entity_count()
79 int dimid = 0; in ex_get_init_ext() local
112 dimid = 0; in ex_get_init_ext()
116 if (ex_get_dim_value(exoid, "nodes", DIM_NUM_NODES, dimid, &info->num_nodes) != EX_NOERR) { in ex_get_init_ext()
123 if (ex_get_dim_value(exoid, "edges", DIM_NUM_EDGE, dimid, &info->num_edge) != EX_NOERR) { in ex_get_init_ext()
126 if (ex_get_dim_value(exoid, "faces", DIM_NUM_FACE, dimid, &info->num_face) != EX_NOERR) { in ex_get_init_ext()
129 if (ex_get_dim_value(exoid, "elements", DIM_NUM_ELEM, dimid, &info->num_elem) != EX_NOERR) { in ex_get_init_ext()
133 if (ex_get_dim_value(exoid, "element blocks", DIM_NUM_EL_BLK, dimid, &info->num_elem_blk) != in ex_get_init_ext()
174 if (ex_get_dim_value(exoid, "edge blocks", DIM_NUM_ED_BLK, dimid, &info->num_edge_blk) != in ex_get_init_ext()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_get_init_ext.c90 int dimid; in ex_get_init_ext() local
128 status = ex_get_dimension(exoid, DIM_NUM_DIM, "dimensions", &tmp, &dimid, "ex_get_init_ext"); in ex_get_init_ext()
134 …if (ex_get_dim_value(exoid, "nodes",DIM_NUM_NODES,dimid,&info->num_nodes) != EX_NOERR) return EX… in ex_get_init_ext()
135 …if (ex_get_dim_value(exoid, "edges", DIM_NUM_EDGE,dimid,&info->num_edge) != EX_NOERR) return EX_… in ex_get_init_ext()
136 …if (ex_get_dim_value(exoid, "faces", DIM_NUM_FACE,dimid,&info->num_face) != EX_NOERR) return EX_… in ex_get_init_ext()
137 …if (ex_get_dim_value(exoid,"elements", DIM_NUM_ELEM,dimid,&info->num_elem) != EX_NOERR) return EX_… in ex_get_init_ext()
149 …if (ex_get_dim_value(exoid,"node sets", DIM_NUM_NS,dimid,&info->num_node_sets) != EX_NOERR) return… in ex_get_init_ext()
150 …if (ex_get_dim_value(exoid,"edge sets", DIM_NUM_ES,dimid,&info->num_edge_sets) != EX_NOERR) return… in ex_get_init_ext()
151 …if (ex_get_dim_value(exoid,"face sets", DIM_NUM_FS,dimid,&info->num_face_sets) != EX_NOERR) return… in ex_get_init_ext()
152 …if (ex_get_dim_value(exoid,"side sets", DIM_NUM_SS,dimid,&info->num_side_sets) != EX_NOERR) return… in ex_get_init_ext()
[all …]
H A Dex_get_init_global.c75 int dimid, status; in ex_get_init_global() local
84 if ((dimid=ne_check_file_version(exoid)) != EX_NOERR) return (dimid); in ex_get_init_global()
87 if ((status = nc_inq_dimid(exoid, DIM_NUM_NODES_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
98 if ((status = nc_inq_dimlen(exoid, dimid, &nng)) != NC_NOERR) { in ex_get_init_global()
109 if ((status = nc_inq_dimid(exoid, DIM_NUM_ELEMS_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
120 if ((status = nc_inq_dimlen(exoid, dimid, &neg)) != NC_NOERR) { in ex_get_init_global()
142 if ((status = nc_inq_dimlen(exoid, dimid, &nebg)) != NC_NOERR) { in ex_get_init_global()
153 if ((status = nc_inq_dimid(exoid, DIM_NUM_NS_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
158 if ((status = nc_inq_dimlen(exoid, dimid, &nnsg)) != NC_NOERR) { in ex_get_init_global()
170 if ((status = nc_inq_dimid(exoid, DIM_NUM_SS_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexginix.c90 int dimid; in ex_get_init_ext() local
127 status = ex_get_dimension(exoid, DIM_NUM_DIM, "dimensions", &lnum, &dimid, "ex_get_init"); in ex_get_init_ext()
133 …if (ex_get_dim_value(exoid, "nodes",DIM_NUM_NODES,dimid,&info->num_nodes) != EX_NOERR) return EX… in ex_get_init_ext()
134 …if (ex_get_dim_value(exoid, "edges", DIM_NUM_EDGE,dimid,&info->num_edge) != EX_NOERR) return EX_… in ex_get_init_ext()
135 …if (ex_get_dim_value(exoid, "faces", DIM_NUM_FACE,dimid,&info->num_face) != EX_NOERR) return EX_… in ex_get_init_ext()
136 …if (ex_get_dim_value(exoid,"elements", DIM_NUM_ELEM,dimid,&info->num_elem) != EX_NOERR) return EX_… in ex_get_init_ext()
148 …if (ex_get_dim_value(exoid,"node sets", DIM_NUM_NS,dimid,&info->num_node_sets) != EX_NOERR) return… in ex_get_init_ext()
149 …if (ex_get_dim_value(exoid,"edge sets", DIM_NUM_ES,dimid,&info->num_edge_sets) != EX_NOERR) return… in ex_get_init_ext()
150 …if (ex_get_dim_value(exoid,"face sets", DIM_NUM_FS,dimid,&info->num_face_sets) != EX_NOERR) return… in ex_get_init_ext()
151 …if (ex_get_dim_value(exoid,"side sets", DIM_NUM_SS,dimid,&info->num_side_sets) != EX_NOERR) return… in ex_get_init_ext()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexginix.c90 int dimid; in ex_get_init_ext() local
127 status = ex_get_dimension(exoid, DIM_NUM_DIM, "dimensions", &lnum, &dimid, "ex_get_init"); in ex_get_init_ext()
133 …if (ex_get_dim_value(exoid, "nodes",DIM_NUM_NODES,dimid,&info->num_nodes) != EX_NOERR) return EX… in ex_get_init_ext()
134 …if (ex_get_dim_value(exoid, "edges", DIM_NUM_EDGE,dimid,&info->num_edge) != EX_NOERR) return EX_… in ex_get_init_ext()
135 …if (ex_get_dim_value(exoid, "faces", DIM_NUM_FACE,dimid,&info->num_face) != EX_NOERR) return EX_… in ex_get_init_ext()
136 …if (ex_get_dim_value(exoid,"elements", DIM_NUM_ELEM,dimid,&info->num_elem) != EX_NOERR) return EX_… in ex_get_init_ext()
148 …if (ex_get_dim_value(exoid,"node sets", DIM_NUM_NS,dimid,&info->num_node_sets) != EX_NOERR) return… in ex_get_init_ext()
149 …if (ex_get_dim_value(exoid,"edge sets", DIM_NUM_ES,dimid,&info->num_edge_sets) != EX_NOERR) return… in ex_get_init_ext()
150 …if (ex_get_dim_value(exoid,"face sets", DIM_NUM_FS,dimid,&info->num_face_sets) != EX_NOERR) return… in ex_get_init_ext()
151 …if (ex_get_dim_value(exoid,"side sets", DIM_NUM_SS,dimid,&info->num_side_sets) != EX_NOERR) return… in ex_get_init_ext()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libf90/
H A Ddims.f9015 function nf90mpi_def_dim(ncid, name, len, dimid)
19 integer, intent(out) :: dimid local
22 nf90mpi_def_dim = nfmpi_def_dim(ncid, name, len, dimid)
25 function nf90mpi_inq_dimid(ncid, name, dimid)
28 integer, intent(out) :: dimid local
31 nf90mpi_inq_dimid = nfmpi_inq_dimid(ncid, name, dimid)
34 function nf90mpi_rename_dim(ncid, dimid, name)
37 integer, intent( in) :: dimid local
40 nf90mpi_rename_dim = nfmpi_rename_dim(ncid, dimid, name)
43 function nf90mpi_inquire_dimension(ncid, dimid, name, len)
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Ddimtests.c53 int dimid; /* dimension id */ local
78 if (dimid != test.ndims - 1) {
231 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
234 pname, dimid);
240 pname, dim.name, test.dims[dimid].name, dimid);
245 pname, dim.size, test.dims[dimid].size, dimid);
254 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
257 pname, dimid);
263 pname, dim.name, test.dims[dimid].name, dimid);
268 pname, dim.size, test.dims[dimid].size, dimid);
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Ddim.c127 int dimid; in ncmpii_find_NC_Udim() local
134 for (dimid=0; dimid<ncap->ndefined; dimid++) in ncmpii_find_NC_Udim()
139 return dimid; in ncmpii_find_NC_Udim()
157 int dimid; in ncmpii_NC_finddim() local
165 for (dimid=0; dimid<ncap->ndefined; dimid++) { in ncmpii_NC_finddim()
186 int i, key, dimid; in ncmpii_NC_finddim() local
345 if (dimid < 0 || ncap->ndefined == 0 || dimid >= ncap->ndefined) in ncmpii_elem_NC_dimarray()
350 return ncap->value[dimid]; in ncmpii_elem_NC_dimarray()
363 int dimid, err; in ncmpi_def_dim() local
417 if (dimid != -1) { in ncmpi_def_dim()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_init_ext.c93 int dimid = 0; in ex_get_init_ext() local
122 dimid = 0; in ex_get_init_ext()
123 if (ex_get_dim_value(exoid, "dimensions", DIM_NUM_DIM, dimid, &info->num_dim) != EX_NOERR) { in ex_get_init_ext()
126 if (ex_get_dim_value(exoid, "nodes", DIM_NUM_NODES, dimid, &info->num_nodes) != EX_NOERR) { in ex_get_init_ext()
129 if (ex_get_dim_value(exoid, "edges", DIM_NUM_EDGE, dimid, &info->num_edge) != EX_NOERR) { in ex_get_init_ext()
132 if (ex_get_dim_value(exoid, "faces", DIM_NUM_FACE, dimid, &info->num_face) != EX_NOERR) { in ex_get_init_ext()
135 if (ex_get_dim_value(exoid, "elements", DIM_NUM_ELEM, dimid, &info->num_elem) != EX_NOERR) { in ex_get_init_ext()
139 if (ex_get_dim_value(exoid, "element blocks", DIM_NUM_EL_BLK, dimid, &info->num_elem_blk) != in ex_get_init_ext()
150 if (ex_get_dim_value(exoid, "node sets", DIM_NUM_NS, dimid, &info->num_node_sets) != EX_NOERR) { in ex_get_init_ext()
180 if (ex_get_dim_value(exoid, "edge blocks", DIM_NUM_ED_BLK, dimid, &info->num_edge_blk) != in ex_get_init_ext()
[all …]
H A Dex_get_init_global.c70 int dimid, status; in ex_get_init_global() local
80 if ((dimid = ne_check_file_version(exoid)) != EX_NOERR) { in ex_get_init_global()
81 EX_FUNC_LEAVE(dimid); in ex_get_init_global()
85 if ((status = nc_inq_dimid(exoid, DIM_NUM_NODES_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
94 if ((status = nc_inq_dimlen(exoid, dimid, &nng)) != NC_NOERR) { in ex_get_init_global()
113 if ((status = nc_inq_dimlen(exoid, dimid, &neg)) != NC_NOERR) { in ex_get_init_global()
132 if ((status = nc_inq_dimlen(exoid, dimid, &nebg)) != NC_NOERR) { in ex_get_init_global()
142 if ((status = nc_inq_dimid(exoid, DIM_NUM_NS_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
147 if ((status = nc_inq_dimlen(exoid, dimid, &nnsg)) != NC_NOERR) { in ex_get_init_global()
158 if ((status = nc_inq_dimid(exoid, DIM_NUM_SS_GLOBAL, &dimid)) != NC_NOERR) { in ex_get_init_global()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/nemesis/Lib/
H A Dne_ginig.c78 int dimid, status; in ne_get_init_global() local
87 if ((dimid=ne_check_file_version(neid)) != EX_NOERR) return (dimid); in ne_get_init_global()
90 if ((status = nc_inq_dimid(neid, DIM_NUM_NODES_GLOBAL, &dimid)) != NC_NOERR) { in ne_get_init_global()
101 if ((status = nc_inq_dimlen(neid, dimid, &ltempsv)) != NC_NOERR) { in ne_get_init_global()
113 if ((status = nc_inq_dimid(neid, DIM_NUM_ELEMS_GLOBAL, &dimid)) != NC_NOERR) { in ne_get_init_global()
124 if ((status = nc_inq_dimlen(neid, dimid, &ltempsv)) != NC_NOERR) { in ne_get_init_global()
147 if ((status = nc_inq_dimlen(neid, dimid, &ltempsv)) != NC_NOERR) { in ne_get_init_global()
159 if ((status = nc_inq_dimid(neid, DIM_NUM_NS_GLOBAL, &dimid)) != NC_NOERR) { in ne_get_init_global()
164 if ((status = nc_inq_dimlen(neid, dimid, &ltempsv)) != NC_NOERR) { in ne_get_init_global()
177 if ((status = nc_inq_dimid(neid, DIM_NUM_SS_GLOBAL, &dimid)) != NC_NOERR) { in ne_get_init_global()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Ddimtests.c44 int dimid; /* dimension id */ local
69 if (dimid != test.ndims - 1) {
226 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
229 pname, dimid);
235 pname, dim.name, test.dims[dimid].name, dimid);
240 pname, dim.size, test.dims[dimid].size, dimid);
249 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
252 pname, dimid);
258 pname, dim.name, test.dims[dimid].name, dimid);
263 pname, dim.size, test.dims[dimid].size, dimid);
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Ddimtests.c44 int dimid; /* dimension id */ local
69 if (dimid != test.ndims - 1) {
226 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
229 pname, dimid);
235 pname, dim.name, test.dims[dimid].name, dimid);
240 pname, dim.size, test.dims[dimid].size, dimid);
249 for (dimid = 0 ; dimid < test.ndims; dimid++) { /* loop on all dim ids */
252 pname, dimid);
258 pname, dim.name, test.dims[dimid].name, dimid);
263 pname, dim.size, test.dims[dimid].size, dimid);
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Ddim.c105 int dimid = 0; in find_NC_Udim() local
118 return dimid; in find_NC_Udim()
134 int dimid; in NC_finddim() local
145 dimid = 0; in NC_finddim()
154 if (dimid >= 0) { in NC_finddim()
330 int dimid; in NC3_def_dim() local
359 if(dimid != -1) in NC3_def_dim()
361 assert(dimid != -1); in NC3_def_dim()
370 if(dimid != -1) in NC3_def_dim()
395 int dimid; in NC3_inq_dimid() local
[all …]
/dports/www/moodle310/moodle/mod/workshop/eval/best/
H A Dlib.php178 foreach ($variances as $dimid => $variance) {
179 $diminfo[$dimid]->variance = $variance;
269 $dimmin = $diminfo[$dimid]->min;
270 $dimmax = $diminfo[$dimid]->max;
295 if (!isset($sumdimgrades[$dimid])) {
296 $sumdimgrades[$dimid] = 0;
339 foreach ($dimids as $dimid) {
367 $vars[$dimid] = $s / $sumweight;
369 $vars[$dimid] = null;
396 $var = $diminfo[$dimid]->variance;
[all …]

12345678910>>...35