Skip to content

tscott-00/tcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcore

Library of my helper functions used as a submodule in various projects. Includes generators for numerical quadratures, generators for basis functions for finite element methods, time integration methods, and some OpenGL helpers for rendering and GPGPU.

Some plots created using Python bindings of this library follow.

Lagrange bases can be used to interpolate points, i.e. each contains a point equal to 1.0 where all other bases equal to 0.0 for a given degree containing degree + 1 basis functions.

plot

Legendre bases are a set of independent basis functions containing perpendicular polynomials of increasing degree.

plot

Bernstein bases are used in Bézier curves, where the curve contains exactly the first and last control point.

plot

About

Library of my helper functions used as a submodule in various projects. Includes generators for numerical quadratures, generators for basis functions for finite element methods, time integration methods, and some OpenGL helpers for rendering and GPGPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages