/home/runner/work/kynema/kynema/kynema/src/math/project_points_to_target_polynomial.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
project_points_to_target_polynomial.hpp
Go to the documentation of this file.
Definition gll_quadrature.hpp:7
std::vector< std::array< double, 3 > > ProjectPointsToTargetPolynomial(size_t num_inputs, size_t num_outputs, std::span< const std::array< double, 3 > > input_points)
Projects 3D points from a given (lower) polynomial representation to a target (higher) polynomial rep...
Definition project_points_to_target_polynomial.hpp:31
std::vector< double > GenerateGLLPoints(const size_t order)
Generates Gauss-Lobatto-Legendre (GLL) points for spectral element discretization.
Definition interpolation.hpp:169
std::vector< std::vector< double > > ComputeShapeFunctionValues(std::span< const double > input_points, std::span< const double > output_points)
Computes shape function matrices ϕg relating points ξb to ξg At least two input points are required a...
Definition least_squares_fit.hpp:65
Generated by