Skip to content

Commit

Permalink
Merge pull request #22 from zachmprince/moosenews
Browse files Browse the repository at this point in the history
Adding polynomial chaos updates to April 2020 news
  • Loading branch information
aeslaughter authored Apr 4, 2020
2 parents 67bb6d3 + 7105bdd commit 8d391ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/doc/content/newsletter/2020_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ The [ImageFunction.md] documentation was moved from the old wiki!

- Added a [LatinHypercubeSampler.md]
- Generalized [SobolSampler.md] to operate with arbitrary sampling schemes
- [PolynomialChaos.md] surrogate modeling now includes vector postprocessors for computing [statistical moments](PolynomialChaosStatistics.md), [local sensitivity](PolynomialChaosLocalSensitivity.md), and [global sensitivity](PolynomialChaosSobolStatistics.md)
- [QuadratureSampler.md] now includes sparse grid techniques including Gauss-Smolyak and Clenshaw-Curtis quadrature grids.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PolynomialChaosLocalSensitivity
# PolynomialChaosSobolStatistics

!syntax description /VectorPostprocessors/SobolStatistics
!syntax description /VectorPostprocessors/PolynomialChaosSobolStatistics

## Overview

Expand Down

0 comments on commit 8d391ce

Please sign in to comment.