Package | Description |
---|---|
fr.cnes.sirius.patrius.math.analysis.integration.sphere.lebedev |
Modifier and Type | Method and Description |
---|---|
static LebedevGrid |
LebedevGridUtils.lebedevGridByNumberOfPoints(int nbPoints)
Returns a Lebedev angular grid given its number of points.
|
static LebedevGrid |
LebedevGridUtils.lebedevGridByOrder(int order)
Returns a Lebedev angular grid for the given order.
|
Modifier and Type | Method and Description |
---|---|
static List<LebedevGrid> |
LebedevGridUtils.getAvailableGrids()
Get all the available grids.
|
Modifier and Type | Method and Description |
---|---|
List<LebedevGridPoint> |
LebedevGrid.getDuplicates(LebedevGrid grid,
double absolutePrecision)
Returns the grid points of the given grid that are also contained in the current grid.
|
double |
LebedevIntegrator.integrate(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
Integration.
|
protected void |
LebedevIntegrator.setup(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
Setup.
|
Constructor and Description |
---|
LebedevGrid(LebedevGrid grid)
Build a new
LebedevGrid instance existing instance. |
Copyright © 2018 CNES. All Rights Reserved.