Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/demos/python/fea/
H A Ddemo_FEA_beamsIGA.py91 myjoint = chrono.ChLinkMateFix() variable
92 myjoint.Initialize(node_mid, mbodyflywheel)
93 my_system.Add(myjoint)
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_beamsIGA.cpp315 auto myjoint = chrono_types::make_shared<ChLinkMateFix>(); in MakeAndRunDemo2() local
316 myjoint->Initialize(builderR.GetLastBeamNodes().back(), mbodywing); in MakeAndRunDemo2()
317 myapp.GetSystem()->Add(myjoint); in MakeAndRunDemo2()
555 auto myjoint = chrono_types::make_shared<ChLinkMateFix>(); in MakeAndRunDemo4() local
556 myjoint->Initialize(node_mid, mbodyflywheel); in MakeAndRunDemo4()
557 myapp.GetSystem()->Add(myjoint); in MakeAndRunDemo4()
/dports/science/lammps/lammps-stable_29Sep2021/src/POEMS/
H A Dfix_poems.cpp1108 double **myjoint = nullptr; in jointbuild() local
1112 memory->create(myjoint,njoint,3,"poems:myjoint"); in jointbuild()
1122 myjoint[i][0] = x[j][0]; in jointbuild()
1123 myjoint[i][1] = x[j][1]; in jointbuild()
1124 myjoint[i][2] = x[j][2]; in jointbuild()
1125 } else myjoint[i][0] = myjoint[i][1] = myjoint[i][2] = 0.0; in jointbuild()
1129 MPI_Allreduce(myjoint[0],xjoint[0],3*njoint,MPI_DOUBLE,MPI_SUM,world); in jointbuild()
1155 memory->destroy(myjoint); in jointbuild()