Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Donbody.cpp33 system_body = 0; in OnBody()
48 system_body = basebody; in RecursiveSetup()
53 system_body->SetID(ID); in RecursiveSetup()
85 system_body = system_joint->OtherBody(parentbody->system_body); in RecursiveSetup()
157 OnPopulateSI(system_body->inertia, system_body->mass, sI); in Setup()
228 Mat3x3 nck=system_body->n_C_k; in GetN_C_K()
234 int ID=system_body->GetID(); in GetBodyID()
240 Vect3 RR=system_body->r; in LocalCart()
252 FastMult(system_body->inertia,system_body->omega_k,Iw); in LocalTriangularization()
255 FastMult(system_body->inertia, system_body->alpha_t, Ialpha); in LocalTriangularization()
[all …]
H A Donbody.h38 Body* system_body; variable
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Donbody.cpp33 system_body = 0; in OnBody()
48 system_body = basebody; in RecursiveSetup()
53 system_body->SetID(ID); in RecursiveSetup()
85 system_body = system_joint->OtherBody(parentbody->system_body); in RecursiveSetup()
157 OnPopulateSI(system_body->inertia, system_body->mass, sI); in Setup()
228 Mat3x3 nck=system_body->n_C_k; in GetN_C_K()
234 int ID=system_body->GetID(); in GetBodyID()
240 Vect3 RR=system_body->r; in LocalCart()
252 FastMult(system_body->inertia,system_body->omega_k,Iw); in LocalTriangularization()
255 FastMult(system_body->inertia, system_body->alpha_t, Ialpha); in LocalTriangularization()
[all …]
H A Donbody.h38 Body* system_body; variable