Abstract
In this paper we present a code in C++ to compute Wendland functions for arbitrary smoothness parameters. Wendland functions are compactly supported Radial Basis Functions that are used for interpolation of data or solving Partial Differential Equations with mesh-free collocation. For the computations of Lyapunov functions usingWendland functions their derivatives are also needed so we include this in the code. Wendland functions with a few fixed smoothness parameters are included in some C++ libraries, but for the general case the only code freely available was implemented in MAPLE taking advantage of the computer algebra system. The aim of this contribution is to allow scientists to use Wendland functions in their C++ code without having to implement them themselves. The computed Wendland functions are polynomials and their coefficients are computed and stored in a vector, which allows for efficient computation of their values using the Horner scheme.
Original language | English |
---|---|
Title of host publication | SIMULTECH 2017 - Proceedings of the 7th International Conference on Simulation and Modeling Methodologies, Technologies and Applications |
Editors | Floriano De Rango, Tuncer Oren, Mohammad S. Obaidat |
Publisher | SciTePress |
Pages | 323-330 |
Number of pages | 8 |
ISBN (Electronic) | 9789897582653 |
DOIs | |
Publication status | Published - 2017 |
Event | 7th International Conference on Simulation and Modeling Methodologies, Technologies and Applications, SIMULTECH 2017 - Madrid, Spain Duration: 26 Jul 2017 → 28 Jul 2017 |
Publication series
Name | SIMULTECH 2017 - Proceedings of the 7th International Conference on Simulation and Modeling Methodologies, Technologies and Applications |
---|
Conference
Conference | 7th International Conference on Simulation and Modeling Methodologies, Technologies and Applications, SIMULTECH 2017 |
---|---|
Country/Territory | Spain |
City | Madrid |
Period | 26/07/17 → 28/07/17 |
Bibliographical note
Publisher Copyright:© Copyright 2017 by SCITEPRESS - Science and Technology Publications, Lda. All rights reserved.
Other keywords
- Compact Support
- Radial Basis Functions
- Wendland Functions