#include <ElementIntegrator.hpp>
This integrator is included for technical reasons and is used as boundary integrator in fem_1d_types. This allows the FE assembly code to generically treat boundary points as boundary elements. You will never use this class directly, but have to plut it into your own FE traits class as boundary_integrator_t if you solve a 1-dimensional problem.