@butterwell/isoparametric-quadrilateral
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

isoparametric-quadrilateral

Two dimensional shape functions for "square", with one function per corner, n0, n1, n2, n3. Where the portion of the four functions is such that: at (-1, -1) n0 is 1, and at all other corners is 0, at ( 1, -1) n1 is 1, and at all other corners is 0, at (-1, 1) n2 is 1, and at all other corners is 0, and at ( 1, 1) n3 is 1, and at all other corners is 0. The functions are of the form c0 + c1*s + c2*t + c3*s*t where c0, c1, c2, c4 are the constants for that particular function

Readme

Keywords

Package Sidebar

Install

npm i @butterwell/isoparametric-quadrilateral

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

19.2 kB

Total Files

8

Last publish

Collaborators

  • butterwell