Home
last modified time | relevance | path

Searched refs:theta_new (Results 1 – 4 of 4) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/solver/
H A DChSolverMulticoreAPGD.cpp28 theta_new(0), in ChSolverMulticoreAPGD()
81 theta_new = theta; in Solve()
161 theta_new = (-pow(theta, 2.0) + theta * Sqrt(pow(theta, 2.0) + 4.0)) / 2.0; in Solve()
162 beta_new = theta * (1.0 - theta) / (pow(theta, 2.0) + theta_new); in Solve()
205 theta_new = 1.0; in Solve()
211 theta = theta_new; in Solve()
H A DChSolverMulticore.h182 real theta, theta_new, beta_new; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddisplace_atoms.cpp215 double theta_new; in command() local
310 theta_new = fmod(avec_line->bonus[line[i]].theta+angle,MY_2PI); in command()
311 avec_line->bonus[atom->line[i]].theta = theta_new; in command()
H A Dfix_move.cpp449 double dtfm,theta_new; in initial_integrate() local
688 theta_new = fmod(toriginal[i]+arg,MY_2PI); in initial_integrate()
689 avec_line->bonus[atom->line[i]].theta = theta_new; in initial_integrate()