Hello,
After doing an elastic, static NLGEOM analysis on my model, I recuperate the elementary matrices, nodal displacements and efforts.
After assembling the elements, and doing K*U - F I don't get zero. Whereas if the analysis is linear the sum is equal to zero.
I have a feeling it's...
Hi there,
I'm beginning with C++ and looking for matrix class templates. I'll probably have to handle large matrix (1000*1000), and there are quite a few different templates that are free.
Which one is the easiest and most efficient for handling large systems (dynamic memory allocation)? What...