Hello dear deal.II community, Previously, I thought that for a high order element in 1D (cubic, for example), the interior nodes would be equally distributed at:
Node 0 - 0 Node 1 - 0.01 Node 2 - 0.00333333 Node 3 - 0.00666667 However, in deal.II I found them to be at: Node 0 - 0 Node 1 - 0.01 Node 2 - 0.00276393 Node 3 - 0.00723607 Could you please help point to me where this is documented, about the rule of where higher order interior nodes are located? Thank you, Shawn -- 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.
