Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages