Home
last modified time | relevance | path

Searched refs:ChElementTetraCorot_4 (Results 1 – 11 of 11) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementTetraCorot_4.cpp20 ChElementTetraCorot_4::ChElementTetraCorot_4() : Volume(0) { in ChElementTetraCorot_4() function in chrono::fea::ChElementTetraCorot_4
26 ChElementTetraCorot_4::~ChElementTetraCorot_4() {} in ~ChElementTetraCorot_4()
44 void ChElementTetraCorot_4::Update() { in Update()
66 double ChElementTetraCorot_4::ComputeVolume() { in ComputeVolume()
80 void ChElementTetraCorot_4::ComputeStiffnessMatrix() { in ComputeStiffnessMatrix()
152 void ChElementTetraCorot_4::SetupInitial(ChSystem* system) { in SetupInitial()
157 void ChElementTetraCorot_4::UpdateRotation() { in UpdateRotation()
278 ChStrainTensor<> ChElementTetraCorot_4::GetStrain() { in GetStrain()
287 ChStressTensor<> ChElementTetraCorot_4::GetStress() { in GetStress()
292 void ChElementTetraCorot_4::ComputeNodalMass() { in ComputeNodalMass()
[all …]
H A DChElementTetraCorot_4.h37 class ChApi ChElementTetraCorot_4 : public ChElementTetrahedron,
44 ChElementTetraCorot_4();
45 ~ChElementTetraCorot_4();
H A DChVisualizationFEAmesh.cpp121 if (auto mytetra = std::dynamic_pointer_cast<ChElementTetraCorot_4>(melement)) { in ComputeScalarOutput()
125 if (auto mytetra = std::dynamic_pointer_cast<ChElementTetraCorot_4>(melement)) { in ComputeScalarOutput()
129 if (auto mytetra = std::dynamic_pointer_cast<ChElementTetraCorot_4>(melement)) { in ComputeScalarOutput()
133 if (auto mytetra = std::dynamic_pointer_cast<ChElementTetraCorot_4>(melement)) { in ComputeScalarOutput()
1120 …if (auto myelement = std::dynamic_pointer_cast<ChElementTetraCorot_4>(this->FEMmesh->GetElement(ie… in Update()
1151 …if (auto myelement = std::dynamic_pointer_cast<ChElementTetraCorot_4>(this->FEMmesh->GetElement(ie… in Update()
H A DChMeshFileLoader.cpp172 auto mel = chrono_types::make_shared<ChElementTetraCorot_4>(); in FromTetGenFile()
396 auto mel = chrono_types::make_shared<ChElementTetraCorot_4>(); in FromAbaqusFile()
/dports/science/chrono/chrono-7.0.1/doxygen/documentation/module_fea/
H A Dmanual_fea_nodes.md24 - ChElementTetraCorot_4
H A Dmanual_fea_elements.md57 # ChElementTetraCorot_4 {#manual_ChElementTetraCorot_4}
61 The chrono::fea::ChElementTetraCorot_4 is the simplest volume element for simulating 3D problems.
H A Dmanual_fea.md159 auto melement1 = std::make_shared<ChElementTetraCorot_4>();
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_contacts_SMC.cpp175 auto melement1 = chrono_types::make_shared<ChElementTetraCorot_4>(); in main()
H A Ddemo_FEA_dynamics.cpp328 auto melement1 = chrono_types::make_shared<ChElementTetraCorot_4>(); in test_3()
H A Ddemo_FEA_basic.cpp154 auto melement1 = chrono_types::make_shared<ChElementTetraCorot_4>(); in test_2()
/dports/science/chrono/chrono-7.0.1/src/chrono_python/fea/
H A DChModuleFea.i250 %shared_ptr(chrono::fea::ChElementTetraCorot_4)
498 %DefSharedPtrDynamicDowncast(chrono::fea,ChElementBase,ChElementTetraCorot_4)