Home
last modified time | relevance | path

Searched refs:GetElemDataMatrix (Results 1 – 6 of 6) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Delementdataaccess.h55 int GetElemDataMatrix(MBS* mbs, const ElementDataContainer& edc, const char* name, Matrix& v, int f…
H A DelementDataAccess.cpp227 int GetElemDataMatrix(MBS* mbs, const ElementDataContainer& edc, const char* name, Matrix& v, int f… in GetElemDataMatrix() function
270 GetElemDataMatrix(mbs, edc, fndata.c_str(), data, 1); in GetElemDataMathFunc()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DSDA_constraints.cpp247 int pos = GetElemDataMatrix(GetMBS(), edc, "Stiffness_curve", data, 0); in SetElementData()
250 pos = GetElemDataMatrix(GetMBS(), edc, "Damping_curve", data, 0); in SetElementData()
775 int pos = GetElemDataMatrix(GetMBS(), edc, "Stiffness_curve", data, 0); in SetElementData()
778 pos = GetElemDataMatrix(GetMBS(), edc, "Damping_curve", data, 0); in SetElementData()
1847 GetElemDataMatrix(GetMBS(), edc, "spring_stiffness", kmat, 1); in SetElementData()
1848 GetElemDataMatrix(GetMBS(), edc, "damping_coefficient", kmat, 1); in SetElementData()
2309 GetElemDataMatrix(GetMBS(), edc, "spring_stiffness", kmat, 1); in SetElementData()
2310 GetElemDataMatrix(GetMBS(), edc, "damping_coefficient", dmat, 1); in SetElementData()
2582 GetElemDataMatrix(GetMBS(), edc, "spring_stiffness", kmat, 1); in SetElementData()
2583 GetElemDataMatrix(GetMBS(), edc, "damping_coefficient", kmat, 1); in SetElementData()
H A Dcontrol.cpp1435 GetElemDataMatrix(mbs, edc, "IOBlock.A_coeffs", A_coeff, 1); // change: MSax 28-02-2013 in SetElementData()
1436 GetElemDataMatrix(mbs, edc, "IOBlock.B_coeffs", B_coeff, 1); // change: MSax 28-02-2013 in SetElementData()
1437 GetElemDataMatrix(mbs, edc, "IOBlock.C_coeffs", C_coeff, 1); // change: MSax 28-02-2013 in SetElementData()
1438 GetElemDataMatrix(mbs, edc, "IOBlock.D_coeffs", D_coeff, 1); // change: MSax 28-02-2013 in SetElementData()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DGeomElements.cpp1092 GetElemDataMatrix(mbs, edc, "Geometry.rotation_matrix", tmp, 1); in SetElementData()
2264 GetElemDataMatrix(mbs, edc, "MeshData.points", m, 1); in SetElementData()
2277 GetElemDataMatrix(mbs, edc, "MeshData.triangles", m, 1); in SetElementData()
2455 GetElemDataMatrix(mbs,edc,"triangles",m); in ReadSTLMesh()
2461 GetElemDataMatrix(mbs,edc,"points",m); in ReadSTLMesh()
2467 GetElemDataMatrix(mbs,edc,"normals",m); in ReadSTLMesh()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A DElementEDCauto.cpp976 GetElemDataMatrix(GetMBS(), edc, "Graphics.rotation_matrix",rotref3D_1, 1); in SetElementDataAuto()
1107 GetElemDataMatrix(GetMBS(), edc, "Geometry.rotation_matrix",rotref3D_1, 1); in SetElementDataAuto()
1526 GetElemDataMatrix(GetMBS(), edc, "Physics.moment_of_inertia",Iphi_1, 1); in SetElementDataAuto()
2565 GetElemDataMatrix(GetMBS(), edc, "Geometry.joint_local_frame",JA0i_1, 1); in SetElementDataAuto()
3370 GetElemDataMatrix(GetMBS(), edc, "Physics.Penalty.stiffness_matrix",penaltyStiffness_1, 1); in SetElementDataAuto()
3374 GetElemDataMatrix(GetMBS(), edc, "Physics.Penalty.damping_matrix",penaltyDamping_1, 1); in SetElementDataAuto()
3378GetElemDataMatrix(GetMBS(), edc, "Physics.Penalty.stiffness_matrix_rotation",penaltyStiffnessRot_1… in SetElementDataAuto()
3382GetElemDataMatrix(GetMBS(), edc, "Physics.Penalty.damping_matrix_rotation",penaltyDampingRot_1, 1); in SetElementDataAuto()
4343 GetElemDataMatrix(GetMBS(), edc, "Geometry.joint_local_frame",JA0i_1, 1); in SetElementDataAuto()
4920 GetElemDataMatrix(GetMBS(), edc, "IOBlock.A_matrix",A_coeff, 1); in SetElementDataAuto()