Re: [deal.II] Boundary condition from nodal traction values

2018-10-11 Thread Lucky Qin
(Lattice Boltzmann solver). The traction vector is discontinuous and I do not have a function to describe it. Thanks, Qin 在 2018年10月9日星期二 UTC+8上午3:46:36,Wolfgang Bangerth写道: > > On 10/07/2018 09:29 AM, Lucky Qin wrote: > > > > I would like to apply a traction boundary condition

Re: [deal.II] Boundary condition from nodal traction values

2018-10-11 Thread Lucky Qin
point > values of the local traction vector from the global vector using > FEValues::get_function_values() > <https://www.dealii.org/9.0.0/doxygen/deal.II/classFEValuesBase.html#a3f84ee49f0fbb32bfe01b2f4a473bb47> > or > a similar call. > > I hope that this helps. > &g

[deal.II] Boundary condition from nodal traction values

2018-10-07 Thread Lucky Qin
Hello everyone, I would like to apply a traction boundary condition on the surface of a cantilever beam. Suppose I have a vector named *traction[dof_handler.n_dofs()**], *which gives the various traction on each dof. I implemented the boundary condition as follows: for ( unsigned

[deal.II] Re: Error in running Quasi_Static Compressible example on Ubuntu

2018-08-30 Thread Lucky Qin
u help me > out from this problem? > > On Monday, August 27, 2018 at 7:59:34 PM UTC+5:30, Lucky Qin wrote: >> >> Hello everyone, >> >> I am trying to run the example in code gallery named ' >> Quasi_static_Finite_strain_Compressible_Elasticity'. >

Re: [deal.II] Error in running Quasi_Static Compressible example on Ubuntu

2018-08-28 Thread Lucky Qin
Dear Dr. Bangerth, Thank you for the quick reply! After installing LAPACK, the code works! Thanks, Qin 在 2018年8月28日星期二 UTC+8上午4:54:52,Wolfgang Bangerth写道: > > On 08/27/2018 08:29 AM, Lucky Qin wrote: > > > > I am trying to run the example in