Thanks for the reply. By saying spacedim 3, I mean that the rod (being one dimensional) can deform in the three dimensional space.
On Thu, May 30, 2019 at 6:11 PM Bruno Turcksin <[email protected]> wrote: > Darius, > > On Thursday, May 30, 2019 at 7:27:47 AM UTC-4, Darius Barreto wrote: > >> I am working with adaptive meshing for a one dimensional rod problem. The >> function* refine_and_coarsen_fixed_number *has not been instantiated for >> the class template parameters?. >> > No it hasn't. You can't do dim=1 and spacedim=3 but you can do dim=1 and > spacedim=2. You can add the explicit instantiation here > <https://github.com/dealii/dealii/blob/master/source/grid/grid_refinement.inst.in#L56> > for dim=1 and spacedim=3 but I don't know if the code will works. Any > reason why you need spacedim to be 3? > > Best, > > Bruno > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/54e91ab6-a300-4563-aa59-82a1114f31d0%40googlegroups.com > <https://groups.google.com/d/msgid/dealii/54e91ab6-a300-4563-aa59-82a1114f31d0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAGAoDCptaoYLRJA6JdQDkCu85HQ4cuY0Ume2SDXFQAfvajs%3D_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
