Hi,

I consider elastic problem and forces and displacements on boundaries are 
changing with time. I don't want to compute FEM matrix
on each step. How to correctly simulate the task? I know that there is a 
simple solution, but my solution is incorrect :)
I have two variables for the system_matrix and rhs_vector. I try to 
recompute rhs_vector on each step  and dirichlet condition 
is accounted by calling "intepolate_boundary values + 
apply_boundary_values" on each step with system_matrix and rhs_vector 
variables inside.
I think that I should use initial matrix and the matrix which is modified 
by Dirichlet procedure and assign latter to the initial matrix on each step?
Am I corrent or there is some other solution?
  





-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to