/home/runner/work/rodin/rodin/tests/benchmarks/Quadrature.cpp file

Quadrature rule benchmark coverage.

Establishes the baseline against which a change of quadrature family is judged. Point count alone is not the figure of merit: a rule with fewer points is only faster if the per-point work dominates rule access, so both are measured, and the per-point workload is representative of what an element integrator actually does rather than an empty loop.

Namespaces

namespace Rodin
The Rodin library for finite element methods and shape optimization.
namespace Rodin::Tests
Tests of the Rodin library
namespace Rodin::Tests::Benchmarks
Namespace Rodin::Tests::Manufactured.