Home
last modified time | relevance | path

Searched refs:cg_dataset_read (Results 1 – 9 of 9) sorted by relevance

/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dtest_exts.c400 if (cg_dataset_read (cgfile, cgbase, cgzone, 1, 1, name, in main()
H A Dtest_goto.c359 if (cg_dataset_read (cgfile, cgbase, cgzone, 1, 1, name, in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dvtk_cgns_mangle.h250 #define cg_dataset_read vtkcgns_cg_dataset_read macro
H A Dcgnslib.h1237 CGNSDLL int cg_dataset_read(int fn, int B, int Z, int BC, int DS, char *name,
H A Dcgnslib.c8982 int cg_dataset_read(int file_number, int B, int Z, int BC, int DSet, char *name, in cg_dataset_read() function
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgnslib.h1204 CGNSDLL int cg_dataset_read(int fn, int B, int Z, int BC, int DS, char *name,
H A Dcg_ftoc.c2434 *ier = (cgint_f)cg_dataset_read((int)*fn, (int)*B, (int)*Z, (int)*BC, (int)*DSet, in FMNAME()
H A Dcgnslib.c7917 int cg_dataset_read(int file_number, int B, int Z, int BC, int DSet, char *name, in cg_dataset_read() function
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A Dcgnscheck.c3268 if (cg_dataset_read (cgnsfn, cgnsbase, cgnszone, nb, nd, in check_BCdataset()