SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
115 stars 26 forks source link

MultiOrthoPoly methods #69

Closed vavrines closed 3 years ago

vavrines commented 3 years ago

I'm working on some multivariate polynomials related stuff. Just rearranged the type dispatch in the related functions.

BTW, I noticed that when creating a MultiOrthoPoly, it doesn't inherit the quadrature settings in OrthoPoly or creating a multi-dimensional quadrature. Is there any special consideration for this?

codecov-commenter commented 3 years ago

Codecov Report

Merging #69 (fa882cd) into master (375d766) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   73.87%   73.87%           
=======================================
  Files          16       16           
  Lines         869      869           
=======================================
  Hits          642      642           
  Misses        227      227           
Impacted Files Coverage Δ
src/polynomial_chaos.jl 17.44% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 375d766...fa882cd. Read the comment docs.

timueh commented 3 years ago

Hi @vavrines, looks fine!

Regarding multivariate integration see #48.