In subroutine udynam.f. Is it possible to have udynamXX.f, as udynam01.f and so on?
Can xl, element nodal reference coordinates, and ul, element nodal solution, be added to udynamXX.f as an input matrix to calculate xl(t_n+1)-xl(t_n) and displacement difference at time n and n+1?
Does ul(ndf,nen,2) give displacement difference at time n and n+1?
How can velocity difference at time n and n+1 be calculated? Thank you.