Hi,
I have an input file A (generated in Abaqus) and two input files B, C.
B contains only the list of nodes present in A + additional nodes (the number of nodes in B is bigger than the the number of nodes in A. In any case, each node is identified by the three spatial coordinates).
C contains only the list of elements present in A (the number of elements in C is equal to the number of nodes in A, but the elements in C are identified by three nodes while the elements in A are identified by two nodes).
Now, I want to add the list of nodes of B in A and the list of elements of C in A.
Any suggestion?
Thank you in advance!