#include <ElementIntegrator.hpp>
Gaussian integrator on the tetrahedron determined by the vertices (0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 0, 1). TetrahedraIntegrator<1, 1> is used as element integrator in fem_3d_tetrahedron_types. TetrahedraIntegrator is currently implemented for N_NODES = 1. You will rarely use this class directly, but might plug it into your own FE traits class as integrator_t or boundary_integrator_t.