I am trying to solve FEM dynamical system with implicit method. I have displacement of one node represented as function. Did anyone could help me to introduce that known displacement in vector of displacements {D}, which should be all unknowns.
where Rext is external load vector, D' - velocity vector, D'' acceleration vector.
Displacement of one node is known. I should calculate displacements for other nodes during some time (i.e. 20 sec.). Only problem here is how to add known displacement in vector with unknowns which should be calculated.