Hi everyone,

I'd like to use the QGrid object as a quadrature rule, and use an order
that's potentially
much bigger than what is defined in the Order enum.  For example, I'd like
to do:

Order foo = static_cast<Order>(100)

but I am concerned about undefined behavior with this cast.  Is there a
good way
to use QGrid with an order greater than 43?

Thanks!

-- Charles

-- 
Charles Puelz
Postdoc
UNC Math Department
cpuelz.github.io
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to