Home
last modified time | relevance | path

Searched refs:ChElementHexaANCF_3813 (Results 1 – 10 of 10) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementHexaANCF_3813.cpp31 ChElementHexaANCF_3813::ChElementHexaANCF_3813() : m_flag_HE(ANALYTICAL) { in ChElementHexaANCF_3813() function in chrono::fea::ChElementHexaANCF_3813
110 void ChElementHexaANCF_3813::SetStockAlpha(double a1, in SetStockAlpha()
137 ChElementHexaANCF_3813* element_,
144 ChElementHexaANCF_3813* element_,
153 ChElementHexaANCF_3813* element;
696 ChElementHexaANCF_3813* element;
1436 void ChElementHexaANCF_3813::Update() { in Update()
1498 ChElementHexaANCF_3813* element;
1538 void ChElementHexaANCF_3813::ComputeMassMatrix() { in ComputeMassMatrix()
1565 ChElementHexaANCF_3813* element;
[all …]
H A DChElementHexaANCF_3813.h35 class ChApi ChElementHexaANCF_3813 : public ChElementHexahedron, public ChElementGeneric, public Ch…
39 ChElementHexaANCF_3813();
40 ~ChElementHexaANCF_3813() {} in ~ChElementHexaANCF_3813()
H A DChMeshExporter.cpp43 if (std::dynamic_pointer_cast<ChElementHexaANCF_3813>(my_mesh->GetElement(iele))) in writeMesh()
92 …} else if (auto elementB = std::dynamic_pointer_cast<ChElementHexaANCF_3813>(my_mesh->GetElement(i… in writeMesh()
127 else if (std::dynamic_pointer_cast<ChElementHexaANCF_3813>(my_mesh->GetElement(iele))) in writeMesh()
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/fea/
H A Dutest_FEA_EASBrickMooneyR_Grav.cpp193 auto element = chrono_types::make_shared<ChElementHexaANCF_3813>(); in main()
H A Dutest_FEA_EASBrickIso_Grav.cpp197 auto element = chrono_types::make_shared<ChElementHexaANCF_3813>(); in main()
H A Dutest_FEA_EASBrickIso.cpp196 auto element = chrono_types::make_shared<ChElementHexaANCF_3813>(); in main()
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_hexaANCF_3813.cpp179 auto element = chrono_types::make_shared<ChElementHexaANCF_3813>(); in main()
/dports/science/chrono/chrono-7.0.1/src/chrono_python/fea/
H A DChModuleFea.i256 %shared_ptr(chrono::fea::ChElementHexaANCF_3813)
510 %DefSharedPtrDynamicDowncast(chrono::fea,ChElementBase,ChElementHexaANCF_3813)
/dports/science/chrono/chrono-7.0.1/src/demos/python/fea/
H A Ddemo_FEA_brick.py169 element = fea.ChElementHexaANCF_3813()
/dports/science/chrono/chrono-7.0.1/doxygen/documentation/module_fea/
H A Dmanual_fea_elements.md119 # ChElementHexaANCF_3813 {#manual_CChElementHexaANCF_3813}
123 The chrono::fea::ChElementHexaANCF_3813 is a brick element implemented using the ANCF formulation.