zhangyongbing2009 / fem-python

Automatically exported from code.google.com/p/fem-python
0 stars 0 forks source link

stiffeness matrix fix #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. with the current _test function
2. create a stiffness matrix which results in missing entries for the last 
element

problem lies in the get_section function of the assembly module

What is the expected output? What do you see instead?
entries with 0 for node number 2

Please use labels and text to provide additional information.
Stiffness Matrix 

Original issue reported on code.google.com by kanchan....@gmail.com on 26 Jan 2014 at 10:27

GoogleCodeExporter commented 9 years ago
Creating a stiffness matrix with real values now
need a way to test if that is correct stiffness matrix or something wrong??

Original comment by kanchan....@gmail.com on 29 Jan 2014 at 8:05

GoogleCodeExporter commented 9 years ago
I have created global stiffness matrix from Abaqus.

Original comment by pasuta...@gmail.com on 29 Jan 2014 at 9:30

Attachments:

GoogleCodeExporter commented 9 years ago
I think its with the mid side nodes because matrix size is around 108x108 (not 
exact)
but can you please get one without mid side nodes and put it to the 
07_Testcases folder in the repository 

Original comment by kanchan....@gmail.com on 29 Jan 2014 at 9:37

GoogleCodeExporter commented 9 years ago
Yes, you are right, it must be 66x66.  The element type in input file has to be 
B21.
I will change the input file as well.
And put it the generated matrix into 07 folder

Original comment by pasuta...@gmail.com on 29 Jan 2014 at 9:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r62.

Original comment by kanchan....@gmail.com on 29 Jan 2014 at 10:35