Home
last modified time | relevance | path

Searched refs:is_hdf5 (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/minc2/minc-release-2.2.00/progs/mincgen/
H A Dinit.c40 int is_hdf5; /* TRUE if HDF5 file */ variable
49 is_hdf5 = flag; in init_netcdf()
H A Dncgen.h29 extern int is_hdf5;
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/
H A Dtest_base.py17 from h5py._hl.base import is_hdf5, Empty
143 assert is_hdf5(filename)
146 assert not is_hdf5(filename)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_conv.c111 int int64_status, bool is_parallel, bool is_hdf5, bool is_pnetcdf, bool is_write) in ex__conv_init() argument
246 new_file->is_hdf5 = is_hdf5; in ex__conv_init()
434 if (file->is_hdf5) { in ex_set_option()
H A Dex_open_par.c131 bool is_hdf5 = false; in ex_open_par_int() local
289 is_hdf5 = true; in ex_open_par_int()
441 if (ex__conv_init(exoid, comp_ws, io_ws, file_wordsize, int64_status, 1, is_hdf5, is_pnetcdf, in ex_open_par_int()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_open_par.c163 int is_hdf5 = 0; in ex_open_par_int() local
307 is_hdf5 = 1; in ex_open_par_int()
462 if (ex_conv_ini(exoid, comp_ws, io_ws, file_wordsize, int64_status, 1, is_hdf5, is_pnetcdf) != in ex_open_par_int()
/dports/science/py-phonopy/phonopy-2.11.0/scripts/
H A Dphonopy-gruneisenplot161 is_hdf5=False,
209 if args.is_hdf5:
252 if args.is_hdf5:
H A Dphonopy-gruneisen70 is_hdf5=False,
239 if args.is_hdf5:
311 if args.is_hdf5:
H A Dphonopy-bandplot388 if args.is_hdf5:
408 if args.is_hdf5:
556 if args.is_hdf5:
617 if args.is_hdf5:
/dports/science/phonopy/phonopy-2.11.0/scripts/
H A Dphonopy-gruneisenplot161 is_hdf5=False,
209 if args.is_hdf5:
252 if args.is_hdf5:
H A Dphonopy-gruneisen70 is_hdf5=False,
239 if args.is_hdf5:
311 if args.is_hdf5:
H A Dphonopy-bandplot388 if args.is_hdf5:
408 if args.is_hdf5:
556 if args.is_hdf5:
617 if args.is_hdf5:
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Dchkfile.py30 if h5py.is_hdf5(chkfile) and not overwrite_mol:
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/
H A Dhdf5.py42 def is_hdf5(origin, filepath, fileobj, *args, **kwargs): function
378 io_registry.register_identifier('hdf5', Table, is_hdf5)
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/mcscf/
H A Dchkfile.py45 if h5py.is_hdf5(chkfile):
/dports/science/py-h5py/h5py-3.6.0/docs_api/
H A Dh5f.rst12 .. autofunction:: is_hdf5
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/cui/
H A Dphonopy_script.py470 if settings.is_hdf5 or settings.readfc_format == 'hdf5':
498 if settings.is_hdf5 or settings.readfc_format == 'hdf5':
682 if settings.is_hdf5 or settings.writefc_format == 'hdf5':
820 if settings.is_hdf5 or settings.qpoints_format == "hdf5":
877 if settings.is_hdf5 or settings.band_format == 'hdf5':
945 if settings.is_hdf5 or settings.mesh_format == 'hdf5':
1585 write_hdf5 = (settings.is_hdf5 or settings.writefc_format == 'hdf5')
/dports/science/phonopy/phonopy-2.11.0/phonopy/cui/
H A Dphonopy_script.py470 if settings.is_hdf5 or settings.readfc_format == 'hdf5':
498 if settings.is_hdf5 or settings.readfc_format == 'hdf5':
682 if settings.is_hdf5 or settings.writefc_format == 'hdf5':
820 if settings.is_hdf5 or settings.qpoints_format == "hdf5":
877 if settings.is_hdf5 or settings.band_format == 'hdf5':
945 if settings.is_hdf5 or settings.mesh_format == 'hdf5':
1585 write_hdf5 = (settings.is_hdf5 or settings.writefc_format == 'hdf5')
/dports/science/py-h5py/h5py-3.6.0/examples/
H A Dmultiprocessing_example.py122 if not h5py.is_hdf5('mandelbrot.hdf5'):
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A D__init__.py59 from ._hl.base import is_hdf5, HLObject, Empty
/dports/science/py-h5py/h5py-3.6.0/h5py/_hl/
H A Dbase.py31 def is_hdf5(fname): function
37 return h5f.is_hdf5(filename_encode(fname))
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/df/
H A Doutcore.py51 elif h5py.is_hdf5(erifile):
175 elif h5py.is_hdf5(erifile):
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/
H A DFrictionContactProblem.c154 int is_hdf5 = check_hdf5_file(filename); in frictionContact_new_from_filename() local
156 if(is_hdf5) in frictionContact_new_from_filename()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/
H A Dchkfile.py129 if h5py.is_hdf5(chkfile):
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/agf2/
H A Dchkfile.py135 if h5py.is_hdf5(chkfile):

12