#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_SpMatrix.hpp"#include "filetools.hpp"#include "hdf5_tools.hpp"#include "Spline_Enums.hpp"Go to the source code of this file.
Classes | |
| class | belfem::Spline |
| Cubic spline on a uniform grid, C2, with natural, parabolic or clamped boundary conditions. More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::spline |
Functions | |
| void | belfem::spline::create_helpmatrix (const real &aSize, const real &aDeltaX, SpMatrix &aA, const SplineBC aStartBC, const SplineBC aEndBC) |