Skip to content

Python module and associated notebook for calculating quadrature points and weights

License

Notifications You must be signed in to change notification settings

marc-git/pyquadrat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyquadrat

Python module and associated notebook for calculating quadrature points and weights

usage:

import pyquad

ndim = 3
npoly = 3

g = gauss_points_box(npoly,ndim)
gm = gauss_map_to_simplex(g)

g.tofile("gauss_box.txt")
gm.tofile("gauss_simplex.txt")

Sample

About

Python module and associated notebook for calculating quadrature points and weights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published