getNodesWeights: get nodes and weights from an NIGrid-object

getNodes and getWeightsR Documentation

get nodes and weights from an NIGrid-object

Description

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

Usage

getNodes(grid)

getWeights(grid)

Arguments

grid

object of class NIGrid

Value

Returns the nodes or weights of the given grid

See Also

createNIGrid

Examples

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

mvQuad documentation built on Sept. 19, 2023, 5:06 p.m.