1 unstable release

0.1.0 Oct 8, 2021

#14 in #method

Download history 25/week @ 2023-02-03 15/week @ 2023-02-10 23/week @ 2023-02-17 67/week @ 2023-02-24 21/week @ 2023-03-03 15/week @ 2023-03-10 10/week @ 2023-03-17 5/week @ 2023-03-24 6/week @ 2023-03-31 11/week @ 2023-04-07 2/week @ 2023-04-14 3/week @ 2023-04-21 18/week @ 2023-04-28 12/week @ 2023-05-05 19/week @ 2023-05-12 10/week @ 2023-05-19

59 downloads per month
Used in 3 crates (via fenris-quadrature)

MIT/Apache

5KB
92 lines

Tiny parser for the output of polyquad quadrature files.

This crate provides parsers for 2D and 3D quadrature rules formatted in a simple text file format and bundled with the paper

Witherden, Freddie D., and Peter E. Vincent.
"On the identification of symmetric quadrature rules for finite element methods."
Computers & Mathematics with Applications 69, no. 10 (2015): 1232-1241.

It is used as a (build) dependency of fenris-quadrature.

It is only minimally tested, because the resulting quadrature rules are further tested in fenris-quadrature.

No runtime deps