Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/demos/python/fea/
H A Ddemo_FEA_loads_static.py164 mloadcustom = MyLoadCustom(mnodeD) variable
165 mloadcontainer.Add(mloadcustom)
279 print( mloadcustom.GetJacobians().K.GetMatr() )
H A Ddemo_FEA_loads_dynamic.py153 mloadcustom = MyLoadCustom(nodeD) variable
154 loadcontainer.Add(mloadcustom)
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_loads_statics.cpp298 auto mloadcustom = chrono_types::make_shared<MyLoadCustom>(mnodeD); in test_1() local
299 mloadcontainer->Add(mloadcustom); in test_1()
412 GetLog() << " mloadcustom K jacobian=" << mloadcustom->GetJacobians()->K << "\n"; in test_1()
H A Ddemo_FEA_loads_dynamics.cpp342 auto mloadcustom = chrono_types::make_shared<MyLoadCustom>(nodeD); in main() local
343 loadcontainer->Add(mloadcustom); in main()