parse3d

Function parse3d 

Source
pub fn parse3d(data: &str) -> Result<Rule3d, ParseError>
Expand description

Attempts to parse a text file in the expanded format as a 3D quadrature rule.

The text file should contain lines with the format

   <x>     <y>     <z>     <weight>

where x, y, z and weights are floating-point numbers delimited by whitespace.