Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::cubic_bezier (const Matrix< T > &aPoints, Vector< T > &aWork, const T &aXi, Vector< T > &aPoint) |
| template<typename T> | |
| void | belfem::cubic_bezier_derivative (const Matrix< T > &aPoints, Vector< T > &aWork, const T &aXi, Vector< T > &aPoint) |