I have been learning about iterative methods used to solve linear equations (i.e. Point Jacobi & Guass-Seidel) and was curious what method Abaqus uses to solve the stiffness matrix? Is there a section in the user’s manual on this topic?
I have an edge that I have partitioned and created a series of points on. I would like to output the xyz location of each point. Does anyone know how to do this? Right now I query each point and write it on a piece of paper...
I have a series of mXn nested arrays with each of the elements as a {k,1}. I am trying to go in and find the max of each of the k values within each element. For example, max( A[mXn [space] [space] [k , B[mXn [space] [space] [k , C[mXn [space] [space] [k ). I want to return a mXn nested array...