Shawn, On Friday, April 20, 2018 at 2:31:28 PM UTC-4, Yuxiang Wang wrote: > > Could you please help point to me where this is documented, about the rule > of where higher order interior nodes are located? > See here http://dealii.org/8.5.0/doxygen/deal.II/classFE__Q.html and here is the relevant part:
Implementation of a scalar Lagrange finite element Qp that yields the finite element space of continuous, piecewise polynomials of degree p in each coordinate direction. This class is realized using tensor product polynomials based on 1D Lagrange polynomials with equidistant (degree up to 2), Gauss-Lobatto (starting from degree 3), or given support points. The standard constructor of this class takes the degree p of this finite element. Alternatively, it can take a quadrature formula points defining the support points of the Lagrange interpolation in one coordinate direction. 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]. For more options, visit https://groups.google.com/d/optout.
