Skip to content

is it possible to solve displacement a linear truss structure? #1075

Answered by kinnala
AhmdG asked this question in Q&A
Discussion options

You must be logged in to vote

If you really, really, want to do it, this is how it can be done:

from skfem import *
from skfem.helpers import *
import numpy as np

m = MeshTri(np.array([[0, 0],
                      [10, 5],
                      [10, 0],
                      [20, 8],
                      [20, 0],
                      [30, 9],
                      [30, 0],
                      [40, 8],
                      [40, 0],
                      [50, 5],
                      [50, 0],
                      [60, 0]]).T,
            np.array([[7, 8, 9],
                      [9, 10, 11],
                      [8, 9, 10],
                      [1, 3, 4],
                      [0, 1, 2],
                      [

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@AhmdG
Comment options

Comment options

You must be logged in to vote
1 reply
@AhmdG
Comment options

Answer selected by AhmdG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants