[Libmesh-users] checking truth solution with RBConstruction

2012-06-21 Thread Kyunghoon Lee
Hi all, I used to the following to get the truth solution to see if my model works correctly: rb_con.initialize_rb_construction(); std::vector online_mu_vector(rb_con.get_n_params()); for(unsigned int i=0; i online_mu_vector(rb_con.get_n_params()); for(unsigned int i=0; ihttp://ww

[Libmesh-users] arc-length & ContinuationSystem examples

2012-06-21 Thread Vasileios Vavourakis
hi all, are there any handy examples of the "ContinuationSystem" class (which implements the arc-length solution strategy in non-linear elasticity problems) to share, so as to have a very quick look on this class in action? cheers, Vas --