getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

General bar element implementation


From: Андрей
Subject: General bar element implementation
Date: Sat, 26 Aug 2023 13:58:19 +0300

Hello, getfem-users.
I would like to implement a 1D element in 3D, which can be cosider all force factors N, Qy, Qz, Mx, My, Mz. I use C++ interface.
For the first i have tried to translate this example https://github.com/getfem-doc/getfem/blob/master/interface/tests/python/demo_truss.py to C++, but I stopped at this point:

md.add_generic_elliptic_brick(mim, "u", "D")
Could you help me to understand а relation between generic_elliptic brick 
and weak form for this case.

Thank you.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]