Recent content by qwuasi

  1. Q

    Is Concatenating Matrices Possible for Different Mesh Sizes?

    Dear Sir, Thank you so much for your assistance.For two months,i've struggled with this.It forms 20% of my thesis work.Seeing the results has given me good health. Thank You.
  2. Q

    Is Concatenating Matrices Possible for Different Mesh Sizes?

    The nodes are colored BLUE and edges red,green,...Each element consist of the four nodes in that box. eg A(1) = {1 2 5 6},A(2) = {3 4 7 8}.The final solution is made of nodes in an element and and nodes (usually 2nodes) from neighbouring elements which share a common edge(straight line) eg for...
  3. Q

    Is Concatenating Matrices Possible for Different Mesh Sizes?

    Homework Statement Given a square grid ( n-by-n) with numbering 1:4n2 from the figure attached (eg. n=2), the matrix: A = [1 2 5 6; 3 4 7 8;9 10 13 14;11 12 15 16] which corresponds to the elements,ie row 1 corresponds to element 1,etc. is generated.i want to create a new matrix such...
  4. Q

    Is Concatenating Matrices Possible for Different Mesh Sizes?

    [b] I have a mesh (2-by-2) which is numbered 1:16.[b] http://www.flickr.com/photos/moorekwesi/5454749337 A = [1 2 5 6; 3 4 7 8;9 10 13 14;11 12 15 16] ; i want to create a matrix of the nodes from the element and it's neighbouring nodes. This is for a 2-by-2 and hope to implement it...