BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_cubic_bezier.hpp File Reference
#include "assert.hpp"
#include "cl_Vector.hpp"
#include "cl_Matrix.hpp"
Include dependency graph for fn_cubic_bezier.hpp:

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)