Re: [deal.II] Loading solution in step 6

2019-02-26 Thread yswang
Dear all, Another simple question is that how to obtain the triangulation of a standard hexagonal in 2d? Best John > 在 2019年2月25日,下午10:24,yswang 写道: > > Thank you very much! > > Best > John > >> 在 2019年2月25日,下午3:01,Wolfgang Bangerth 写道: >> >> O

Re: [deal.II] Loading solution in step 6

2019-02-25 Thread yswang
Thank you very much! Best John > 在 2019年2月25日,下午3:01,Wolfgang Bangerth 写道: > > On 2/23/19 7:16 PM, Yangshuai Wang wrote: >> Thanks so much! I delete const, and the error says: >> >> An error occurred in line <1105> of file >> >> in function >> Number &dealii::Vector::operator()(const >

Re: [deal.II] Position of a given node

2019-02-25 Thread yswang
Got it! Thank you very much. Best Nash > 在 2019年2月25日,下午2:55,Wolfgang Bangerth 写道: > > On 2/23/19 7:31 PM, yswang2...@sjtu.edu.cn wrote: >> >> I have printed the constraints, it reads: >> ... >> 24 = 0 >> 25 5: 0.5 >> 25 10: 0.5 >> 26 5: 0.5 >> ... >> which means No.25 node is a hanging node,

Re: [deal.II] Loading solution in step 6

2019-02-23 Thread yswang
Bruno Turcksin 写道: > > John, > > You say that you have a problem but you don't say what it is. There is no way > we can help you if you don't tell us what's wrong. > > Best, > > Bruno > > On Friday, February 22, 2019 at 9:42:22 AM UTC-5, yswan

Re: [deal.II] Loading solution in step 6

2019-02-22 Thread yswang
Dear Paul, Thanks for your quick response. My “solution-…txt” file is created from other language (Julia), just an array. I want to use deal ii to get mesh, then solve the minimization problem in Julia language on the mesh, and then do mesh refinement according to the solution by using deal ii