Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::create_truss_poly (const Vector< T > &aX, const Vector< T > &aF, Vector< T > &aC) |
| create a polynomial so that f = a*x^3 + b*x^2 + c*x + d | |