I want to implement grad(delta_u), but shape_grad_component() is function in Class FEValuesBase, and it can't be used in delta_u directly, so I want to let delta_u be an object in Class FECaluesBase.
在 2018年2月28日星期三 UTC+8上午8:51:11,Wolfgang Bangerth写道: > > On 02/27/2018 05:44 PM, [email protected] <javascript:> wrote: > > | > > dealii::FEValuesBase<2, dim>::FEValuesBase() ;{} > > > > | > > The error message shown corresponds to this line. This line does not > correspond to anything C++ would recognize. What are you trying to do > here? > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > www: http://www.math.colostate.edu/~bangerth/ > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
