Home
last modified time | relevance | path

Searched refs:tapein (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dnjoy.py179 def run(commands, tapein, tapeout, input_filename=None, stdout=False, argument
211 for tape_num, filename in tapein.items():
356 tapein = {nendf: filename}
416 run(commands, tapein, tapeout, **kwargs)
554 tapein = {nendf: filename, nthermal_endf: filename_thermal}
589 run(commands, tapein, tapeout, **kwargs)
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dnjoy.py179 def run(commands, tapein, tapeout, input_filename=None, stdout=False, argument
211 for tape_num, filename in tapein.items():
356 tapein = {nendf: filename}
416 run(commands, tapein, tapeout, **kwargs)
554 tapein = {nendf: filename, nthermal_endf: filename_thermal}
589 run(commands, tapein, tapeout, **kwargs)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_do_dssp.cpp507 FILE * tapein, *tapeout; in gmx_do_dssp() local
679 tapein = gmx_ffopen(pdbfile, "w"); in gmx_do_dssp()
680 …write_pdbfile_indexed(tapein, nullptr, atoms, x, pbcType, box, ' ', -1, gnx, index, nullptr, FALSE… in gmx_do_dssp()
681 gmx_ffclose(tapein); in gmx_do_dssp()