An Object-oriented Framework for Spatial Interpolation
Yo-Ming Hsieh,Mao-Sen Pan +1 more
- 27 Jun 2009
- pp 527-534
TL;DR: A unified software framework is proposed through the use of design-patterns in object-oriented programming so that little effort is necessary to implement different interpolations algorithms when commonality with implemented algorithms can be found.
read more
Abstract: Interpolation is an important operator in numerical methods for solving partial differential equations and in geospatial applications There are many interpolation methods proposed in the past In this work, a unified software framework is proposed through the use of design-patterns in object-oriented programming By using this framework, little effort is necessary to implement different interpolations algorithms when commonality with implemented algorithms can be found Furthermore, through this framework, it becomes easy to compare the performance of different algorithms because of the unified application interface
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
•Book
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma,Richard Helm,Ralph E. Johnson,John Vlissides +3 more
- 01 Jan 1994
TL;DR: The book is an introduction to the idea of design patterns in software engineering, and a catalog of twenty-three common patterns, which most experienced OOP designers will find out they've known about patterns all along.
24.8K
Surfaces generated by moving least squares methods
Peter Lancaster,K. Salkauskas +1 more
TL;DR: In this article, an analysis of moving least squares (m.l.s.) methods for smoothing and interpolating scattered data is presented, in particular theorems concerning the smoothness of interpolants and the description of m. l.s. processes as projection methods.
•Book
Mesh Free Methods: Moving Beyond the Finite Element Method
Gui-Rong Liu
- 29 Jul 2002
TL;DR: In this paper, Galerkin et al. defined mesh-free methods for shape function construction, including the use of mesh-less local Petrov-Galerkin methods.
2.1K
•Book
An Introduction to Meshfree Methods and Their Programming
Gui-Rong Liu,YuanTong Gu +1 more
- 08 Jun 2005
TL;DR: This book provides first the fundamentals of numerical analysis that are particularly important to meshfree methods, and provides most of the basic meshfree techniques, and can be easily extended to other variations of more complex procedures of mesh free methods.
1.4K
A point interpolation method for two-dimensional solids
Gui-Rong Liu,YuanTong Gu +1 more
TL;DR: In this article, a point interpolation method (PIM) is presented for stress analysis for two-dimensional solids, where the problem domain is represented by properly scattered points.
779