Home
last modified time | relevance | path

Searched refs:mass_body (Results 1 – 13 of 13) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_insert_pack.cpp295 double x_bound_body[3], mass_body, density_body; in calc_ninsert_this() local
309 mass_body = multisphere->mass(ibody); in calc_ninsert_this()
311 vol_region += mass_body/density_body; in calc_ninsert_this()
312 mass_region += mass_body; in calc_ninsert_this()
H A Dpair_gran.cpp652 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
660 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
686 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute_pgl() local
694 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute_pgl()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_gran_hooke_omp.cpp56 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
64 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
H A Dpair_gran_hooke_history_omp.cpp57 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
65 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
H A Dpair_gran_hertz_history_omp.cpp60 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
68 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/RIGID/
H A Dfix_rigid_small.h142 double *mass_body; variable
H A Dfix_rigid_small.cpp60 itensor(nullptr), mass_body(nullptr), langextra(nullptr), random(nullptr), in FixRigidSmall()
477 mass_body = nullptr; in FixRigidSmall()
512 memory->destroy(mass_body); in ~FixRigidSmall()
3434 memory->destroy(mass_body); in extract()
3436 memory->create(mass_body,nmax_mass,"rigid:mass_body"); in extract()
3441 mass_body[i] = body[i].mass; in extract()
3443 return mass_body; in extract()
/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dpair_gran_hooke.cpp62 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
70 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
H A Dfix_wall_gran_region.cpp137 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in post_force() local
145 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in post_force()
H A Dpair_gran_hertz_history.cpp69 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
77 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()
H A Dpair_gran_hooke_history.cpp129 double *mass_body = (double *) fix_rigid->extract("masstotal", tmp); in compute() local
138 mass_rigid[i] = mass_body[body[i]]; in compute()
H A Dfix_wall_gran.cpp578 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in post_force() local
586 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in post_force()
H A Dpair_granular.cpp202 double *mass_body = (double *) fix_rigid->extract("masstotal",tmp); in compute() local
210 if (body[i] >= 0) mass_rigid[i] = mass_body[body[i]]; in compute()