Dear All, I had been using *create_point_source_vector()* function with* DoFHandler* and it had been working fine. Recently, I modified my code for hp-version and am now using *hp::DoFHandler*. With p=1, the code works fine. However, with p>1, the program breaks during runtime at *create_point_source_vector()* function with no error. I checked and my *system_rhs* vector looks OK. The parameters *const Point< spacedim > &p* and *const Point< dim > &direction* look correct as well. Thus, I have no idea what is really going wrong here.
Does someone has a similar experience and can point out what I might be doing wrong here. Best regards Deepak -- *Deepak K. Gupta* -- 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.
