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. For more options, visit https://groups.google.com/d/optout.
