getNodesWeights: get nodes and weights from an NIGrid-object

Description Usage Arguments Value See Also Examples

Description

getNodes and getWeights extract the (potentially rescaled) nodes and weights out of an NIGrid-Object

Usage

1
2
3

Arguments

grid

object of class NIGrid

Value

Returns the nodes or weights of the given grid

See Also

createNIGrid

Examples

1
2
3
myGrid <- createNIGrid(dim=2, type="cNC1", level=3)
getNodes(myGrid)
getWeights(myGrid)

weiserc/mvQuad documentation built on May 4, 2019, 4:18 a.m.