Sure, I will definitely try to make a patch to improve the error message. So if I understand, I have my own git local branch of deal ii develop branch and I modify the code and commit it in my local branch. After that how do I get it to central system for your review?
Thanks Phani On Fri, Nov 10, 2017 at 3:02 PM, Wolfgang Bangerth <[email protected]> wrote: > > Phani, > > -------------------------------------------------------- >> An error occurred in line <3536> of file </home/vikramg/DFT-FE-software >> s/softwareCentos/dealii/dealii-8.5.1/source/distributed/tria.cc> in >> function >> >> void dealii::parallel::distributed::Triangulation<dim, >> spacedim>::add_periodicity(const std::vector<dealii::GridTools: >> :PeriodicFacePair<dealii::Triangulation<dim, spacedim>::cell_iterator>, >> std::allocator<dealii::GridTools::PeriodicFacePair<dealii::Triangulation<dim, >> spacedim>::cell_iterator>>> &) [with dim = 3, spacedim = 3] >> >> The violated condition was: >> >> this->n_levels() == 1 >> >> Additional information: >> >> The triangulation is refined! >> -------------------------------------------------- >> > > Yes, this seems like a poor error message. Would you like to take a stab > at writing a patch that improves the error message? We would certainly be > quite grateful if you did! > > If you want to see how to do that, take a look here: > http://dealii.org/participate.html > Also let us know if you need help with this and/or if you think that you > can't work out how to make such a patch -- though I think that improving an > error message is a great way to start contributing! :-) > > Cheers > > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > 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/fo > rum/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. > -- 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.
