Skip to content

Commit ae1656e

Browse files
committed
add example figure to README
1 parent bfd6b2e commit ae1656e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wlsqm
22

3+
Weighted least squares meshless interpolator
4+
5+
![2D example](example.png)
6+
7+
8+
## Introduction
9+
310
WLSQM (Weighted Least SQuares Meshless) is a fast and accurate meshless least-squares interpolator for Python, for scalar-valued data defined as point values on 1D, 2D and 3D point clouds.
411

512
Use cases include response surface modeling, and computing space derivatives of data known only as values at discrete points in space (this has applications in explicit algorithms for solving IBVPs). No grid or mesh is needed. No restriction is imposed on geometry other than "not degenerate", e.g. points in 2D should not all fall onto the same 1D line.

example.png

188 KB
Loading

0 commit comments

Comments
 (0)