Home
last modified time | relevance | path

Searched defs:ntimestep (Results 1 – 25 of 106) sorted by relevance

12345

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Doutput.cpp209 bigint ntimestep = update->ntimestep; in setup() local
329 void Output::write(bigint ntimestep) in write()
463 void Output::write_dump(bigint ntimestep) in write_dump()
476 void Output::write_restart(bigint ntimestep) in write_restart()
511 void Output::reset_timestep(bigint ntimestep) in reset_timestep()
843 bool Output::restart_requested(const bigint ntimestep) in restart_requested()
863 void Output::request_restart(const bigint ntimestep) in request_restart()
H A Dfix_ave_time.cpp542 bigint ntimestep = update->ntimestep; in end_of_step() local
551 void FixAveTime::invoke_scalar(bigint ntimestep) in invoke_scalar()
677 void FixAveTime::invoke_vector(bigint ntimestep) in invoke_vector()
974 void FixAveTime::reset_timestep(bigint ntimestep) in reset_timestep()
H A Dcompute.cpp208 void Compute::addstep(bigint ntimestep) in addstep()
239 int Compute::matchstep(bigint ntimestep) in matchstep()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Doutput.cpp162 bigint ntimestep = update->ntimestep; in setup() local
282 void Output::write(bigint ntimestep) in write()
391 void Output::write_dump(bigint ntimestep) in write_dump()
404 void Output::write_restart(bigint ntimestep) in write_restart()
437 void Output::reset_timestep(bigint ntimestep) in reset_timestep()
H A Dcompute.cpp177 void Compute::addstep(bigint ntimestep) in addstep()
208 int Compute::matchstep(bigint ntimestep) in matchstep()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dcompute.cpp84 void Compute::addstep(bigint ntimestep) in addstep()
115 int Compute::matchstep(bigint ntimestep) in matchstep()
H A Doutput.cpp143 bigint ntimestep = update->ntimestep; in setup() local
263 void Output::write(bigint ntimestep) in write()
371 void Output::write_dump(bigint ntimestep) in write_dump()
383 void Output::write_restart(bigint ntimestep) in write_restart()
418 void Output::reset_timestep(bigint ntimestep) in reset_timestep()
H A Dfix_ave_time.cpp388 bigint ntimestep = update->ntimestep; in end_of_step() local
397 void FixAveTime::invoke_scalar(bigint ntimestep) in invoke_scalar()
519 void FixAveTime::invoke_vector(bigint ntimestep) in invoke_vector()
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/
H A Dvizplotgui_atomeye.py39 def update(ntimestep): argument
75 ntimestep = 0 variable
H A Dvizplotgui_gl.py34 def update(ntimestep): argument
71 ntimestep = 0 variable
H A Dvizplotgui_pymol.py34 def update(ntimestep): argument
73 ntimestep = 0 variable
H A Dvizplotgui_vmd.py34 def update(ntimestep): argument
72 ntimestep = 0 variable
H A Dviz_atomeye.py50 ntimestep = 0 variable
H A Dviz_vmd.py45 ntimestep = 0 variable
H A Dviz_pymol.py46 ntimestep = 0 variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/
H A Dvizplotgui_atomeye.py41 def update(ntimestep): argument
81 ntimestep = 0 variable
H A Dvizplotgui_vmd.py36 def update(ntimestep): argument
78 ntimestep = 0 variable
H A Dvizplotgui_pymol.py36 def update(ntimestep): argument
79 ntimestep = 0 variable
H A Dvizplotgui_gl.py36 def update(ntimestep): argument
77 ntimestep = 0 variable
H A Dviz_atomeye.py49 ntimestep = 0 variable
H A Dviz_pymol.py45 ntimestep = 0 variable
H A Dviz_gl.py45 ntimestep = 0 variable
H A Dviz_vmd.py44 ntimestep = 0 variable
/dports/science/lammps/lammps-stable_29Sep2021/src/DIFFRACTION/
H A Dfix_saed_vtk.cpp302 bigint ntimestep = update->ntimestep; in end_of_step() local
309 void FixSAEDVTK::invoke_vector(bigint ntimestep) in invoke_vector()
565 void FixSAEDVTK::reset_timestep(bigint ntimestep) in reset_timestep()
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/python/
H A Dexample.py6 def callback(caller, ntimestep, nlocal, tag, x, fext): argument

12345