#include <fem_1d_types.hpp>
Public Types | |
| typedef Interval1dTransform | transform_t |
| typedef Linear1dShapeFunction | shape_function_t |
| typedef IntervalIntegrator< 2 > | integrator_t |
| typedef PointIntegrator | boundary_integrator_t |
Static Public Attributes | |
| static const std::size_t | data_dimension = 1 |
This class provides FE types for 1-dimensional FE problems. It has the following characteristics:
1.5.5